Searched refs:tomoyo_encode (Results 1 - 4 of 4) sorted by relevance

/linux-master/security/tomoyo/
H A Dmount.c97 requested_type = tomoyo_encode(type);
150 requested_dev_name = tomoyo_encode(dev_name);
H A Drealpath.c69 * tomoyo_encode - Encode binary string to ascii string.
78 char *tomoyo_encode(const char *str) function
283 name = tomoyo_encode(pos);
H A Dfile.c127 * @buf must be generated by tomoyo_encode() because this function does not
135 * This is OK because tomoyo_encode() reserves space for appending "/".
831 symlink_target.name = tomoyo_encode(target);
H A Dcommon.h954 char *tomoyo_encode(const char *str);

Completed in 179 milliseconds