Lines Matching refs:aead_request
51 struct aead_request *req) in crypto_ccm_reqctx()
123 static int format_input(u8 *info, struct aead_request *req, in format_input()
245 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth()
283 struct aead_request *req = areq->data; in crypto_ccm_encrypt_done()
303 static int crypto_ccm_encrypt(struct aead_request *req) in crypto_ccm_encrypt()
359 struct aead_request *req = areq->data; in crypto_ccm_decrypt_done()
373 static int crypto_ccm_decrypt(struct aead_request *req) in crypto_ccm_decrypt()
678 static struct aead_request *crypto_rfc4309_crypt(struct aead_request *req) in crypto_rfc4309_crypt()
680 struct aead_request *subreq = aead_request_ctx(req); in crypto_rfc4309_crypt()
702 static int crypto_rfc4309_encrypt(struct aead_request *req) in crypto_rfc4309_encrypt()
709 static int crypto_rfc4309_decrypt(struct aead_request *req) in crypto_rfc4309_decrypt()
732 tfm->crt_aead.reqsize = sizeof(struct aead_request) + in crypto_rfc4309_init_tfm()