aead_request_alloc
data[i].req = aead_request_alloc(tfm, GFP_KERNEL);
req = aead_request_alloc(tfm, GFP_KERNEL);
generic_req = aead_request_alloc(generic_tfm, GFP_KERNEL);
req = aead_request_alloc(tfm, GFP_KERNEL);
subreq = aead_request_alloc(a_ctx->fallback_aead_tfm, GFP_KERNEL);
req = aead_request_alloc(key->tfm, GFP_ATOMIC);
req = aead_request_alloc(key->tfm, GFP_ATOMIC);
req = aead_request_alloc(tfm, KSMBD_DEFAULT_GFP);
con->v2.gcm_req = aead_request_alloc(con->v2.gcm_tfm, GFP_NOIO);
req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC);
req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC);
aead_req = aead_request_alloc(aead, GFP_KERNEL);