Searched refs:ablkcipher_request_alloc (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/fs/ext4/
H A Dcrypto_key.c56 req = ablkcipher_request_alloc(tfm, GFP_NOFS); ext4_derive_key_aes()
H A Dcrypto_fname.c82 req = ablkcipher_request_alloc(tfm, GFP_NOFS); ext4_fname_encrypt()
156 req = ablkcipher_request_alloc(tfm, GFP_NOFS); ext4_fname_decrypt()
H A Dcrypto.c345 req = ablkcipher_request_alloc(atfm, GFP_NOFS); ext4_page_crypto()
/linux-4.1.27/include/linux/
H A Dcrypto.h1101 * ablkcipher_request_alloc() - allocate request data structure
1112 static inline struct ablkcipher_request *ablkcipher_request_alloc( ablkcipher_request_alloc() function
/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c855 req = ablkcipher_request_alloc(ctr_tfm, GFP_KERNEL); rfc4106_set_hash_subkey()
/linux-4.1.27/crypto/
H A Dtcrypt.c1111 req = ablkcipher_request_alloc(tfm, GFP_KERNEL); test_acipher_speed()
H A Dtestmgr.c943 req = ablkcipher_request_alloc(tfm, GFP_KERNEL); __test_skcipher()
/linux-4.1.27/fs/ecryptfs/
H A Dcrypto.c362 req = ablkcipher_request_alloc(crypt_stat->tfm, GFP_NOFS); crypt_scatterlist()

Completed in 175 milliseconds