Lines Matching defs:req
1892 struct aead_request *req) in aead_unmap()
1901 struct ablkcipher_request *req) in ablkcipher_unmap()
1915 struct aead_request *req = context; in aead_encrypt_done() local
1937 struct aead_request *req = context; in aead_decrypt_done() local
1965 struct ablkcipher_request *req = context; in ablkcipher_encrypt_done() local
1998 struct ablkcipher_request *req = context; in ablkcipher_decrypt_done() local
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()
2162 struct ablkcipher_request *req, in init_ablkcipher_job()
2219 struct ablkcipher_request *req, in init_ablkcipher_giv_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()
2554 static struct ablkcipher_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request in ablkcipher_edesc_alloc()
2650 static int ablkcipher_encrypt(struct ablkcipher_request *req) in ablkcipher_encrypt()
2687 static int ablkcipher_decrypt(struct ablkcipher_request *req) in ablkcipher_decrypt()
2733 struct ablkcipher_request *req = &greq->creq; in ablkcipher_giv_edesc_alloc() local
2829 struct ablkcipher_request *req = &creq->creq; in ablkcipher_givencrypt() local