/Linux-v6.6/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 56 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/ |
D | sun8i-ce-hash.c | 81 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/ |
D | sun8i-ss-hash.c | 170 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/ |
D | nx-aes-ccm.c | 260 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()
|
D | nx-aes-gcm.c | 149 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()
|
D | nx-aes-ecb.c | 84 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
|
D | nx-aes-cbc.c | 85 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
|
D | nx-aes-ctr.c | 98 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
|
/Linux-v6.6/drivers/crypto/starfive/ |
D | jh7110-hash.c | 279 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/ |
D | qat_bl.h | 60 return req->flags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : GFP_ATOMIC; in qat_algs_alloc_flags()
|
/Linux-v6.6/drivers/crypto/ |
D | img-hash.c | 495 & 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()
|
D | sa2ul.c | 1099 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()
|
D | n2_core.c | 319 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/ |
D | algif_aead.c | 81 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()
|
D | pcrypt.c | 111 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()
|
D | algif_skcipher.c | 119 CRYPTO_TFM_REQ_MAY_SLEEP, in _skcipher_recvmsg() 133 CRYPTO_TFM_REQ_MAY_SLEEP | in _skcipher_recvmsg()
|
D | internal.h | 205 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) in crypto_yield()
|
D | skcipher.c | 176 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()
|
D | seqiv.c | 85 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in seqiv_aead_encrypt()
|
/Linux-v6.6/fs/crypto/ |
D | fname.c | 126 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/ |
D | cc_driver.h | 224 return (req->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in cc_gfp_flags()
|
/Linux-v6.6/drivers/crypto/cavium/nitrox/ |
D | nitrox_skcipher.c | 258 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/ |
D | crypto.h | 136 #define CRYPTO_TFM_REQ_MAY_SLEEP 0x00000200 macro
|
/Linux-v6.6/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 240 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/ |
D | dh.c | 254 CRYPTO_TFM_REQ_MAY_SLEEP, in __keyctl_dh_compute()
|