/linux-6.3-rc2/crypto/ |
A 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()
|
A D | testmgr.c | 1389 return crypto_wait_req(err, wait); in do_ahash_op() 2071 err = crypto_wait_req(err, &wait); in test_aead_vec_cfg() 2290 vec->crypt_error = crypto_wait_req(crypto_aead_encrypt(req), in generate_aead_message() 2827 err = crypto_wait_req(err, &wait); in test_skcipher_vec_cfg() 3384 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp() 3400 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() 3433 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp() 3476 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() 3508 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() 4094 err = crypto_wait_req(vecs->siggen_sigver_test ? in test_akcipher_one() [all …]
|
A D | algif_skcipher.c | 136 err = crypto_wait_req(ctx->enc ? in _skcipher_recvmsg()
|
A 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() 1215 return crypto_wait_req(ret, wait); in do_one_acipher_op()
|
A D | algif_aead.c | 310 err = crypto_wait_req(ctx->enc ? in _aead_recvmsg()
|
A D | adiantum.c | 154 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()
|
/linux-6.3-rc2/fs/verity/ |
A D | hash_algs.c | 200 err = crypto_wait_req(crypto_ahash_init(req), &wait); in fsverity_prepare_hash_state() 204 err = crypto_wait_req(crypto_ahash_update(req), &wait); in fsverity_prepare_hash_state() 263 err = crypto_wait_req(err, &wait); in fsverity_hash_block() 298 err = crypto_wait_req(crypto_ahash_digest(req), &wait); in fsverity_hash_buffer()
|
/linux-6.3-rc2/net/bluetooth/ |
A 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-6.3-rc2/tools/testing/crypto/chacha20-s390/ |
A 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-6.3-rc2/fs/crypto/ |
A 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()
|
A 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()
|
A D | keysetup_v1.c | 79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
|
/linux-6.3-rc2/drivers/nvme/common/ |
A 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-6.3-rc2/crypto/asymmetric_keys/ |
A D | public_key.c | 301 ret = crypto_wait_req(ret, &cwait); in software_key_eds_op() 456 ret = crypto_wait_req(crypto_akcipher_verify(req), &cwait); in public_key_verify_signature()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-verity-target.c | 112 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 123 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 147 r = crypto_wait_req(crypto_ahash_init(req), wait); in verity_hash_init() 175 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()
|
/linux-6.3-rc2/block/ |
A 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-6.3-rc2/security/keys/ |
A D | dh.c | 262 ret = crypto_wait_req(ret, &compl); in __keyctl_dh_compute()
|
/linux-6.3-rc2/mm/ |
A D | zswap.c | 1015 ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_writeback_entry() 1204 ret = crypto_wait_req(crypto_acomp_compress(acomp_ctx->req), &acomp_ctx->wait); in zswap_frontswap_store() 1342 ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_frontswap_load()
|
/linux-6.3-rc2/Documentation/crypto/ |
A D | api-samples.rst | 78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
|
/linux-6.3-rc2/include/linux/ |
A D | crypto.h | 600 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() function
|
/linux-6.3-rc2/net/tls/ |
A D | tls_sw.c | 266 ret = crypto_wait_req(ret, &ctx->async_wait); in tls_do_decryption() 1129 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_sendmsg() 2117 ret = crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_recvmsg() 2343 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_release_resources_tx()
|
/linux-6.3-rc2/drivers/crypto/qce/ |
A D | sha.c | 383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
|
/linux-6.3-rc2/drivers/crypto/marvell/cesa/ |
A 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-6.3-rc2/drivers/virt/coco/sev-guest/ |
A D | sev-guest.c | 232 ret = crypto_wait_req(enc ? crypto_aead_encrypt(req) : crypto_aead_decrypt(req), &wait); in enc_dec_message()
|
/linux-6.3-rc2/security/integrity/ima/ |
A D | ima_crypto.c | 321 err = crypto_wait_req(err, wait); in ahash_wait()
|