Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dcrypto_fname.c102 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in f2fs_fname_encrypt()
164 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in f2fs_fname_decrypt()
Dcrypto_key.c59 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in f2fs_derive_key_aes()
Dcrypto.c338 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in f2fs_page_crypto()
/linux-4.4.14/fs/ext4/
Dcrypto_fname.c98 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in ext4_fname_encrypt()
165 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in ext4_fname_decrypt()
Dcrypto_key.c56 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in ext4_derive_key_aes()
Dcrypto.c271 req = ablkcipher_request_alloc(tfm, GFP_NOFS); in ext4_page_crypto()
/linux-4.4.14/include/linux/
Dcrypto.h979 static inline struct ablkcipher_request *ablkcipher_request_alloc( in ablkcipher_request_alloc() function
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c361 req = ablkcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); in crypt_scatterlist()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c845 req = ablkcipher_request_alloc(ctr_tfm, GFP_KERNEL); in rfc4106_set_hash_subkey()
/linux-4.4.14/crypto/
Dtcrypt.c1140 req = ablkcipher_request_alloc(tfm, GFP_KERNEL); in test_acipher_speed()