Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Daead.h410 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
/linux-4.4.14/net/mac802154/
Dllsec.c660 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_encrypt_auth()
862 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_decrypt_auth()
/linux-4.4.14/crypto/
Dtcrypt.c361 req = aead_request_alloc(tfm, GFP_KERNEL); in test_aead_speed()
Dtestmgr.c481 req = aead_request_alloc(tfm, GFP_KERNEL); in __test_aead()