Home
last modified time | relevance | path

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

12

/linux/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()
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()
A Dtestmgr.c1334 return crypto_wait_req(err, wait); in do_ahash_op()
2013 err = crypto_wait_req(err, &wait); in test_aead_vec_cfg()
2231 vec->crypt_error = crypto_wait_req(crypto_aead_encrypt(req), in generate_aead_message()
2768 err = crypto_wait_req(err, &wait); in test_skcipher_vec_cfg()
3325 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp()
3341 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3402 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3770 err = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in do_test_kpp()
3838 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), in do_test_kpp()
4006 err = crypto_wait_req(vecs->siggen_sigver_test ? in test_akcipher_one()
[all …]
A 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()
724 return crypto_wait_req(ret, wait); in do_one_ahash_op()
746 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_ahash_op()
1183 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_acipher_op()
1429 return crypto_wait_req(ret, wait); in do_one_acipher_op()
A Dalgif_skcipher.c136 err = crypto_wait_req(ctx->enc ? in _skcipher_recvmsg()
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()
A Dgcm.c131 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in crypto_gcm_setkey()
A Ddrbg.c1859 ret = crypto_wait_req(crypto_skcipher_encrypt(drbg->ctr_req), in drbg_kcapi_sym_ctr()
/linux/fs/verity/
A 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/fs/crypto/
A 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()
A Dfname.c124 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_fname_encrypt()
171 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/drivers/md/
A Ddm-verity-target.c107 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
116 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
140 r = crypto_wait_req(crypto_ahash_init(req), wait); in verity_hash_init()
168 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
398 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
A 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/crypto/asymmetric_keys/
A Dpublic_key.c239 ret = crypto_wait_req(ret, &cwait); in software_key_eds_op()
377 ret = crypto_wait_req(crypto_akcipher_verify(req), &cwait); in public_key_verify_signature()
A 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()
/linux/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/mm/
A Dzswap.c999 ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_writeback_entry()
1181 ret = crypto_wait_req(crypto_acomp_compress(acomp_ctx->req), &acomp_ctx->wait); in zswap_frontswap_store()
1305 ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_frontswap_load()
/linux/Documentation/crypto/
A Dapi-samples.rst78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
/linux/include/linux/
A Dcrypto.h591 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() function
/linux/net/tls/
A Dtls_sw.c270 ret = crypto_wait_req(ret, &ctx->async_wait); in tls_do_decryption()
1125 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_sendmsg()
1958 err = crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_recvmsg()
2196 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_release_resources_tx()
/linux/drivers/crypto/qce/
A Dsha.c381 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
/linux/security/integrity/ima/
A Dima_crypto.c320 err = crypto_wait_req(err, wait); in ahash_wait()
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-hcu-core.c811 rc = crypto_wait_req(crypto_ahash_digest(req), &wait); in kmb_ocs_hcu_setkey()
/linux/drivers/crypto/
A Dtalitos.c2210 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()

Completed in 63 milliseconds

12