Lines Matching refs:aead_request
43 struct aead_request subreq;
65 struct aead_request *req) in crypto_ccm_reqctx()
137 static int format_input(u8 *info, struct aead_request *req, in format_input()
178 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth()
239 struct aead_request *req = areq->data; in crypto_ccm_encrypt_done()
260 static int crypto_ccm_init_crypt(struct aead_request *req, u8 *tag) in crypto_ccm_init_crypt()
295 static int crypto_ccm_encrypt(struct aead_request *req) in crypto_ccm_encrypt()
336 struct aead_request *req = areq->data; in crypto_ccm_decrypt_done()
355 static int crypto_ccm_decrypt(struct aead_request *req) in crypto_ccm_decrypt()
664 static struct aead_request *crypto_rfc4309_crypt(struct aead_request *req) in crypto_rfc4309_crypt()
667 struct aead_request *subreq = &rctx->subreq; in crypto_rfc4309_crypt()
708 static int crypto_rfc4309_encrypt(struct aead_request *req) in crypto_rfc4309_encrypt()
718 static int crypto_rfc4309_decrypt(struct aead_request *req) in crypto_rfc4309_decrypt()