| /linux-6.15/security/keys/trusted-keys/ |
| H A D | trusted_dcp.c | 118 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in do_dcp_crypto() 120 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in do_dcp_crypto() 178 ret = crypto_wait_req(crypto_aead_encrypt(aead_req), &wait); in do_aead_crypto() 180 ret = crypto_wait_req(crypto_aead_decrypt(aead_req), &wait); in do_aead_crypto()
|
| /linux-6.15/crypto/ |
| H A 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() 203 err = crypto_wait_req(crypto_ahash_init(&ctx->req), in hash_recvmsg() 211 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_recvmsg()
|
| H A D | akcipher.c | 210 err = crypto_wait_req(err, &data->cwait); in crypto_akcipher_sync_post()
|
| H A D | testmgr.c | 1463 return crypto_wait_req(err, wait); in do_ahash_op() 2154 err = crypto_wait_req(err, &wait); in test_aead_vec_cfg() 2381 vec->crypt_error = crypto_wait_req(crypto_aead_encrypt(req), in generate_aead_message() 2917 err = crypto_wait_req(err, &wait); in test_skcipher_vec_cfg() 3375 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp() 3391 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() 3452 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() 3810 err = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in do_test_kpp() 3878 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), in do_test_kpp() 4013 err = crypto_wait_req(crypto_akcipher_encrypt(req), &wait); in test_akcipher_one() [all …]
|
| H A 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() 736 err = crypto_wait_req(err, &data[0].wait); in do_mult_ahash_op() 1182 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_acipher_op() 1419 return crypto_wait_req(ret, wait); in do_one_acipher_op()
|
| H A D | rsassa-pkcs1.c | 256 err = crypto_wait_req(err, &cwait); in rsassa_pkcs1_verify()
|
| H A D | algif_skcipher.c | 197 err = crypto_wait_req(ctx->enc ? in _skcipher_recvmsg()
|
| H A D | algif_aead.c | 312 err = crypto_wait_req(ctx->enc ? in _aead_recvmsg()
|
| H A D | adiantum.c | 154 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()
|
| /linux-6.15/net/bluetooth/ |
| H 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.15/fs/ubifs/ |
| H A D | compress.c | 88 err = crypto_wait_req(err, &wait); in ubifs_compress_req() 210 err = crypto_wait_req(err, &wait); in ubifs_decompress_req()
|
| /linux-6.15/tools/testing/crypto/chacha20-s390/ |
| H 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.15/fs/crypto/ |
| H A D | crypto.c | 142 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_crypt_data_unit() 144 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_crypt_data_unit()
|
| H A D | fname.c | 126 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_fname_encrypt() 174 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fname_decrypt()
|
| H A D | keysetup_v1.c | 79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
|
| /linux-6.15/include/linux/ |
| H A D | crypto.h | 376 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() function
|
| /linux-6.15/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-common.c | 754 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in eip93_hmac_setkey() 786 ret = crypto_wait_req(crypto_ahash_finup(req), &wait); in eip93_hmac_setkey() 801 ret = crypto_wait_req(crypto_ahash_finup(req), &wait); in eip93_hmac_setkey()
|
| /linux-6.15/block/ |
| H A D | blk-crypto-fallback.c | 338 if (crypto_wait_req(crypto_skcipher_encrypt(ciph_req), in blk_crypto_fallback_encrypt_bio() 426 if (crypto_wait_req(crypto_skcipher_decrypt(ciph_req), in blk_crypto_fallback_decrypt_bio()
|
| /linux-6.15/drivers/nvme/common/ |
| H A D | auth.c | 418 ret = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in nvme_auth_gen_pubkey() 445 ret = crypto_wait_req(crypto_kpp_compute_shared_secret(req), &wait); in nvme_auth_gen_shared_secret()
|
| /linux-6.15/security/keys/ |
| H A D | dh.c | 262 ret = crypto_wait_req(ret, &compl); in __keyctl_dh_compute()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-verity-target.c | 130 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_ahash_update() 141 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_ahash_update() 165 r = crypto_wait_req(crypto_ahash_init(req), wait); in verity_ahash_init() 194 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_ahash_final()
|
| /linux-6.15/Documentation/crypto/ |
| H A D | api-samples.rst | 78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
|
| /linux-6.15/mm/ |
| H A D | zswap.c | 977 comp_ret = crypto_wait_req(crypto_acomp_compress(acomp_ctx->req), &acomp_ctx->wait); in zswap_compress() 1032 decomp_ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_decompress()
|
| /linux-6.15/drivers/crypto/qce/ |
| H A D | sha.c | 383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
|
| /linux-6.15/drivers/crypto/marvell/cesa/ |
| H 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()
|