/Linux-v5.4/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 182 struct ahash_request *areq = ahash_request_cast(async); in safexcel_handle_req_result() local 257 struct ahash_request *areq = ahash_request_cast(async); in safexcel_ahash_send_req() local 416 struct ahash_request *areq = ahash_request_cast(async); in safexcel_handle_inv_result() local 464 struct ahash_request *areq = ahash_request_cast(async); in safexcel_handle_result() local 485 struct ahash_request *areq = ahash_request_cast(async); in safexcel_ahash_send_inv() local 503 struct ahash_request *areq = ahash_request_cast(async); in safexcel_ahash_send() local 557 static int safexcel_ahash_cache(struct ahash_request *areq) in safexcel_ahash_cache() 582 static int safexcel_ahash_enqueue(struct ahash_request *areq) in safexcel_ahash_enqueue() 638 static int safexcel_ahash_update(struct ahash_request *areq) in safexcel_ahash_update() 663 static int safexcel_ahash_final(struct ahash_request *areq) in safexcel_ahash_final() [all …]
|
/Linux-v5.4/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-hash.c | 34 int sun4i_hash_init(struct ahash_request *areq) in sun4i_hash_init() 49 int sun4i_hash_export_md5(struct ahash_request *areq, void *out) in sun4i_hash_export_md5() 72 int sun4i_hash_import_md5(struct ahash_request *areq, const void *in) in sun4i_hash_import_md5() 91 int sun4i_hash_export_sha1(struct ahash_request *areq, void *out) in sun4i_hash_export_sha1() 115 int sun4i_hash_import_sha1(struct ahash_request *areq, const void *in) in sun4i_hash_import_sha1() 164 static int sun4i_hash(struct ahash_request *areq) in sun4i_hash() 485 int sun4i_hash_final(struct ahash_request *areq) in sun4i_hash_final() 493 int sun4i_hash_update(struct ahash_request *areq) in sun4i_hash_update() 502 int sun4i_hash_finup(struct ahash_request *areq) in sun4i_hash_finup() 511 int sun4i_hash_digest(struct ahash_request *areq) in sun4i_hash_digest()
|
D | sun4i-ss-cipher.c | 15 static int noinline_for_stack sun4i_ss_opti_poll(struct skcipher_request *areq) in sun4i_ss_opti_poll() 118 static int noinline_for_stack sun4i_ss_cipher_poll_fallback(struct skcipher_request *areq) in sun4i_ss_cipher_poll_fallback() 141 static int sun4i_ss_cipher_poll(struct skcipher_request *areq) in sun4i_ss_cipher_poll() 341 int sun4i_ss_cbc_aes_encrypt(struct skcipher_request *areq) in sun4i_ss_cbc_aes_encrypt() 352 int sun4i_ss_cbc_aes_decrypt(struct skcipher_request *areq) in sun4i_ss_cbc_aes_decrypt() 364 int sun4i_ss_ecb_aes_encrypt(struct skcipher_request *areq) in sun4i_ss_ecb_aes_encrypt() 375 int sun4i_ss_ecb_aes_decrypt(struct skcipher_request *areq) in sun4i_ss_ecb_aes_decrypt() 387 int sun4i_ss_cbc_des_encrypt(struct skcipher_request *areq) in sun4i_ss_cbc_des_encrypt() 398 int sun4i_ss_cbc_des_decrypt(struct skcipher_request *areq) in sun4i_ss_cbc_des_decrypt() 410 int sun4i_ss_ecb_des_encrypt(struct skcipher_request *areq) in sun4i_ss_ecb_des_encrypt() [all …]
|
/Linux-v5.4/drivers/crypto/cavium/nitrox/ |
D | nitrox_aead.c | 176 struct aead_request *areq = arg; in nitrox_aead_callback() local 189 static int nitrox_aes_gcm_enc(struct aead_request *areq) in nitrox_aes_gcm_enc() 220 static int nitrox_aes_gcm_dec(struct aead_request *areq) in nitrox_aes_gcm_dec() 363 static int nitrox_rfc4106_set_aead_rctx_sglist(struct aead_request *areq) in nitrox_rfc4106_set_aead_rctx_sglist() 396 struct aead_request *areq = arg; in nitrox_rfc4106_callback() local 410 static int nitrox_rfc4106_enc(struct aead_request *areq) in nitrox_rfc4106_enc() 442 static int nitrox_rfc4106_dec(struct aead_request *areq) in nitrox_rfc4106_dec()
|
/Linux-v5.4/crypto/ |
D | chacha20poly1305.c | 120 static void chacha_decrypt_done(struct crypto_async_request *areq, int err) in chacha_decrypt_done() 166 static void poly_tail_done(struct crypto_async_request *areq, int err) in poly_tail_done() 196 static void poly_cipherpad_done(struct crypto_async_request *areq, int err) in poly_cipherpad_done() 225 static void poly_cipher_done(struct crypto_async_request *areq, int err) in poly_cipher_done() 255 static void poly_adpad_done(struct crypto_async_request *areq, int err) in poly_adpad_done() 284 static void poly_ad_done(struct crypto_async_request *areq, int err) in poly_ad_done() 308 static void poly_setkey_done(struct crypto_async_request *areq, int err) in poly_setkey_done() 334 static void poly_init_done(struct crypto_async_request *areq, int err) in poly_init_done() 357 static void poly_genkey_done(struct crypto_async_request *areq, int err) in poly_genkey_done() 396 static void chacha_encrypt_done(struct crypto_async_request *areq, int err) in chacha_encrypt_done()
|
D | cts.c | 92 static void cts_cbc_crypt_done(struct crypto_async_request *areq, int err) in cts_cbc_crypt_done() 132 static void crypto_cts_encrypt_done(struct crypto_async_request *areq, int err) in crypto_cts_encrypt_done() 226 static void crypto_cts_decrypt_done(struct crypto_async_request *areq, int err) in crypto_cts_decrypt_done()
|
D | xts.c | 147 static void cts_done(struct crypto_async_request *areq, int err) in cts_done() 201 static void encrypt_done(struct crypto_async_request *areq, int err) in encrypt_done() 221 static void decrypt_done(struct crypto_async_request *areq, int err) in decrypt_done()
|
D | gcm.c | 255 static void gcm_hash_len_done(struct crypto_async_request *areq, int err) in gcm_hash_len_done() 276 static void gcm_hash_crypt_remain_done(struct crypto_async_request *areq, in gcm_hash_crypt_remain_done() 307 static void gcm_hash_crypt_done(struct crypto_async_request *areq, int err) in gcm_hash_crypt_done() 335 static void gcm_hash_assoc_remain_done(struct crypto_async_request *areq, in gcm_hash_assoc_remain_done() 364 static void gcm_hash_assoc_done(struct crypto_async_request *areq, int err) in gcm_hash_assoc_done() 389 static void gcm_hash_init_done(struct crypto_async_request *areq, int err) in gcm_hash_init_done() 442 static void gcm_encrypt_done(struct crypto_async_request *areq, int err) in gcm_encrypt_done() 486 static void gcm_decrypt_done(struct crypto_async_request *areq, int err) in gcm_decrypt_done()
|
D | af_alg.c | 648 static void af_alg_free_areq_sgls(struct af_alg_async_req *areq) in af_alg_free_areq_sgls() 1015 void af_alg_free_resources(struct af_alg_async_req *areq) in af_alg_free_resources() 1035 struct af_alg_async_req *areq = _req->data; in af_alg_async_cb() local 1084 struct af_alg_async_req *areq = sock_kmalloc(sk, areqlen, GFP_KERNEL); in af_alg_alloc_areq() local 1113 struct af_alg_async_req *areq, size_t maxsize, in af_alg_get_rsgl()
|
D | authenc.c | 122 static void authenc_geniv_ahash_done(struct crypto_async_request *areq, int err) in authenc_geniv_ahash_done() 176 struct aead_request *areq = req->data; in crypto_authenc_encrypt_done() local 274 static void authenc_verify_ahash_done(struct crypto_async_request *areq, in authenc_verify_ahash_done()
|
D | authencesn.c | 120 static void authenc_esn_geniv_ahash_done(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_done() 169 struct aead_request *areq = req->data; in crypto_authenc_esn_encrypt_done() local 271 static void authenc_esn_verify_ahash_done(struct crypto_async_request *areq, in authenc_esn_verify_ahash_done()
|
D | ahash.c | 318 struct ahash_request *areq = req->data; in ahash_op_unaligned_done() local 418 struct ahash_request *areq = req->data; in ahash_def_finup_done2() local 446 struct ahash_request *areq = req->data; in ahash_def_finup_done1() local
|
D | essiv.c | 151 static void essiv_skcipher_done(struct crypto_async_request *areq, int err) in essiv_skcipher_done() 186 static void essiv_aead_done(struct crypto_async_request *areq, int err) in essiv_aead_done()
|
/Linux-v5.4/drivers/crypto/ |
D | talitos.c | 993 struct aead_request *areq, bool encrypt) in ipsec_esp_unmap() 1030 struct aead_request *areq = context; in ipsec_esp_encrypt_done() local 1195 static int ipsec_esp(struct talitos_edesc *edesc, struct aead_request *areq, in ipsec_esp() 1419 static struct talitos_edesc *aead_edesc_alloc(struct aead_request *areq, u8 *iv, in aead_edesc_alloc() 1538 struct ablkcipher_request *areq) in common_nonsnoop_unmap() 1554 struct ablkcipher_request *areq = context; in ablkcipher_done() local 1571 struct ablkcipher_request *areq, in common_nonsnoop() 1641 static struct talitos_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request * in ablkcipher_edesc_alloc() 1653 static int ablkcipher_encrypt(struct ablkcipher_request *areq) in ablkcipher_encrypt() 1678 static int ablkcipher_decrypt(struct ablkcipher_request *areq) in ablkcipher_decrypt() [all …]
|
D | atmel-i2c.c | 267 void *areq, int status), in atmel_i2c_enqueue()
|
D | atmel-sha204a.c | 22 void *areq, int status) in atmel_sha204a_rng_done()
|
D | atmel-ecc.c | 50 static void atmel_ecdh_done(struct atmel_i2c_work_data *work_data, void *areq, in atmel_ecdh_done()
|
/Linux-v5.4/drivers/crypto/bcm/ |
D | cipher.c | 306 struct crypto_async_request *areq = rctx->parent; in handle_ablkcipher_req() local 506 struct crypto_async_request *areq = rctx->parent; in handle_ablkcipher_resp() local 692 struct crypto_async_request *areq = rctx->parent; in handle_ahash_req() local 983 struct crypto_async_request *areq = rctx->parent; in ahash_req_done() local 1034 struct crypto_async_request *areq = rctx->parent; in handle_ahash_resp() local 1299 struct crypto_async_request *areq = rctx->parent; in handle_aead_req() local 1569 struct crypto_async_request *areq = rctx->parent; in handle_aead_resp() local 1646 struct crypto_async_request *areq = rctx->parent; in finish_req() local 2636 static void aead_complete(struct crypto_async_request *areq, int err) in aead_complete()
|
/Linux-v5.4/drivers/crypto/caam/ |
D | jr.c | 356 u32 status, void *areq), in caam_jr_enqueue()
|
D | caamalg_qi2.c | 126 static struct caam_request *to_caam_req(struct crypto_async_request *areq) in to_caam_req() 1290 struct crypto_async_request *areq = cbk_ctx; in aead_encrypt_done() local 1311 struct crypto_async_request *areq = cbk_ctx; in aead_decrypt_done() local 1398 struct crypto_async_request *areq = cbk_ctx; in skcipher_encrypt_done() local 1436 struct crypto_async_request *areq = cbk_ctx; in skcipher_decrypt_done() local 3345 struct crypto_async_request *areq = cbk_ctx; in ahash_done() local 3372 struct crypto_async_request *areq = cbk_ctx; in ahash_done_bi() local 3402 struct crypto_async_request *areq = cbk_ctx; in ahash_done_ctx_src() local 3429 struct crypto_async_request *areq = cbk_ctx; in ahash_done_ctx_dst() local
|
/Linux-v5.4/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 831 static int ablk_dma_crypt(struct ablkcipher_request *areq) in ablk_dma_crypt() 888 static int ablk_crypt(struct ablkcipher_request *areq) in ablk_crypt() 1024 static int cryp_blk_encrypt(struct ablkcipher_request *areq) in cryp_blk_encrypt() 1042 static int cryp_blk_decrypt(struct ablkcipher_request *areq) in cryp_blk_decrypt()
|
/Linux-v5.4/drivers/crypto/stm32/ |
D | stm32-cryp.c | 141 struct aead_request *areq; member 912 struct aead_request *areq) in stm32_cryp_prepare_req() 1017 void *areq) in stm32_cryp_prepare_cipher_req() 1026 static int stm32_cryp_cipher_one_req(struct crypto_engine *engine, void *areq) in stm32_cryp_cipher_one_req() 1041 static int stm32_cryp_prepare_aead_req(struct crypto_engine *engine, void *areq) in stm32_cryp_prepare_aead_req() 1049 static int stm32_cryp_aead_one_req(struct crypto_engine *engine, void *areq) in stm32_cryp_aead_one_req()
|
/Linux-v5.4/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 825 struct aead_request *areq = qat_req->aead_req; in qat_aead_alg_callback() local 840 struct ablkcipher_request *areq = qat_req->ablkcipher_req; in qat_ablkcipher_alg_callback() local 865 static int qat_alg_aead_dec(struct aead_request *areq) in qat_alg_aead_dec() 907 static int qat_alg_aead_enc(struct aead_request *areq) in qat_alg_aead_enc()
|
D | qat_asym_algs.c | 180 } areq; member 188 struct kpp_request *areq = req->areq.dh; in qat_dh_cb() local 556 struct akcipher_request *areq = req->areq.rsa; in qat_rsa_cb() local 594 struct qat_asym_request *areq = (void *)(__force long)resp->opaque; in qat_alg_asym_callback() local
|
/Linux-v5.4/drivers/crypto/ccree/ |
D | cc_aead.c | 214 struct aead_request *areq = (struct aead_request *)cc_req; in cc_aead_complete() local 731 static void cc_set_assoc_desc(struct aead_request *areq, unsigned int flow_mode, in cc_set_assoc_desc() 770 static void cc_proc_authen_desc(struct aead_request *areq, in cc_proc_authen_desc() 834 static void cc_proc_cipher_desc(struct aead_request *areq, in cc_proc_cipher_desc()
|