Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ecryptfs/
Dcrypto.c2065 size_t decoded_name_size; in ecryptfs_decode_and_decrypt_filename() local
2079 ecryptfs_decode_from_filename(NULL, &decoded_name_size, in ecryptfs_decode_and_decrypt_filename()
2081 decoded_name = kmalloc(decoded_name_size, GFP_KERNEL); in ecryptfs_decode_and_decrypt_filename()
2085 decoded_name_size); in ecryptfs_decode_and_decrypt_filename()
2089 ecryptfs_decode_from_filename(decoded_name, &decoded_name_size, in ecryptfs_decode_and_decrypt_filename()
2096 decoded_name_size); in ecryptfs_decode_and_decrypt_filename()