Lines Matching defs:req
59 struct aead_request *req) in crypto_ccm_reqctx()
124 static int format_input(u8 *info, struct aead_request *req, in format_input()
165 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth()
226 struct aead_request *req = data; in crypto_ccm_encrypt_done() local
247 static int crypto_ccm_init_crypt(struct aead_request *req, u8 *tag) in crypto_ccm_init_crypt()
282 static int crypto_ccm_encrypt(struct aead_request *req) in crypto_ccm_encrypt()
322 struct aead_request *req = data; in crypto_ccm_decrypt_done() local
341 static int crypto_ccm_decrypt(struct aead_request *req) in crypto_ccm_decrypt()
598 static struct aead_request *crypto_rfc4309_crypt(struct aead_request *req) in crypto_rfc4309_crypt()
642 static int crypto_rfc4309_encrypt(struct aead_request *req) in crypto_rfc4309_encrypt()
652 static int crypto_rfc4309_decrypt(struct aead_request *req) in crypto_rfc4309_decrypt()