Searched defs:areq (Results 1 - 19 of 19) sorted by relevance

/linux-4.1.27/include/crypto/
H A Daead.h30 struct aead_request areq; member in struct:aead_givcrypt_request
/linux-4.1.27/crypto/
H A Dseqiv.c147 struct aead_request *areq = &req->areq; seqiv_aead_givencrypt() local
H A Dahash.c317 struct ahash_request *areq = req->data; ahash_op_unaligned_done() local
396 struct ahash_request *areq = req->data; ahash_def_finup_done2() local
419 struct ahash_request *areq = req->data; ahash_def_finup_done1() local
H A Dauthenc.c122 static void authenc_geniv_ahash_update_done(struct crypto_async_request *areq, authenc_geniv_ahash_update_done() argument
152 static void authenc_geniv_ahash_done(struct crypto_async_request *areq, int err) authenc_geniv_ahash_done() argument
171 static void authenc_verify_ahash_update_done(struct crypto_async_request *areq, authenc_verify_ahash_update_done() argument
220 static void authenc_verify_ahash_done(struct crypto_async_request *areq, authenc_verify_ahash_done() argument
378 struct aead_request *areq = req->data; crypto_authenc_encrypt_done() local
424 struct aead_request *areq = req->data; crypto_authenc_givencrypt_done() local
439 struct aead_request *areq = &req->areq; crypto_authenc_givencrypt() local
H A Dauthencesn.c96 static void authenc_esn_geniv_ahash_update_done(struct crypto_async_request *areq, authenc_esn_geniv_ahash_update_done() argument
136 static void authenc_esn_geniv_ahash_update_done2(struct crypto_async_request *areq, authenc_esn_geniv_ahash_update_done2() argument
167 static void authenc_esn_geniv_ahash_done(struct crypto_async_request *areq, authenc_esn_geniv_ahash_done() argument
188 static void authenc_esn_verify_ahash_update_done(struct crypto_async_request *areq, authenc_esn_verify_ahash_update_done() argument
249 static void authenc_esn_verify_ahash_update_done2(struct crypto_async_request *areq, authenc_esn_verify_ahash_update_done2() argument
299 static void authenc_esn_verify_ahash_done(struct crypto_async_request *areq, authenc_esn_verify_ahash_done() argument
455 struct aead_request *areq = req->data; crypto_authenc_esn_encrypt_done() local
500 struct aead_request *areq = req->data; crypto_authenc_esn_givencrypt_done() local
515 struct aead_request *areq = &req->areq; crypto_authenc_esn_givencrypt() local
H A Dpcrypt.c133 static void pcrypt_aead_done(struct crypto_async_request *areq, int err) pcrypt_aead_done() argument
245 struct aead_request *areq = &req->areq; pcrypt_aead_givencrypt() local
H A Dccm.c281 static void crypto_ccm_encrypt_done(struct crypto_async_request *areq, int err) crypto_ccm_encrypt_done() argument
356 static void crypto_ccm_decrypt_done(struct crypto_async_request *areq, crypto_ccm_decrypt_done() argument
H A Dcryptd.c676 static void cryptd_aead_encrypt(struct crypto_async_request *areq, int err) cryptd_aead_encrypt() argument
686 static void cryptd_aead_decrypt(struct crypto_async_request *areq, int err) cryptd_aead_decrypt() argument
H A Dgcm.c301 static void gcm_hash_final_done(struct crypto_async_request *areq, int err) gcm_hash_final_done() argument
321 static void gcm_hash_len_done(struct crypto_async_request *areq, int err) gcm_hash_len_done() argument
341 static void gcm_hash_crypt_remain_done(struct crypto_async_request *areq, gcm_hash_crypt_remain_done() argument
367 static void gcm_hash_crypt_done(struct crypto_async_request *areq, int err) gcm_hash_crypt_done() argument
397 static void gcm_hash_assoc_remain_done(struct crypto_async_request *areq, gcm_hash_assoc_remain_done() argument
422 static void gcm_hash_assoc_done(struct crypto_async_request *areq, int err) gcm_hash_assoc_done() argument
451 static void gcm_hash_init_done(struct crypto_async_request *areq, int err) gcm_hash_init_done() argument
527 static void gcm_encrypt_done(struct crypto_async_request *areq, int err) gcm_encrypt_done() argument
588 static void gcm_decrypt_done(struct crypto_async_request *areq, int err) gcm_decrypt_done() argument
1103 static void crypto_rfc4543_done(struct crypto_async_request *areq, int err) crypto_rfc4543_done() argument
/linux-4.1.27/drivers/crypto/caam/
H A Djr.c316 caam_jr_enqueue(struct device *dev, u32 *desc, void (*cbk)(struct device *dev, u32 *desc, u32 status, void *areq), void *areq) caam_jr_enqueue() argument
H A Dcaamalg.c3002 static int aead_givencrypt(struct aead_givcrypt_request *areq) aead_givencrypt() argument
3047 static int aead_null_givencrypt(struct aead_givcrypt_request *areq) aead_null_givencrypt() argument
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dqat_algs.c803 struct aead_request *areq = qat_req->aead_req; qat_aead_alg_callback() local
818 struct ablkcipher_request *areq = qat_req->ablkcipher_req; qat_ablkcipher_alg_callback() local
837 static int qat_alg_aead_dec(struct aead_request *areq) qat_alg_aead_dec() argument
881 static int qat_alg_aead_enc_internal(struct aead_request *areq, uint8_t *iv, qat_alg_aead_enc_internal() argument
931 static int qat_alg_aead_enc(struct aead_request *areq) qat_alg_aead_enc() argument
/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp_core.c824 static int ablk_dma_crypt(struct ablkcipher_request *areq) ablk_dma_crypt() argument
881 static int ablk_crypt(struct ablkcipher_request *areq) ablk_crypt() argument
1053 static int cryp_blk_encrypt(struct ablkcipher_request *areq) cryp_blk_encrypt() argument
1071 static int cryp_blk_decrypt(struct ablkcipher_request *areq) cryp_blk_decrypt() argument
/linux-4.1.27/drivers/mmc/card/
H A Dblock.c1839 struct mmc_async_req *areq; mmc_blk_issue_rw_rq() local
1202 mmc_blk_err_check(struct mmc_card *card, struct mmc_async_req *areq) mmc_blk_err_check() argument
1307 mmc_blk_packed_err_check(struct mmc_card *card, struct mmc_async_req *areq) mmc_blk_packed_err_check() argument
H A Dmmc_test.c171 struct mmc_async_req areq; member in struct:mmc_test_async_req
718 mmc_test_check_result_async(struct mmc_card *card, struct mmc_async_req *areq) mmc_test_check_result_async() argument
/linux-4.1.27/drivers/mmc/core/
H A Dcore.c536 mmc_start_req(struct mmc_host *host, struct mmc_async_req *areq, int *error) mmc_start_req() argument
/linux-4.1.27/drivers/crypto/
H A Dpicoxcell_crypto.c323 struct aead_request *areq = container_of(req->req, struct aead_request, spacc_aead_make_ddts() local
406 struct aead_request *areq = container_of(req->req, struct aead_request, spacc_aead_free_ddts() local
H A Dtalitos.c820 struct aead_request *areq = context; ipsec_esp_encrypt_done() local
940 static int ipsec_esp(struct talitos_edesc *edesc, struct aead_request *areq, ipsec_esp() argument
1217 static struct talitos_edesc *aead_edesc_alloc(struct aead_request *areq, u8 *iv, aead_edesc_alloc() argument
1300 struct aead_request *areq = &req->areq; aead_givencrypt() local
1350 struct ablkcipher_request *areq = context; ablkcipher_done() local
1473 static int ablkcipher_encrypt(struct ablkcipher_request *areq) ablkcipher_encrypt() argument
1490 static int ablkcipher_decrypt(struct ablkcipher_request *areq) ablkcipher_decrypt() argument
1535 struct ahash_request *areq = context; ahash_done() local
1641 static struct talitos_edesc *ahash_edesc_alloc(struct ahash_request *areq, ahash_edesc_alloc() argument
1652 static int ahash_init(struct ahash_request *areq) ahash_init() argument
1673 static int ahash_init_sha224_swinit(struct ahash_request *areq) ahash_init_sha224_swinit() argument
1696 static int ahash_process_req(struct ahash_request *areq, unsigned int nbytes) ahash_process_req() argument
1780 static int ahash_update(struct ahash_request *areq) ahash_update() argument
1789 static int ahash_final(struct ahash_request *areq) ahash_final() argument
1798 static int ahash_finup(struct ahash_request *areq) ahash_finup() argument
1807 static int ahash_digest(struct ahash_request *areq) ahash_digest() argument
789 ipsec_esp_unmap(struct device *dev, struct talitos_edesc *edesc, struct aead_request *areq) ipsec_esp_unmap() argument
1331 common_nonsnoop_unmap(struct device *dev, struct talitos_edesc *edesc, struct ablkcipher_request *areq) common_nonsnoop_unmap() argument
1362 common_nonsnoop(struct talitos_edesc *edesc, struct ablkcipher_request *areq, void (*callback) (struct device *dev, struct talitos_desc *desc, void *context, int error)) common_nonsnoop() argument
1461 ablkcipher_edesc_alloc(struct ablkcipher_request * areq, bool encrypt) ablkcipher_edesc_alloc() argument
1506 common_nonsnoop_hash_unmap(struct device *dev, struct talitos_edesc *edesc, struct ahash_request *areq) common_nonsnoop_hash_unmap() argument
1552 common_nonsnoop_hash(struct talitos_edesc *edesc, struct ahash_request *areq, unsigned int length, void (*callback) (struct device *dev, struct talitos_desc *desc, void *context, int error)) common_nonsnoop_hash() argument
/linux-4.1.27/include/linux/mmc/
H A Dhost.h359 struct mmc_async_req *areq; /* active async req */ member in struct:mmc_host

Completed in 822 milliseconds