/kernel/linux/linux-5.10/fs/verity/ |
D | hash_algs.c | 195 crypto_req_done, &wait); in fsverity_prepare_hash_state() 248 crypto_req_done, &wait); in fsverity_hash_page() 295 crypto_req_done, &wait); in fsverity_hash_buffer()
|
/kernel/linux/linux-5.10/fs/crypto/ |
D | fname.c | 115 crypto_req_done, &wait); in fscrypt_fname_encrypt() 158 crypto_req_done, &wait); in fname_decrypt()
|
D | keysetup_v1.c | 70 crypto_req_done, &wait); in derive_key_aes()
|
D | crypto.c | 119 crypto_req_done, &wait); in fscrypt_crypt_block()
|
/kernel/linux/linux-5.10/crypto/ |
D | testmgr.c | 1414 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg() 1436 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg() 1451 crypto_req_done, &wait); in test_ahash_vec_cfg() 1494 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg() 2010 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg() 2028 req->base.complete != crypto_req_done || in test_aead_vec_cfg() 2045 if (req->base.complete != crypto_req_done) in test_aead_vec_cfg() 2236 aead_request_set_callback(req, 0, crypto_req_done, &wait); in generate_aead_message() 2772 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg() 2788 req->base.complete != crypto_req_done || in test_skcipher_vec_cfg() [all …]
|
D | api.c | 592 void crypto_req_done(struct crypto_async_request *req, int err) in crypto_req_done() function 602 EXPORT_SYMBOL_GPL(crypto_req_done);
|
D | tcrypt.c | 330 crypto_req_done, &data[i].wait); in test_mb_aead_speed() 587 crypto_req_done, &wait); in test_aead_speed() 844 ahash_request_set_callback(data[i].req, 0, crypto_req_done, in test_mb_ahash_speed() 1090 crypto_req_done, &wait); in test_ahash_speed_common() 1299 crypto_req_done, &data[i].wait); in test_mb_skcipher_speed() 1520 crypto_req_done, &wait); in test_skcipher_speed()
|
D | algif_skcipher.c | 135 crypto_req_done, &ctx->wait); in _skcipher_recvmsg()
|
D | algif_hash.c | 439 crypto_req_done, &ctx->wait); in hash_accept_parent_nokey()
|
D | algif_aead.c | 309 crypto_req_done, &ctx->wait); in _aead_recvmsg()
|
D | adiantum.c | 150 crypto_req_done, &data->wait); in adiantum_setkey()
|
D | gcm.c | 126 crypto_req_done, in crypto_gcm_setkey()
|
D | drbg.c | 1772 crypto_req_done, &drbg->ctr_wait); in drbg_init_sym_kernel()
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
D | public_key.c | 264 crypto_req_done, &cwait); in software_key_eds_op() 435 crypto_req_done, &cwait); in public_key_verify_signature()
|
D | asym_tpm.c | 485 crypto_req_done, &cwait); in tpm_key_encrypt() 781 crypto_req_done, &cwait); in tpm_key_verify_signature()
|
/kernel/linux/linux-5.10/drivers/hyperhold/ |
D | hp_device.c | 110 crypto_req_done, &wait); in soft_crypt_page()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
D | ima_crypto.c | 350 crypto_req_done, &wait); in ima_calc_file_hash_atfm() 681 crypto_req_done, &wait); in calc_buffer_ahash_atfm()
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | api-samples.rst | 76 crypto_req_done, &wait);
|
/kernel/linux/linux-5.10/include/linux/ |
D | crypto.h | 589 void crypto_req_done(struct crypto_async_request *req, int err);
|
/kernel/linux/linux-5.10/block/ |
D | blk-crypto-fallback.c | 203 crypto_req_done, wait); in blk_crypto_alloc_cipher_req()
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
D | sha.c | 403 crypto_req_done, &wait); in qce_ahash_hmac_setkey()
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-verity-target.c | 136 crypto_req_done, (void *)wait); in verity_hash_init()
|
D | dm-crypt.c | 757 skcipher_request_set_callback(req, 0, crypto_req_done, &wait); in crypt_iv_eboiv_gen() 960 skcipher_request_set_callback(req, 0, crypto_req_done, &wait); in crypt_iv_elephant()
|
/kernel/linux/linux-5.10/net/tls/ |
D | tls_sw.c | 262 crypto_req_done, &ctx->async_wait); in tls_do_decryption()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0003_linux_crypto.patch | 251 + crypto_req_done, &wait);
|