/Linux-v6.6/crypto/ |
D | algif_hash.c | 97 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_sendmsg() 140 err = crypto_wait_req( in hash_sendmsg() 155 err = crypto_wait_req(err, &ctx->wait); in hash_sendmsg() 202 err = crypto_wait_req(crypto_ahash_init(&ctx->req), in hash_recvmsg() 210 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_recvmsg()
|
D | testmgr.c | 1432 return crypto_wait_req(err, wait); in do_ahash_op() 2122 err = crypto_wait_req(err, &wait); in test_aead_vec_cfg() 2349 vec->crypt_error = crypto_wait_req(crypto_aead_encrypt(req), in generate_aead_message() 2890 err = crypto_wait_req(err, &wait); in test_skcipher_vec_cfg() 3058 vec->crypt_error = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in generate_random_cipher_testvec() 3456 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp() 3472 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() 3505 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp() 3548 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() 3580 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() [all …]
|
D | akcipher.c | 236 err = crypto_wait_req(err, &data->cwait); in crypto_akcipher_sync_post()
|
D | algif_skcipher.c | 136 err = crypto_wait_req(ctx->enc ? in _skcipher_recvmsg()
|
D | tcrypt.c | 136 return crypto_wait_req(ret, wait); in do_one_aead_op() 164 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_aead_op() 716 return crypto_wait_req(ret, wait); in do_one_ahash_op() 981 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_acipher_op() 1218 return crypto_wait_req(ret, wait); in do_one_acipher_op()
|
D | algif_aead.c | 312 err = crypto_wait_req(ctx->enc ? in _aead_recvmsg()
|
D | adiantum.c | 154 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()
|
/Linux-v6.6/net/bluetooth/ |
D | ecdh_helper.c | 73 err = crypto_wait_req(err, &result); in compute_ecdh_secret() 170 err = crypto_wait_req(err, &result); in generate_ecdh_public_key()
|
/Linux-v6.6/tools/testing/crypto/chacha20-s390/ |
D | test-cipher.c | 107 rc = crypto_wait_req(crypto_skcipher_encrypt(sk->req), in test_skcipher_encdec() 115 rc = crypto_wait_req(crypto_skcipher_decrypt(sk->req), in test_skcipher_encdec()
|
/Linux-v6.6/fs/crypto/ |
D | crypto.c | 135 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_crypt_block() 137 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_crypt_block()
|
D | fname.c | 132 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_fname_encrypt() 180 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fname_decrypt()
|
D | keysetup_v1.c | 79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
|
/Linux-v6.6/drivers/nvme/common/ |
D | auth.c | 424 ret = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in nvme_auth_gen_pubkey() 451 ret = crypto_wait_req(crypto_kpp_compute_shared_secret(req), &wait); in nvme_auth_gen_shared_secret()
|
/Linux-v6.6/drivers/md/ |
D | dm-verity-target.c | 113 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 124 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 148 r = crypto_wait_req(crypto_ahash_init(req), wait); in verity_hash_init() 176 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final() 432 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
|
/Linux-v6.6/include/linux/ |
D | crypto.h | 392 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() function
|
/Linux-v6.6/block/ |
D | blk-crypto-fallback.c | 337 if (crypto_wait_req(crypto_skcipher_encrypt(ciph_req), in blk_crypto_fallback_encrypt_bio() 425 if (crypto_wait_req(crypto_skcipher_decrypt(ciph_req), in blk_crypto_fallback_decrypt_bio()
|
/Linux-v6.6/security/keys/ |
D | dh.c | 262 ret = crypto_wait_req(ret, &compl); in __keyctl_dh_compute()
|
/Linux-v6.6/Documentation/crypto/ |
D | api-samples.rst | 78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
|
/Linux-v6.6/mm/ |
D | zswap.c | 1124 ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_writeback_entry() 1309 ret = crypto_wait_req(crypto_acomp_compress(acomp_ctx->req), &acomp_ctx->wait); in zswap_store() 1450 if (crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait)) in zswap_load()
|
/Linux-v6.6/net/tls/ |
D | tls_sw.c | 268 ret = crypto_wait_req(ret, &ctx->async_wait); in tls_do_decryption() 1167 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_sendmsg_locked() 1264 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_splice_eof() 2112 ret = crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_recvmsg() 2438 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_release_resources_tx()
|
/Linux-v6.6/drivers/crypto/qce/ |
D | sha.c | 383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
|
/Linux-v6.6/drivers/crypto/marvell/cesa/ |
D | hash.c | 1124 ret = crypto_wait_req(ret, &result); in mv_cesa_ahmac_iv_state_init() 1160 ret = crypto_wait_req(ret, &result); in mv_cesa_ahmac_pad_init()
|
/Linux-v6.6/drivers/virt/coco/sev-guest/ |
D | sev-guest.c | 243 ret = crypto_wait_req(enc ? crypto_aead_encrypt(req) : crypto_aead_decrypt(req), &wait); in enc_dec_message()
|
/Linux-v6.6/security/integrity/ima/ |
D | ima_crypto.c | 321 err = crypto_wait_req(err, wait); in ahash_wait()
|
/Linux-v6.6/drivers/crypto/starfive/ |
D | jh7110-hash.c | 477 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in starfive_hash_long_setkey()
|