Searched defs:tomoyo_encode2 (Results 1 - 1 of 1) sorted by relevance

/security/tomoyo/
H A Drealpath.c11 * tomoyo_encode2 - Encode binary string to ascii string.
21 char *tomoyo_encode2(const char *str, int str_len) function
78 return str ? tomoyo_encode2(str, strlen(str)) : NULL;

Completed in 51 milliseconds