Searched refs:crypto_req_done (Results 1 – 14 of 14) sorted by relevance
/linux-4.19.296/fs/crypto/ |
D | fname.c | 66 crypto_req_done, &wait); in fname_encrypt() 107 crypto_req_done, &wait); in fname_decrypt()
|
D | crypto.c | 173 crypto_req_done, &wait); in fscrypt_do_page_crypto()
|
D | keyinfo.c | 52 crypto_req_done, &wait); in derive_key_aes()
|
/linux-4.19.296/crypto/asymmetric_keys/ |
D | public_key.c | 126 crypto_req_done, &cwait); in public_key_verify_signature()
|
/linux-4.19.296/crypto/ |
D | api.c | 601 void crypto_req_done(struct crypto_async_request *req, int err) in crypto_req_done() function 611 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() 2091 crypto_req_done, &wait); in do_test_kpp() 2133 crypto_req_done, &wait); in do_test_kpp() 2164 crypto_req_done, &wait); in do_test_kpp() 2284 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() 1302 crypto_req_done, &data[i].wait); in test_mb_skcipher_speed() 1523 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 | 448 crypto_req_done, &ctx->wait); in hash_accept_parent_nokey()
|
D | algif_aead.c | 313 crypto_req_done, &ctx->wait); in _aead_recvmsg()
|
D | gcm.c | 132 crypto_req_done, in crypto_gcm_setkey()
|
D | drbg.c | 1770 crypto_req_done, &drbg->ctr_wait); in drbg_init_sym_kernel()
|
/linux-4.19.296/include/linux/ |
D | crypto.h | 510 void crypto_req_done(struct crypto_async_request *req, int err);
|
/linux-4.19.296/fs/cifs/ |
D | smb2ops.c | 2801 crypto_req_done, &wait); in crypt_message()
|