Lines Matching refs:aead_request
42 struct aead_request subreq;
57 struct aead_request *req) in crypto_ccm_reqctx()
129 static int format_input(u8 *info, struct aead_request *req, in format_input()
251 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth()
289 struct aead_request *req = areq->data; in crypto_ccm_encrypt_done()
310 static int crypto_ccm_init_crypt(struct aead_request *req, u8 *tag) in crypto_ccm_init_crypt()
345 static int crypto_ccm_encrypt(struct aead_request *req) in crypto_ccm_encrypt()
386 struct aead_request *req = areq->data; in crypto_ccm_decrypt_done()
405 static int crypto_ccm_decrypt(struct aead_request *req) in crypto_ccm_decrypt()
705 static struct aead_request *crypto_rfc4309_crypt(struct aead_request *req) in crypto_rfc4309_crypt()
708 struct aead_request *subreq = &rctx->subreq; in crypto_rfc4309_crypt()
749 static int crypto_rfc4309_encrypt(struct aead_request *req) in crypto_rfc4309_encrypt()
759 static int crypto_rfc4309_decrypt(struct aead_request *req) in crypto_rfc4309_decrypt()