| /Linux-v5.4/fs/verity/ |
| D | hash_algs.c | 149 err = crypto_wait_req(crypto_ahash_init(req), &wait); in fsverity_prepare_hash_state() 153 err = crypto_wait_req(crypto_ahash_update(req), &wait); in fsverity_prepare_hash_state() 214 err = crypto_wait_req(err, &wait); in fsverity_hash_page() 250 err = crypto_wait_req(crypto_ahash_digest(req), &wait); in fsverity_hash_buffer()
|
| /Linux-v5.4/crypto/ |
| D | algif_hash.c | 81 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()
|
| D | testmgr.c | 1248 return crypto_wait_req(err, wait); in do_ahash_op() 1929 err = crypto_wait_req(err, &wait); in test_aead_vec_cfg() 2120 vec->crypt_error = crypto_wait_req(crypto_aead_encrypt(req), &wait); in generate_random_aead_testvec() 2515 err = crypto_wait_req(err, &wait); in test_skcipher_vec_cfg() 2680 vec->crypt_error = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in generate_random_cipher_testvec() 3056 ret = crypto_wait_req(crypto_acomp_compress(req), &wait); in test_acomp() 3072 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() 3133 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp() 3500 err = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait); in do_test_kpp() 3538 err = crypto_wait_req(crypto_kpp_compute_shared_secret(req), &wait); in do_test_kpp() [all …]
|
| D | tcrypt.c | 143 return crypto_wait_req(ret, wait); in do_one_aead_op() 171 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_aead_op() 710 return crypto_wait_req(ret, wait); in do_one_ahash_op() 732 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_ahash_op() 1169 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_acipher_op() 1414 return crypto_wait_req(ret, wait); in do_one_acipher_op()
|
| D | algif_skcipher.c | 140 err = crypto_wait_req(ctx->enc ? in _skcipher_recvmsg()
|
| D | algif_aead.c | 309 err = crypto_wait_req(ctx->enc ? in _aead_recvmsg()
|
| D | adiantum.c | 157 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait); in adiantum_setkey()
|
| D | gcm.c | 134 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in crypto_gcm_setkey()
|
| D | drbg.c | 1842 ret = crypto_wait_req(crypto_skcipher_encrypt(drbg->ctr_req), in drbg_kcapi_sym_ctr()
|
| /Linux-v5.4/crypto/asymmetric_keys/ |
| D | public_key.c | 233 ret = crypto_wait_req(ret, &cwait); in software_key_eds_op() 309 ret = crypto_wait_req(crypto_akcipher_verify(req), &cwait); in public_key_verify_signature()
|
| D | asym_tpm.c | 503 ret = crypto_wait_req(ret, &cwait); in tpm_key_encrypt() 798 ret = crypto_wait_req(crypto_akcipher_verify(req), &cwait); in tpm_key_verify_signature()
|
| /Linux-v5.4/fs/crypto/ |
| D | fname.c | 71 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fname_encrypt() 115 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fname_decrypt()
|
| D | crypto.c | 186 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_crypt_block() 188 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_crypt_block()
|
| D | keysetup_v1.c | 79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
|
| /Linux-v5.4/drivers/md/ |
| D | dm-verity-target.c | 105 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 114 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update() 138 r = crypto_wait_req(crypto_ahash_init(req), wait); in verity_hash_init() 166 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final() 393 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
|
| D | dm-crypt.c | 731 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in crypt_iv_eboiv_gen()
|
| /Linux-v5.4/Documentation/crypto/ |
| D | api-samples.rst | 78 err = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
|
| /Linux-v5.4/net/tls/ |
| D | tls_sw.c | 255 ret = crypto_wait_req(ret, &ctx->async_wait); in tls_do_decryption() 1066 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_sendmsg() 1861 err = crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_recvmsg() 2075 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_sw_release_resources_tx()
|
| /Linux-v5.4/security/integrity/ima/ |
| D | ima_crypto.c | 196 err = crypto_wait_req(err, wait); in ahash_wait()
|
| /Linux-v5.4/drivers/crypto/qce/ |
| D | sha.c | 398 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
|
| /Linux-v5.4/include/linux/ |
| D | crypto.h | 680 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() function
|
| /Linux-v5.4/drivers/crypto/mediatek/ |
| D | mtk-aes.c | 1071 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in mtk_aes_gcm_setkey()
|
| /Linux-v5.4/drivers/crypto/ |
| D | talitos.c | 2208 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()
|
| /Linux-v5.4/fs/cifs/ |
| D | smb2ops.c | 3705 rc = crypto_wait_req(enc ? crypto_aead_encrypt(req) in crypt_message()
|