Searched refs:crypto_req_done (Results 1 – 11 of 11) sorted by relevance
/crypto/asymmetric_keys/ |
D | public_key.c | 217 crypto_req_done, &cwait); in software_key_eds_op() 309 crypto_req_done, &cwait); in public_key_verify_signature()
|
D | asym_tpm.c | 501 crypto_req_done, &cwait); in tpm_key_encrypt() 798 crypto_req_done, &cwait); in tpm_key_verify_signature()
|
/crypto/ |
D | testmgr.c | 1325 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg() 1347 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg() 1362 crypto_req_done, &wait); in test_ahash_vec_cfg() 1405 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg() 1920 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg() 1938 req->base.complete != crypto_req_done || in test_aead_vec_cfg() 1955 if (req->base.complete != crypto_req_done) in test_aead_vec_cfg() 2117 aead_request_set_callback(req, 0, crypto_req_done, &wait); in generate_random_aead_testvec() 2507 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg() 2523 req->base.complete != crypto_req_done || in test_skcipher_vec_cfg() [all …]
|
D | api.c | 597 void crypto_req_done(struct crypto_async_request *req, int err) in crypto_req_done() function 607 EXPORT_SYMBOL_GPL(crypto_req_done);
|
D | tcrypt.c | 329 crypto_req_done, &data[i].wait); in test_mb_aead_speed() 586 crypto_req_done, &wait); in test_aead_speed() 843 ahash_request_set_callback(data[i].req, 0, crypto_req_done, in test_mb_ahash_speed() 1089 crypto_req_done, &wait); in test_ahash_speed_common() 1307 crypto_req_done, &data[i].wait); in test_mb_skcipher_speed() 1528 crypto_req_done, &wait); in test_skcipher_speed()
|
D | algif_skcipher.c | 139 crypto_req_done, &ctx->wait); in _skcipher_recvmsg()
|
D | algif_hash.c | 446 crypto_req_done, &ctx->wait); in hash_accept_parent_nokey()
|
D | algif_aead.c | 308 crypto_req_done, &ctx->wait); in _aead_recvmsg()
|
D | adiantum.c | 154 crypto_req_done, &data->wait); in adiantum_setkey()
|
D | gcm.c | 129 crypto_req_done, in crypto_gcm_setkey()
|
D | drbg.c | 1779 crypto_req_done, &drbg->ctr_wait); in drbg_init_sym_kernel()
|