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