Home
last modified time | relevance | path

Searched refs:crypto_wait_req (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.3-rc2/crypto/
A Dalgif_hash.c81 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 Dtestmgr.c1389 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 Dalgif_skcipher.c136 err = crypto_wait_req(ctx->enc ? in _skcipher_recvmsg()
A Dtcrypt.c133 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 Dalgif_aead.c310 err = crypto_wait_req(ctx->enc ? in _aead_recvmsg()
A Dadiantum.c154 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()
/linux-6.3-rc2/fs/verity/
A Dhash_algs.c200 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 Decdh_helper.c73 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 Dtest-cipher.c107 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 Dcrypto.c135 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 Dfname.c132 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 Dkeysetup_v1.c79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
/linux-6.3-rc2/drivers/nvme/common/
A Dauth.c424 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 Dpublic_key.c301 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 Ddm-verity-target.c112 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 Dblk-crypto-fallback.c337 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 Ddh.c262 ret = crypto_wait_req(ret, &compl); in __keyctl_dh_compute()
/linux-6.3-rc2/mm/
A Dzswap.c1015 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 Dapi-samples.rst78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
/linux-6.3-rc2/include/linux/
A Dcrypto.h600 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() function
/linux-6.3-rc2/net/tls/
A Dtls_sw.c266 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 Dsha.c383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
/linux-6.3-rc2/drivers/crypto/marvell/cesa/
A Dhash.c1124 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 Dsev-guest.c232 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 Dima_crypto.c321 err = crypto_wait_req(err, wait); in ahash_wait()

Completed in 73 milliseconds

12