Lines Matching refs:aead_request
36 struct aead_request subreq;
61 struct aead_request *req) in crypto_ccm_reqctx()
126 static int format_input(u8 *info, struct aead_request *req, in format_input()
167 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth()
228 struct aead_request *req = areq->data; in crypto_ccm_encrypt_done()
249 static int crypto_ccm_init_crypt(struct aead_request *req, u8 *tag) in crypto_ccm_init_crypt()
284 static int crypto_ccm_encrypt(struct aead_request *req) in crypto_ccm_encrypt()
325 struct aead_request *req = areq->data; in crypto_ccm_decrypt_done()
344 static int crypto_ccm_decrypt(struct aead_request *req) in crypto_ccm_decrypt()
603 static struct aead_request *crypto_rfc4309_crypt(struct aead_request *req) in crypto_rfc4309_crypt()
606 struct aead_request *subreq = &rctx->subreq; in crypto_rfc4309_crypt()
647 static int crypto_rfc4309_encrypt(struct aead_request *req) in crypto_rfc4309_encrypt()
657 static int crypto_rfc4309_decrypt(struct aead_request *req) in crypto_rfc4309_decrypt()