Searched refs:ablkcipher_request_alloc (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | crypto_fname.c | 102 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in f2fs_fname_encrypt() 164 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in f2fs_fname_decrypt()
|
D | crypto_key.c | 59 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in f2fs_derive_key_aes()
|
D | crypto.c | 338 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in f2fs_page_crypto()
|
/linux-4.4.14/fs/ext4/ |
D | crypto_fname.c | 98 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in ext4_fname_encrypt() 165 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in ext4_fname_decrypt()
|
D | crypto_key.c | 56 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in ext4_derive_key_aes()
|
D | crypto.c | 271 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in ext4_page_crypto()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 979 static inline struct ablkcipher_request *ablkcipher_request_alloc( in ablkcipher_request_alloc() function
|
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 361 req = ablkcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 845 req = ablkcipher_request_alloc(ctr_tfm, GFP_KERNEL); in rfc4106_set_hash_subkey()
|
/linux-4.4.14/crypto/ |
D | tcrypt.c | 1140 req = ablkcipher_request_alloc(tfm, GFP_KERNEL); in test_acipher_speed()
|