Lines Matching refs:aead_request
1892 struct aead_request *req) in aead_unmap()
1915 struct aead_request *req = context; in aead_encrypt_done()
1937 struct aead_request *req = context; in aead_decrypt_done()
2030 static void init_aead_job(struct aead_request *req, in init_aead_job()
2089 static void init_gcm_job(struct aead_request *req, in init_gcm_job()
2118 static void init_authenc_job(struct aead_request *req, in init_authenc_job()
2265 static struct aead_edesc *aead_edesc_alloc(struct aead_request *req, in aead_edesc_alloc()
2373 static int gcm_encrypt(struct aead_request *req) in gcm_encrypt()
2408 static int ipsec_gcm_encrypt(struct aead_request *req) in ipsec_gcm_encrypt()
2416 static int aead_encrypt(struct aead_request *req) in aead_encrypt()
2452 static int gcm_decrypt(struct aead_request *req) in gcm_decrypt()
2487 static int ipsec_gcm_decrypt(struct aead_request *req) in ipsec_gcm_decrypt()
2495 static int aead_decrypt(struct aead_request *req) in aead_decrypt()
2537 static int aead_givdecrypt(struct aead_request *req) in aead_givdecrypt()