Home
last modified time | relevance | path

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

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