Home
last modified time | relevance | path

Searched defs:areq (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/drivers/crypto/
Dtalitos.c791 struct aead_request *areq) in ipsec_esp_unmap()
820 struct aead_request *areq = context; in ipsec_esp_encrypt_done() local
940 static int ipsec_esp(struct talitos_edesc *edesc, struct aead_request *areq, in ipsec_esp()
1217 static struct talitos_edesc *aead_edesc_alloc(struct aead_request *areq, u8 *iv, in aead_edesc_alloc()
1300 struct aead_request *areq = &req->areq; in aead_givencrypt() local
1333 struct ablkcipher_request *areq) in common_nonsnoop_unmap()
1350 struct ablkcipher_request *areq = context; in ablkcipher_done() local
1363 struct ablkcipher_request *areq, in common_nonsnoop()
1461 static struct talitos_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request * in ablkcipher_edesc_alloc()
1473 static int ablkcipher_encrypt(struct ablkcipher_request *areq) in ablkcipher_encrypt()
[all …]
Dpicoxcell_crypto.c323 struct aead_request *areq = container_of(req->req, struct aead_request, in spacc_aead_make_ddts() local
406 struct aead_request *areq = container_of(req->req, struct aead_request, in spacc_aead_free_ddts() local
/linux-4.1.27/crypto/
Dauthencesn.c96 static void authenc_esn_geniv_ahash_update_done(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_update_done()
136 static void authenc_esn_geniv_ahash_update_done2(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_update_done2()
167 static void authenc_esn_geniv_ahash_done(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_done()
188 static void authenc_esn_verify_ahash_update_done(struct crypto_async_request *areq, in authenc_esn_verify_ahash_update_done()
249 static void authenc_esn_verify_ahash_update_done2(struct crypto_async_request *areq, in authenc_esn_verify_ahash_update_done2()
299 static void authenc_esn_verify_ahash_done(struct crypto_async_request *areq, in authenc_esn_verify_ahash_done()
455 struct aead_request *areq = req->data; in crypto_authenc_esn_encrypt_done() local
500 struct aead_request *areq = req->data; in crypto_authenc_esn_givencrypt_done() local
515 struct aead_request *areq = &req->areq; in crypto_authenc_esn_givencrypt() local
Dauthenc.c122 static void authenc_geniv_ahash_update_done(struct crypto_async_request *areq, in authenc_geniv_ahash_update_done()
152 static void authenc_geniv_ahash_done(struct crypto_async_request *areq, int err) in authenc_geniv_ahash_done()
171 static void authenc_verify_ahash_update_done(struct crypto_async_request *areq, in authenc_verify_ahash_update_done()
220 static void authenc_verify_ahash_done(struct crypto_async_request *areq, in authenc_verify_ahash_done()
378 struct aead_request *areq = req->data; in crypto_authenc_encrypt_done() local
424 struct aead_request *areq = req->data; in crypto_authenc_givencrypt_done() local
439 struct aead_request *areq = &req->areq; in crypto_authenc_givencrypt() local
Dgcm.c301 static void gcm_hash_final_done(struct crypto_async_request *areq, int err) in gcm_hash_final_done()
321 static void gcm_hash_len_done(struct crypto_async_request *areq, int err) in gcm_hash_len_done()
341 static void gcm_hash_crypt_remain_done(struct crypto_async_request *areq, in gcm_hash_crypt_remain_done()
367 static void gcm_hash_crypt_done(struct crypto_async_request *areq, int err) in gcm_hash_crypt_done()
397 static void gcm_hash_assoc_remain_done(struct crypto_async_request *areq, in gcm_hash_assoc_remain_done()
422 static void gcm_hash_assoc_done(struct crypto_async_request *areq, int err) in gcm_hash_assoc_done()
451 static void gcm_hash_init_done(struct crypto_async_request *areq, int err) in gcm_hash_init_done()
527 static void gcm_encrypt_done(struct crypto_async_request *areq, int err) in gcm_encrypt_done()
588 static void gcm_decrypt_done(struct crypto_async_request *areq, int err) in gcm_decrypt_done()
1103 static void crypto_rfc4543_done(struct crypto_async_request *areq, int err) in crypto_rfc4543_done()
Dahash.c317 struct ahash_request *areq = req->data; in ahash_op_unaligned_done() local
396 struct ahash_request *areq = req->data; in ahash_def_finup_done2() local
419 struct ahash_request *areq = req->data; in ahash_def_finup_done1() local
Dpcrypt.c133 static void pcrypt_aead_done(struct crypto_async_request *areq, int err) in pcrypt_aead_done()
245 struct aead_request *areq = &req->areq; in pcrypt_aead_givencrypt() local
Dseqiv.c147 struct aead_request *areq = &req->areq; in seqiv_aead_givencrypt() local
Dccm.c281 static void crypto_ccm_encrypt_done(struct crypto_async_request *areq, int err) in crypto_ccm_encrypt_done()
356 static void crypto_ccm_decrypt_done(struct crypto_async_request *areq, in crypto_ccm_decrypt_done()
Dcryptd.c676 static void cryptd_aead_encrypt(struct crypto_async_request *areq, int err) in cryptd_aead_encrypt()
686 static void cryptd_aead_decrypt(struct crypto_async_request *areq, int err) in cryptd_aead_decrypt()
Dalgif_skcipher.c71 #define GET_SREQ(areq, ctx) (struct skcipher_async_req *)((char *)areq + \ argument
/linux-4.1.27/drivers/crypto/caam/
Djr.c318 u32 status, void *areq), in caam_jr_enqueue()
Dcaamalg.c3002 static int aead_givencrypt(struct aead_givcrypt_request *areq) in aead_givencrypt()
3047 static int aead_null_givencrypt(struct aead_givcrypt_request *areq) in aead_null_givencrypt()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c803 struct aead_request *areq = qat_req->aead_req; in qat_aead_alg_callback() local
818 struct ablkcipher_request *areq = qat_req->ablkcipher_req; in qat_ablkcipher_alg_callback() local
837 static int qat_alg_aead_dec(struct aead_request *areq) in qat_alg_aead_dec()
881 static int qat_alg_aead_enc_internal(struct aead_request *areq, uint8_t *iv, in qat_alg_aead_enc_internal()
931 static int qat_alg_aead_enc(struct aead_request *areq) in qat_alg_aead_enc()
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp_core.c824 static int ablk_dma_crypt(struct ablkcipher_request *areq) in ablk_dma_crypt()
881 static int ablk_crypt(struct ablkcipher_request *areq) in ablk_crypt()
1053 static int cryp_blk_encrypt(struct ablkcipher_request *areq) in cryp_blk_encrypt()
1071 static int cryp_blk_decrypt(struct ablkcipher_request *areq) in cryp_blk_decrypt()
/linux-4.1.27/include/crypto/
Daead.h30 struct aead_request areq; member
/linux-4.1.27/drivers/mmc/card/
Dblock.c1203 struct mmc_async_req *areq) in mmc_blk_err_check()
1308 struct mmc_async_req *areq) in mmc_blk_packed_err_check()
1839 struct mmc_async_req *areq; in mmc_blk_issue_rw_rq() local
Dmmc_test.c171 struct mmc_async_req areq; member
719 struct mmc_async_req *areq) in mmc_test_check_result_async()
/linux-4.1.27/include/linux/mmc/
Dhost.h359 struct mmc_async_req *areq; /* active async req */ member
/linux-4.1.27/drivers/mmc/core/
Dcore.c537 struct mmc_async_req *areq, int *error) in mmc_start_req()