aead_request_alloc — allocate request data structure
struct aead_request * aead_request_alloc ( | struct crypto_aead * tfm, |
gfp_t gfp) ; |
tfm
cipher handle to be registered with the request
gfp
memory allocation flag that is handed to kmalloc by the API call.