Searched refs:crypto_req_done (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/fs/crypto/ |
D | fname.c | 66 crypto_req_done, &wait); in fname_encrypt() 107 crypto_req_done, &wait); in fname_decrypt()
|
D | crypto.c | 170 crypto_req_done, &wait); in fscrypt_do_page_crypto()
|
D | keyinfo.c | 52 crypto_req_done, &wait); in derive_key_aes()
|
/Linux-v4.19/crypto/asymmetric_keys/ |
D | public_key.c | 126 crypto_req_done, &cwait); in public_key_verify_signature()
|
/Linux-v4.19/crypto/ |
D | api.c | 602 void crypto_req_done(struct crypto_async_request *req, int err) in crypto_req_done() function 612 EXPORT_SYMBOL_GPL(crypto_req_done);
|
D | testmgr.c | 231 crypto_req_done, wait); in ahash_partial_update() 302 crypto_req_done, &wait); in __test_hash() 667 crypto_req_done, &wait); in __test_aead() 1147 crypto_req_done, &wait); in __test_skcipher() 1535 crypto_req_done, &wait); in test_acomp() 1612 crypto_req_done, &wait); in test_acomp() 2085 crypto_req_done, &wait); in do_test_kpp() 2127 crypto_req_done, &wait); in do_test_kpp() 2158 crypto_req_done, &wait); in do_test_kpp() 2278 crypto_req_done, &wait); in test_akcipher_one()
|
D | tcrypt.c | 333 crypto_req_done, &data[i].wait); in test_mb_aead_speed() 590 crypto_req_done, &wait); in test_aead_speed() 847 ahash_request_set_callback(data[i].req, 0, crypto_req_done, in test_mb_ahash_speed() 1093 crypto_req_done, &wait); in test_ahash_speed_common() 1308 crypto_req_done, &data[i].wait); in test_mb_skcipher_speed() 1529 crypto_req_done, &wait); in test_skcipher_speed()
|
D | algif_skcipher.c | 143 crypto_req_done, &ctx->wait); in _skcipher_recvmsg()
|
D | algif_hash.c | 451 crypto_req_done, &ctx->wait); in hash_accept_parent_nokey()
|
D | algif_aead.c | 312 crypto_req_done, &ctx->wait); in _aead_recvmsg()
|
D | gcm.c | 132 crypto_req_done, in crypto_gcm_setkey()
|
D | drbg.c | 1692 crypto_req_done, &drbg->ctr_wait); in drbg_init_sym_kernel()
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_crypto.c | 228 crypto_req_done, &wait); in ima_calc_file_hash_atfm() 532 crypto_req_done, &wait); in calc_buffer_ahash_atfm()
|
/Linux-v4.19/Documentation/crypto/ |
D | api-samples.rst | 60 crypto_req_done,
|
/Linux-v4.19/net/tls/ |
D | tls_sw.c | 63 crypto_req_done, &ctx->async_wait); in tls_do_decryption() 191 crypto_req_done, &ctx->async_wait); in tls_do_encryption()
|
/Linux-v4.19/drivers/crypto/qce/ |
D | sha.c | 393 crypto_req_done, &wait); in qce_ahash_hmac_setkey()
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 510 void crypto_req_done(struct crypto_async_request *req, int err);
|
/Linux-v4.19/drivers/md/ |
D | dm-verity-target.c | 135 crypto_req_done, (void *)wait); in verity_hash_init()
|
/Linux-v4.19/drivers/crypto/mediatek/ |
D | mtk-aes.c | 1000 crypto_req_done, &data->wait); in mtk_aes_gcm_setkey()
|
/Linux-v4.19/drivers/crypto/ |
D | talitos.c | 2209 crypto_req_done, &wait); in keyhash()
|
/Linux-v4.19/fs/cifs/ |
D | smb2ops.c | 2662 crypto_req_done, &wait); in crypt_message()
|