Home
last modified time | relevance | path

Searched refs:CRYPTO_TFM_REQ_MAY_SLEEP (Results 1 – 25 of 71) sorted by relevance

123

/Linux-v6.6/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c56 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_digest_fb()
128 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_init()
141 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_update()
156 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_final()
170 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_finup()
187 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_import()
200 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_export()
/Linux-v6.6/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c81 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_init()
93 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_export()
105 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_import()
118 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_final()
143 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_update()
158 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_finup()
186 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_digest_fb()
/Linux-v6.6/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c170 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_init()
182 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_export()
194 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_import()
207 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_final()
233 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_update()
248 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_finup()
277 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_digest_fb()
/Linux-v6.6/drivers/crypto/nx/
Dnx-aes-ccm.c260 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in generate_pat()
302 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in generate_pat()
374 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ccm_nx_decrypt()
443 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ccm_nx_encrypt()
Dnx-aes-gcm.c149 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_gca()
219 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gmac()
286 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gcm_empty()
372 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gcm_aes_nx_crypt()
Dnx-aes-ecb.c84 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
Dnx-aes-cbc.c85 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
Dnx-aes-ctr.c98 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
/Linux-v6.6/drivers/crypto/starfive/
Djh7110-hash.c279 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_init()
296 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_update()
313 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_final()
330 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_finup()
386 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_export()
400 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_import()
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/
Dqat_bl.h60 return req->flags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : GFP_ATOMIC; in qat_algs_alloc_flags()
/Linux-v6.6/drivers/crypto/
Dimg-hash.c495 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_init()
559 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_update()
574 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_final()
588 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_finup()
604 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_import()
617 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_export()
Dsa2ul.c1099 gfp_flags = req->base->flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in sa_run()
1421 subreq->base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_run()
1550 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_init()
1563 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_update()
1578 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_final()
1592 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_finup()
1609 CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_import()
1622 subreq->base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_export()
Dn2_core.c319 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_init()
331 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_update()
345 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_final()
358 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_finup()
542 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_do_async_digest()
643 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hmac_async_digest()
/Linux-v6.6/crypto/
Dalgif_aead.c81 skcipher_request_set_callback(skreq, CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_aead_copy_sgl()
296 CRYPTO_TFM_REQ_MAY_SLEEP, in _aead_recvmsg()
309 CRYPTO_TFM_REQ_MAY_SLEEP | in _aead_recvmsg()
Dpcrypt.c111 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in pcrypt_aead_encrypt()
158 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in pcrypt_aead_decrypt()
Dalgif_skcipher.c119 CRYPTO_TFM_REQ_MAY_SLEEP, in _skcipher_recvmsg()
133 CRYPTO_TFM_REQ_MAY_SLEEP | in _skcipher_recvmsg()
Dinternal.h205 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) in crypto_yield()
Dskcipher.c176 CRYPTO_TFM_REQ_MAY_SLEEP : 0); in skcipher_walk_done()
484 walk->flags |= req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in skcipher_walk_skcipher()
500 might_sleep_if(req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in skcipher_walk_virt()
547 if (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) in skcipher_walk_aead_common()
Dseqiv.c85 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in seqiv_aead_encrypt()
/Linux-v6.6/fs/crypto/
Dfname.c126 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fscrypt_fname_encrypt()
170 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fname_decrypt()
/Linux-v6.6/drivers/crypto/ccree/
Dcc_driver.h224 return (req->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in cc_gfp_flags()
/Linux-v6.6/drivers/crypto/cavium/nitrox/
Dnitrox_skcipher.c258 creq->gfp = (skreq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in nitrox_skcipher_crypt()
295 gfp_t flags = (skreq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in nitrox_cbc_decrypt()
/Linux-v6.6/include/linux/
Dcrypto.h136 #define CRYPTO_TFM_REQ_MAY_SLEEP 0x00000200 macro
/Linux-v6.6/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c240 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in make_checksum()
329 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in gss_krb5_checksum()
950 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in krb5_etm_checksum()
/Linux-v6.6/security/keys/
Ddh.c254 CRYPTO_TFM_REQ_MAY_SLEEP, in __keyctl_dh_compute()

123