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

12

/linux-master/net/bluetooth/
H A Decdh_helper.c73 err = crypto_wait_req(err, &result);
170 err = crypto_wait_req(err, &result);
/linux-master/crypto/
H A Dalgif_hash.c97 err = crypto_wait_req(crypto_ahash_final(&ctx->req),
140 err = crypto_wait_req(
155 err = crypto_wait_req(err, &ctx->wait);
203 err = crypto_wait_req(crypto_ahash_init(&ctx->req),
211 err = crypto_wait_req(crypto_ahash_final(&ctx->req),
H A Dakcipher.c236 err = crypto_wait_req(err, &data->cwait);
H A Dtestmgr.c1429 return crypto_wait_req(err, wait);
2118 err = crypto_wait_req(err, &wait);
2345 vec->crypt_error = crypto_wait_req(crypto_aead_encrypt(req),
2886 err = crypto_wait_req(err, &wait);
3054 vec->crypt_error = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
3452 ret = crypto_wait_req(crypto_acomp_compress(req), &wait);
3468 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait);
3501 ret = crypto_wait_req(crypto_acomp_compress(req), &wait);
3544 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait);
3576 ret = crypto_wait_req(crypto_acomp_decompres
[all...]
H A Dalgif_skcipher.c197 err = crypto_wait_req(ctx->enc ?
H A Dtcrypt.c136 return crypto_wait_req(ret, wait);
164 rc[i] = crypto_wait_req(rc[i], &data[i].wait);
716 return crypto_wait_req(ret, wait);
981 rc[i] = crypto_wait_req(rc[i], &data[i].wait);
1218 return crypto_wait_req(ret, wait);
H A Dalgif_aead.c312 err = crypto_wait_req(ctx->enc ?
H A Dadiantum.c154 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), &data->wait);
/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c107 rc = crypto_wait_req(crypto_skcipher_encrypt(sk->req),
115 rc = crypto_wait_req(crypto_skcipher_decrypt(sk->req),
/linux-master/fs/crypto/
H A Dcrypto.c142 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait);
144 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
H A Dfname.c126 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
174 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait);
H A Dkeysetup_v1.c79 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait);
/linux-master/drivers/nvme/common/
H A Dauth.c415 ret = crypto_wait_req(crypto_kpp_generate_public_key(req), &wait);
442 ret = crypto_wait_req(crypto_kpp_compute_shared_secret(req), &wait);
/linux-master/security/keys/
H A Ddh.c262 ret = crypto_wait_req(ret, &compl);
/linux-master/include/linux/
H A Dcrypto.h392 static inline int crypto_wait_req(int err, struct crypto_wait *wait) function
/linux-master/drivers/md/
H A Ddm-verity-target.c114 return crypto_wait_req(crypto_ahash_update(req), wait);
125 r = crypto_wait_req(crypto_ahash_update(req), wait);
149 r = crypto_wait_req(crypto_ahash_init(req), wait);
178 r = crypto_wait_req(crypto_ahash_final(req), wait);
436 r = crypto_wait_req(crypto_ahash_update(req), wait);
/linux-master/block/
H A Dblk-crypto-fallback.c338 if (crypto_wait_req(crypto_skcipher_encrypt(ciph_req),
426 if (crypto_wait_req(crypto_skcipher_decrypt(ciph_req),
/linux-master/drivers/crypto/qce/
H A Dsha.c383 ret = crypto_wait_req(crypto_ahash_digest(req), &wait);
/linux-master/security/integrity/ima/
H A Dima_crypto.c321 err = crypto_wait_req(err, wait);
/linux-master/drivers/crypto/marvell/cesa/
H A Dhash.c1124 ret = crypto_wait_req(ret, &result);
1160 ret = crypto_wait_req(ret, &result);
/linux-master/mm/
H A Dzswap.c969 * crypto_wait_req(); if the backend of acomp is scomp, the callback
970 * won't be called, crypto_wait_req() will return without blocking.
1040 comp_ret = crypto_wait_req(crypto_acomp_compress(acomp_ctx->req), &acomp_ctx->wait);
1103 BUG_ON(crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait));
/linux-master/net/tls/
H A Dtls_sw.c202 * to make waiting for backlog to flush with crypto_wait_req() easier.
246 crypto_wait_req(-EINPROGRESS, &ctx->async_wait);
285 ret = crypto_wait_req(ret, &wait);
527 crypto_wait_req(-EINPROGRESS, &ctx->async_wait);
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c811 rc = crypto_wait_req(crypto_ahash_digest(req), &wait);
/linux-master/drivers/crypto/starfive/
H A Djh7110-hash.c478 ret = crypto_wait_req(crypto_ahash_digest(req), &wait);
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c252 ret = crypto_wait_req(enc ? crypto_aead_encrypt(req) : crypto_aead_decrypt(req), &wait);

Completed in 352 milliseconds

12