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

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

Completed in 144 milliseconds