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