Home
last modified time | relevance | path

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

12

/Linux-v6.1/crypto/
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()
Dtestmgr.c1381 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 …]
Dalgif_skcipher.c136 err = crypto_wait_req(ctx->enc ? in _skcipher_recvmsg()
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()
1224 return crypto_wait_req(ret, wait); in do_one_acipher_op()
Dalgif_aead.c310 err = crypto_wait_req(ctx->enc ? in _aead_recvmsg()
Dadiantum.c154 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()
Dgcm.c131 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in crypto_gcm_setkey()
/Linux-v6.1/fs/verity/
Dhash_algs.c198 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/
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-v6.1/fs/crypto/
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()
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()
Dkeysetup_v1.c79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
/Linux-v6.1/drivers/nvme/common/
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-v6.1/crypto/asymmetric_keys/
Dpublic_key.c281 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/
Ddm-verity-target.c112 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()
Ddm-crypt.c762 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/
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-v6.1/mm/
Dzswap.c1014 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/
Dapi-samples.rst78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
/Linux-v6.1/include/linux/
Dcrypto.h600 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() function
/Linux-v6.1/net/tls/
Dtls_sw.c256 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/
Dsha.c383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
/Linux-v6.1/drivers/virt/coco/sev-guest/
Dsev-guest.c234 ret = crypto_wait_req(enc ? crypto_aead_encrypt(req) : crypto_aead_decrypt(req), &wait); in enc_dec_message()
/Linux-v6.1/security/integrity/ima/
Dima_crypto.c321 err = crypto_wait_req(err, wait); in ahash_wait()
/Linux-v6.1/drivers/crypto/keembay/
Dkeembay-ocs-hcu-core.c811 rc = crypto_wait_req(crypto_ahash_digest(req), &wait); in kmb_ocs_hcu_setkey()

12