Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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()
121 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_sendmsg()
163 err = crypto_wait_req(err, &ctx->wait); in hash_sendpage()
171 err = crypto_wait_req(err, &ctx->wait); in hash_sendpage()
207 err = crypto_wait_req(crypto_ahash_init(&ctx->req), in hash_recvmsg()
215 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_recvmsg()
Dtestmgr.c1336 return crypto_wait_req(err, wait); in do_ahash_op()
2019 err = crypto_wait_req(err, &wait); in test_aead_vec_cfg()
2239 vec->crypt_error = crypto_wait_req(crypto_aead_encrypt(req), in generate_aead_message()
2780 err = crypto_wait_req(err, &wait); in test_skcipher_vec_cfg()
2945 vec->crypt_error = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in generate_random_cipher_testvec()
3341 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp()
3357 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3418 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3785 err = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in do_test_kpp()
3823 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), &wait); in do_test_kpp()
[all …]
Dtcrypt.c144 return crypto_wait_req(ret, wait); in do_one_aead_op()
172 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_aead_op()
711 return crypto_wait_req(ret, wait); in do_one_ahash_op()
733 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_ahash_op()
1170 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_acipher_op()
1406 return crypto_wait_req(ret, wait); in do_one_acipher_op()
Dalgif_skcipher.c136 err = crypto_wait_req(ctx->enc ? in _skcipher_recvmsg()
Dalgif_aead.c310 err = crypto_wait_req(ctx->enc ? in _aead_recvmsg()
Dadiantum.c153 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()
Ddrbg.c1835 ret = crypto_wait_req(crypto_skcipher_encrypt(drbg->ctr_req), in drbg_kcapi_sym_ctr()
/kernel/linux/linux-5.10/fs/verity/
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()
265 err = crypto_wait_req(err, &wait); in fsverity_hash_page()
300 err = crypto_wait_req(crypto_ahash_digest(req), &wait); in fsverity_hash_buffer()
/kernel/linux/linux-5.10/drivers/hyperhold/
Dhp_device.c117 ret = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in soft_crypt_page()
119 ret = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in soft_crypt_page()
/kernel/linux/linux-5.10/fs/crypto/
Dcrypto.c127 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_crypt_block()
129 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_crypt_block()
Dfname.c120 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_fname_encrypt()
167 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()
/kernel/linux/linux-5.10/drivers/md/
Ddm-verity-target.c106 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
115 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
139 r = crypto_wait_req(crypto_ahash_init(req), wait); in verity_hash_init()
167 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
397 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
Ddm-crypt.c760 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in crypt_iv_eboiv_gen()
963 r = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in crypt_iv_elephant()
970 r = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in crypt_iv_elephant()
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
Dpublic_key.c281 ret = crypto_wait_req(ret, &cwait); in software_key_eds_op()
440 ret = crypto_wait_req(crypto_akcipher_verify(req), &cwait); in public_key_verify_signature()
Dasym_tpm.c488 ret = crypto_wait_req(ret, &cwait); in tpm_key_encrypt()
782 ret = crypto_wait_req(crypto_akcipher_verify(req), &cwait); in tpm_key_verify_signature()
/kernel/linux/linux-5.10/block/
Dblk-crypto-fallback.c334 if (crypto_wait_req(crypto_skcipher_encrypt(ciph_req), in blk_crypto_fallback_encrypt_bio()
421 if (crypto_wait_req(crypto_skcipher_decrypt(ciph_req), in blk_crypto_fallback_decrypt_bio()
/kernel/linux/linux-5.10/Documentation/crypto/
Dapi-samples.rst78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
/kernel/linux/linux-5.10/include/linux/
Dcrypto.h591 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() function
/kernel/linux/linux-5.10/net/tls/
Dtls_sw.c270 ret = crypto_wait_req(ret, &ctx->async_wait); in tls_do_decryption()
1122 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_sendmsg()
1953 err = crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_recvmsg()
2174 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_release_resources_tx()
/kernel/linux/linux-5.10/drivers/crypto/qce/
Dsha.c416 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
/kernel/linux/linux-5.10/security/integrity/ima/
Dima_crypto.c321 err = crypto_wait_req(err, wait); in ahash_wait()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0003_linux_crypto.patch317 + ret = crypto_wait_req(enc ? crypto_aead_encrypt(req)
/kernel/linux/linux-5.10/drivers/crypto/
Dtalitos.c2209 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()

12