Lines Matching refs:aead_request
37 struct aead_request subreq;
62 struct aead_request *req) in crypto_ccm_reqctx()
127 static int format_input(u8 *info, struct aead_request *req, in format_input()
168 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth()
229 struct aead_request *req = data; in crypto_ccm_encrypt_done()
250 static int crypto_ccm_init_crypt(struct aead_request *req, u8 *tag) in crypto_ccm_init_crypt()
285 static int crypto_ccm_encrypt(struct aead_request *req) in crypto_ccm_encrypt()
325 struct aead_request *req = 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()