/Linux-v6.1/crypto/ |
D | algif_hash.c | 81 err = crypto_wait_req(crypto_ahash_init(&ctx->req), &ctx->wait); in hash_sendmsg() 102 err = crypto_wait_req(crypto_ahash_update(&ctx->req), in hash_sendmsg() 122 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_sendmsg() 164 err = crypto_wait_req(err, &ctx->wait); in hash_sendpage() 172 err = crypto_wait_req(err, &ctx->wait); in hash_sendpage() 208 err = crypto_wait_req(crypto_ahash_init(&ctx->req), in hash_recvmsg() 216 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_recvmsg()
|
D | testmgr.c | 1381 return crypto_wait_req(err, wait); in do_ahash_op() 2063 err = crypto_wait_req(err, &wait); in test_aead_vec_cfg() 2282 vec->crypt_error = crypto_wait_req(crypto_aead_encrypt(req), in generate_aead_message() 2819 err = crypto_wait_req(err, &wait); in test_skcipher_vec_cfg() 2983 vec->crypt_error = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in generate_random_cipher_testvec() 3376 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp() 3392 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() 3425 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp() 3468 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() 3500 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() [all …]
|
D | algif_skcipher.c | 136 err = crypto_wait_req(ctx->enc ? in _skcipher_recvmsg()
|
D | tcrypt.c | 133 return crypto_wait_req(ret, wait); in do_one_aead_op() 161 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_aead_op() 713 return crypto_wait_req(ret, wait); in do_one_ahash_op() 978 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_acipher_op() 1224 return crypto_wait_req(ret, wait); in do_one_acipher_op()
|
D | algif_aead.c | 310 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()
|
D | gcm.c | 131 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in crypto_gcm_setkey()
|
/Linux-v6.1/fs/verity/ |
D | hash_algs.c | 198 err = crypto_wait_req(crypto_ahash_init(req), &wait); in fsverity_prepare_hash_state() 202 err = crypto_wait_req(crypto_ahash_update(req), &wait); in fsverity_prepare_hash_state() 263 err = crypto_wait_req(err, &wait); in fsverity_hash_page() 298 err = crypto_wait_req(crypto_ahash_digest(req), &wait); in fsverity_hash_buffer()
|
/Linux-v6.1/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.1/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.1/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.1/crypto/asymmetric_keys/ |
D | public_key.c | 281 ret = crypto_wait_req(ret, &cwait); in software_key_eds_op() 436 ret = crypto_wait_req(crypto_akcipher_verify(req), &cwait); in public_key_verify_signature()
|
/Linux-v6.1/drivers/md/ |
D | dm-verity-target.c | 112 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 121 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 145 r = crypto_wait_req(crypto_ahash_init(req), wait); in verity_hash_init() 173 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final() 424 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
|
D | dm-crypt.c | 762 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in crypt_iv_eboiv_gen() 965 r = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in crypt_iv_elephant() 972 r = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in crypt_iv_elephant()
|
/Linux-v6.1/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.1/mm/ |
D | zswap.c | 1014 ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_writeback_entry() 1201 ret = crypto_wait_req(crypto_acomp_compress(acomp_ctx->req), &acomp_ctx->wait); in zswap_frontswap_store() 1339 ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_frontswap_load()
|
/Linux-v6.1/Documentation/crypto/ |
D | api-samples.rst | 78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
|
/Linux-v6.1/include/linux/ |
D | crypto.h | 600 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() function
|
/Linux-v6.1/net/tls/ |
D | tls_sw.c | 256 ret = crypto_wait_req(ret, &ctx->async_wait); in tls_do_decryption() 1110 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_sendmsg() 2094 ret = crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_recvmsg() 2318 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_release_resources_tx()
|
/Linux-v6.1/drivers/crypto/qce/ |
D | sha.c | 383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
|
/Linux-v6.1/drivers/virt/coco/sev-guest/ |
D | sev-guest.c | 234 ret = crypto_wait_req(enc ? crypto_aead_encrypt(req) : crypto_aead_decrypt(req), &wait); in enc_dec_message()
|
/Linux-v6.1/security/integrity/ima/ |
D | ima_crypto.c | 321 err = crypto_wait_req(err, wait); in ahash_wait()
|
/Linux-v6.1/drivers/crypto/keembay/ |
D | keembay-ocs-hcu-core.c | 811 rc = crypto_wait_req(crypto_ahash_digest(req), &wait); in kmb_ocs_hcu_setkey()
|