Lines Matching refs:aead_request
26 typedef u8 *(*authenc_ahash_t)(struct aead_request *req, unsigned int flags);
49 static void authenc_request_complete(struct aead_request *req, int err) in authenc_request_complete()
125 struct aead_request *req = areq->data; in authenc_geniv_ahash_update_done()
154 struct aead_request *req = areq->data; in authenc_geniv_ahash_done()
177 struct aead_request *req = areq->data; in authenc_verify_ahash_update_done()
226 struct aead_request *req = areq->data; in authenc_verify_ahash_done()
259 static u8 *crypto_authenc_ahash_fb(struct aead_request *req, unsigned int flags) in crypto_authenc_ahash_fb()
298 static u8 *crypto_authenc_ahash(struct aead_request *req, unsigned int flags) in crypto_authenc_ahash()
324 static int crypto_authenc_genicv(struct aead_request *req, u8 *iv, in crypto_authenc_genicv()
378 struct aead_request *areq = req->data; in crypto_authenc_encrypt_done()
394 static int crypto_authenc_encrypt(struct aead_request *req) in crypto_authenc_encrypt()
424 struct aead_request *areq = req->data; in crypto_authenc_givencrypt_done()
439 struct aead_request *areq = &req->areq; in crypto_authenc_givencrypt()
458 static int crypto_authenc_verify(struct aead_request *req, in crypto_authenc_verify()
481 static int crypto_authenc_iverify(struct aead_request *req, u8 *iv, in crypto_authenc_iverify()
521 static int crypto_authenc_decrypt(struct aead_request *req) in crypto_authenc_decrypt()