Home
last modified time | relevance | path

Searched refs:aead_request_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/mac802154/
Dllsec.c658 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_encrypt_auth()
867 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_decrypt_auth()
/linux-4.1.27/include/linux/
Dcrypto.h1475 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
/linux-4.1.27/crypto/
Dtcrypt.c328 req = aead_request_alloc(tfm, GFP_KERNEL); in test_aead_speed()
Dtestmgr.c473 req = aead_request_alloc(tfm, GFP_KERNEL); in __test_aead()