Home
last modified time | relevance | path

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

/crypto/asymmetric_keys/
Dpublic_key.c220 crypto_req_done, &cwait); in software_key_eds_op()
381 crypto_req_done, &cwait); in public_key_verify_signature()
Dasym_tpm.c485 crypto_req_done, &cwait); in tpm_key_encrypt()
781 crypto_req_done, &cwait); in tpm_key_verify_signature()
/crypto/
Dtestmgr.c1417 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1439 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1454 crypto_req_done, &wait); in test_ahash_vec_cfg()
1497 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
2013 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
2031 req->base.complete != crypto_req_done || in test_aead_vec_cfg()
2048 if (req->base.complete != crypto_req_done) in test_aead_vec_cfg()
2239 aead_request_set_callback(req, 0, crypto_req_done, &wait); in generate_aead_message()
2775 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg()
2791 req->base.complete != crypto_req_done || in test_skcipher_vec_cfg()
[all …]
Dapi.c592 void crypto_req_done(struct crypto_async_request *req, int err) in crypto_req_done() function
602 EXPORT_SYMBOL_GPL(crypto_req_done);
Dtcrypt.c330 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()
Dalgif_skcipher.c135 crypto_req_done, &ctx->wait); in _skcipher_recvmsg()
Dalgif_hash.c439 crypto_req_done, &ctx->wait); in hash_accept_parent_nokey()
Dalgif_aead.c309 crypto_req_done, &ctx->wait); in _aead_recvmsg()
Dadiantum.c151 crypto_req_done, &data->wait); in adiantum_setkey()
Dgcm.c126 crypto_req_done, in crypto_gcm_setkey()
Ddrbg.c1773 crypto_req_done, &drbg->ctr_wait); in drbg_init_sym_kernel()