Lines Matching defs:req
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() local
154 struct aead_request *req = areq->data; in authenc_geniv_ahash_done() local
177 struct aead_request *req = areq->data; in authenc_verify_ahash_update_done() local
226 struct aead_request *req = areq->data; in authenc_verify_ahash_done() local
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()
375 static void crypto_authenc_encrypt_done(struct crypto_async_request *req, in crypto_authenc_encrypt_done()
394 static int crypto_authenc_encrypt(struct aead_request *req) in crypto_authenc_encrypt()
421 static void crypto_authenc_givencrypt_done(struct crypto_async_request *req, in crypto_authenc_givencrypt_done()
435 static int crypto_authenc_givencrypt(struct aead_givcrypt_request *req) 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()