Searched refs:aead_request_alloc (Results 1 – 4 of 4) sorted by relevance
658 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()
1475 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
328 req = aead_request_alloc(tfm, GFP_KERNEL); in test_aead_speed()
473 req = aead_request_alloc(tfm, GFP_KERNEL); in __test_aead()