Home
last modified time | relevance | path

Searched refs:crypto_req_done (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.12.1/net/bluetooth/
Decdh_helper.c71 crypto_req_done, &result); in compute_ecdh_secret()
167 crypto_req_done, &result); in generate_ecdh_public_key()
/linux-6.12.1/security/keys/trusted-keys/
Dtrusted_dcp.c107 crypto_req_done, &wait); in do_dcp_crypto()
168 crypto_req_done, &wait); in do_aead_crypto()
/linux-6.12.1/drivers/nvme/common/
Dauth.c413 crypto_req_done, &wait); in nvme_auth_gen_pubkey()
440 crypto_req_done, &wait); in nvme_auth_gen_shared_secret()
/linux-6.12.1/crypto/
Dtestmgr.c1533 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1555 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1570 crypto_req_done, &wait); in test_ahash_vec_cfg()
1613 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
2138 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
2156 req->base.complete != crypto_req_done || in test_aead_vec_cfg()
2173 if (req->base.complete != crypto_req_done) in test_aead_vec_cfg()
2371 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 …]
Dapi.c701 void crypto_req_done(void *data, int err) in crypto_req_done() function
711 EXPORT_SYMBOL_GPL(crypto_req_done);
Dakcipher.c197 crypto_req_done, &data->cwait); in crypto_akcipher_sync_prep()
Dalgif_skcipher.c196 crypto_req_done, &ctx->wait); in _skcipher_recvmsg()
Dalgif_hash.c432 crypto_req_done, &ctx->wait); in hash_accept_parent_nokey()
Dtcrypt.c327 crypto_req_done, &data[i].wait); in test_mb_aead_speed()
592 crypto_req_done, &wait); in test_aead_speed()
901 crypto_req_done, &wait); in test_ahash_speed_common()
1110 crypto_req_done, &data[i].wait); in test_mb_skcipher_speed()
1331 crypto_req_done, &wait); in test_skcipher_speed()
Dalgif_aead.c311 crypto_req_done, &ctx->wait); in _aead_recvmsg()
Dadiantum.c151 crypto_req_done, &data->wait); in adiantum_setkey()
/linux-6.12.1/fs/crypto/
Dfname.c121 crypto_req_done, &wait); in fscrypt_fname_encrypt()
165 crypto_req_done, &wait); in fname_decrypt()
Dkeysetup_v1.c70 crypto_req_done, &wait); in derive_key_aes()
Dcrypto.c134 crypto_req_done, &wait); in fscrypt_crypt_data_unit()
/linux-6.12.1/include/linux/
Dcrypto.h390 void crypto_req_done(void *req, int err);
/linux-6.12.1/security/keys/
Ddh.c255 crypto_req_done, &compl); in __keyctl_dh_compute()
/linux-6.12.1/tools/testing/crypto/chacha20-s390/
Dtest-cipher.c149 crypto_req_done, in test_skcipher()
/linux-6.12.1/security/integrity/ima/
Dima_crypto.c345 crypto_req_done, &wait); in ima_calc_file_hash_atfm()
676 crypto_req_done, &wait); in calc_buffer_ahash_atfm()
/linux-6.12.1/Documentation/crypto/
Dapi-samples.rst76 crypto_req_done, &wait);
/linux-6.12.1/block/
Dblk-crypto-fallback.c205 crypto_req_done, wait); in blk_crypto_fallback_alloc_cipher_req()
/linux-6.12.1/drivers/crypto/marvell/cesa/
Dhash.c1115 crypto_req_done, &result); in mv_cesa_ahmac_iv_state_init()
1155 crypto_req_done, &result); in mv_cesa_ahmac_pad_init()
/linux-6.12.1/drivers/crypto/qce/
Dsha.c370 crypto_req_done, &wait); in qce_ahash_hmac_setkey()
/linux-6.12.1/drivers/crypto/starfive/
Djh7110-hash.c430 crypto_req_done, &wait); in starfive_hash_long_setkey()
/linux-6.12.1/drivers/crypto/inside-secure/
Dsafexcel_hash.c637 crypto_req_done, &result); in safexcel_ahash_exit_inv()
1062 crypto_req_done, &result); in safexcel_hmac_init_pad()
1098 crypto_req_done, &result); in safexcel_hmac_init_iv()
/linux-6.12.1/drivers/crypto/intel/keembay/
Dkeembay-ocs-hcu-core.c805 crypto_req_done, &wait); in kmb_ocs_hcu_setkey()

12