Home
last modified time | relevance | path

Searched refs:decoded_name (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/fs/ecryptfs/
Dcrypto.c2010 char *decoded_name; in ecryptfs_decode_and_decrypt_filename() local
2035 decoded_name = kmalloc(decoded_name_size, GFP_KERNEL); in ecryptfs_decode_and_decrypt_filename()
2036 if (!decoded_name) { in ecryptfs_decode_and_decrypt_filename()
2040 ecryptfs_decode_from_filename(decoded_name, &decoded_name_size, in ecryptfs_decode_and_decrypt_filename()
2046 decoded_name, in ecryptfs_decode_and_decrypt_filename()
2061 kfree(decoded_name); in ecryptfs_decode_and_decrypt_filename()