/linux/net/bluetooth/ |
H A D | ecdh_helper.c | 71 crypto_req_done, &result); in compute_ecdh_secret() 167 crypto_req_done, &result); in generate_ecdh_public_key()
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_dcp.c | 107 crypto_req_done, &wait); in do_dcp_crypto() 168 crypto_req_done, &wait); in do_aead_crypto()
|
/linux/drivers/nvme/common/ |
H A D | auth.c | 413 crypto_req_done, &wait); in nvme_auth_gen_pubkey() 440 crypto_req_done, &wait); in nvme_auth_gen_shared_secret()
|
/linux/fs/crypto/ |
H A D | fname.c | 121 crypto_req_done, &wait); in fscrypt_fname_encrypt() 165 crypto_req_done, &wait); in fname_decrypt()
|
H A D | keysetup_v1.c | 70 crypto_req_done, &wait); in derive_key_aes()
|
H A D | crypto.c | 134 crypto_req_done, &wait); in fscrypt_crypt_data_unit()
|
/linux/crypto/ |
H A D | testmgr.c | 1540 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg() 1562 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg() 1577 crypto_req_done, &wait); in test_ahash_vec_cfg() 1620 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg() 2145 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg() 2163 req->base.complete != crypto_req_done || in test_aead_vec_cfg() 2180 if (req->base.complete != crypto_req_done) in test_aead_vec_cfg() 2378 aead_request_set_callback(req, 0, crypto_req_done, &wait); in generate_aead_message() 2909 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg() 2925 req->base.complete != crypto_req_done || in test_skcipher_vec_cfg() [all …]
|
H A D | api.c | 701 void crypto_req_done(void *data, int err) in crypto_req_done() function 711 EXPORT_SYMBOL_GPL(crypto_req_done);
|
H A D | rsassa-pkcs1.c | 253 crypto_req_done, &cwait); in rsassa_pkcs1_verify()
|
H A D | algif_skcipher.c | 196 crypto_req_done, &ctx->wait); in _skcipher_recvmsg()
|
H A D | algif_hash.c | 432 crypto_req_done, &ctx->wait); in hash_accept_parent_nokey()
|
H A D | algif_aead.c | 311 crypto_req_done, &ctx->wait); in _aead_recvmsg()
|
H A D | adiantum.c | 151 crypto_req_done, &data->wait); in adiantum_setkey()
|
H A D | gcm.c | 126 crypto_req_done, in crypto_gcm_setkey()
|
H A D | drbg.c | 1785 crypto_req_done, &drbg->ctr_wait); in drbg_init_sym_kernel()
|
/linux/include/linux/ |
H A D | crypto.h | 390 void crypto_req_done(void *req, int err);
|
/linux/security/keys/ |
H A D | dh.c | 255 crypto_req_done, &compl); in __keyctl_dh_compute()
|
/linux/tools/testing/crypto/chacha20-s390/ |
H A D | test-cipher.c | 149 crypto_req_done, in test_skcipher()
|
/linux/security/integrity/ima/ |
H A D | ima_crypto.c | 345 crypto_req_done, &wait); in ima_calc_file_hash_atfm() 676 crypto_req_done, &wait); in calc_buffer_ahash_atfm()
|
/linux/Documentation/crypto/ |
H A D | api-samples.rst | 76 crypto_req_done, &wait);
|
/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 1115 crypto_req_done, &result); in mv_cesa_ahmac_iv_state_init() 1155 crypto_req_done, &result); in mv_cesa_ahmac_pad_init()
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 430 crypto_req_done, &wait); in starfive_hash_long_setkey()
|
/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-hcu-core.c | 805 crypto_req_done, &wait); in kmb_ocs_hcu_setkey()
|
/linux/mm/ |
H A D | zswap.c | 864 crypto_req_done, &acomp_ctx->wait); in zswap_cpu_comp_prepare()
|
/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 1136 crypto_req_done, &result); in safexcel_skcipher_exit_inv() 1151 crypto_req_done, &result); in safexcel_aead_exit_inv()
|