/Linux-v6.1/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()
|
/Linux-v6.1/drivers/nvme/common/ |
D | auth.c | 422 crypto_req_done, &wait); in nvme_auth_gen_pubkey() 449 crypto_req_done, &wait); in nvme_auth_gen_shared_secret()
|
/Linux-v6.1/crypto/ |
D | testmgr.c | 1459 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg() 1481 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg() 1496 crypto_req_done, &wait); in test_ahash_vec_cfg() 1539 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg() 2054 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg() 2072 req->base.complete != crypto_req_done || in test_aead_vec_cfg() 2089 if (req->base.complete != crypto_req_done) in test_aead_vec_cfg() 2279 aead_request_set_callback(req, 0, crypto_req_done, &wait); in generate_aead_message() 2811 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg() 2827 req->base.complete != crypto_req_done || in test_skcipher_vec_cfg() [all …]
|
D | api.c | 647 void crypto_req_done(struct crypto_async_request *req, int err) in crypto_req_done() function 657 EXPORT_SYMBOL_GPL(crypto_req_done);
|
D | algif_skcipher.c | 135 crypto_req_done, &ctx->wait); in _skcipher_recvmsg()
|
D | tcrypt.c | 324 crypto_req_done, &data[i].wait); in test_mb_aead_speed() 589 crypto_req_done, &wait); in test_aead_speed() 898 crypto_req_done, &wait); in test_ahash_speed_common() 1116 crypto_req_done, &data[i].wait); in test_mb_skcipher_speed() 1338 crypto_req_done, &wait); in test_skcipher_speed()
|
D | algif_hash.c | 440 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 | 151 crypto_req_done, &data->wait); in adiantum_setkey()
|
D | gcm.c | 126 crypto_req_done, in crypto_gcm_setkey()
|
D | drbg.c | 1800 crypto_req_done, &drbg->ctr_wait); in drbg_init_sym_kernel()
|
/Linux-v6.1/fs/crypto/ |
D | fname.c | 127 crypto_req_done, &wait); in fscrypt_fname_encrypt() 171 crypto_req_done, &wait); in fname_decrypt()
|
D | keysetup_v1.c | 70 crypto_req_done, &wait); in derive_key_aes()
|
D | crypto.c | 127 crypto_req_done, &wait); in fscrypt_crypt_block()
|
/Linux-v6.1/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()
|
/Linux-v6.1/tools/testing/crypto/chacha20-s390/ |
D | test-cipher.c | 149 crypto_req_done, in test_skcipher()
|
/Linux-v6.1/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()
|
/Linux-v6.1/Documentation/crypto/ |
D | api-samples.rst | 76 crypto_req_done, &wait);
|
/Linux-v6.1/include/linux/ |
D | crypto.h | 598 void crypto_req_done(struct crypto_async_request *req, int err);
|
/Linux-v6.1/block/ |
D | blk-crypto-fallback.c | 204 crypto_req_done, wait); in blk_crypto_fallback_alloc_cipher_req()
|
/Linux-v6.1/drivers/crypto/qce/ |
D | sha.c | 370 crypto_req_done, &wait); in qce_ahash_hmac_setkey()
|
/Linux-v6.1/drivers/virt/coco/sev-guest/ |
D | sev-guest.c | 231 aead_request_set_callback(req, 0, crypto_req_done, &wait); in enc_dec_message()
|
/Linux-v6.1/drivers/crypto/keembay/ |
D | keembay-ocs-hcu-core.c | 805 crypto_req_done, &wait); in kmb_ocs_hcu_setkey()
|
/Linux-v6.1/mm/ |
D | zswap.c | 491 crypto_req_done, &acomp_ctx->wait); in zswap_cpu_comp_prepare()
|
/Linux-v6.1/drivers/md/ |
D | dm-verity-target.c | 142 crypto_req_done, (void *)wait); in verity_hash_init()
|