Searched refs:decoded_name_size (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | crypto.c | 2009 size_t decoded_name_size; in ecryptfs_decode_and_decrypt_filename() local 2031 ecryptfs_decode_from_filename(NULL, &decoded_name_size, in ecryptfs_decode_and_decrypt_filename() 2033 decoded_name = kmalloc(decoded_name_size, GFP_KERNEL); in ecryptfs_decode_and_decrypt_filename() 2038 ecryptfs_decode_from_filename(decoded_name, &decoded_name_size, in ecryptfs_decode_and_decrypt_filename() 2045 decoded_name_size); in ecryptfs_decode_and_decrypt_filename()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | crypto.c | 1982 size_t decoded_name_size; in ecryptfs_decode_and_decrypt_filename() local 2004 ecryptfs_decode_from_filename(NULL, &decoded_name_size, in ecryptfs_decode_and_decrypt_filename() 2006 decoded_name = kmalloc(decoded_name_size, GFP_KERNEL); in ecryptfs_decode_and_decrypt_filename() 2011 ecryptfs_decode_from_filename(decoded_name, &decoded_name_size, in ecryptfs_decode_and_decrypt_filename() 2018 decoded_name_size); in ecryptfs_decode_and_decrypt_filename()
|
Completed in 6 milliseconds