/linux-6.3-rc2/drivers/crypto/rockchip/ |
A D | rk3288_crypto_ahash.c | 50 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_digest_fb() 122 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_init() 135 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_update() 150 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_final() 164 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_finup() 181 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_import() 194 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_export()
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-hash.c | 83 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_init() 95 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_export() 107 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_import() 124 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_final() 143 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_update() 162 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_finup() 187 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_digest_fb()
|
/linux-6.3-rc2/fs/verity/ |
A D | hash_algs.c | 195 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in fsverity_prepare_hash_state() 246 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in fsverity_hash_block() 293 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in fsverity_hash_buffer()
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-hash.c | 173 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_init() 185 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_export() 197 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_import() 214 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_final() 233 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_update() 252 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_finup() 277 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_digest_fb()
|
/linux-6.3-rc2/drivers/crypto/nx/ |
A 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()
|
A 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()
|
A D | nx-aes-ecb.c | 84 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
|
A D | nx-aes-cbc.c | 85 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
|
A D | nx-aes-ctr.c | 98 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | qat_bl.h | 60 return req->flags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : GFP_ATOMIC; in qat_algs_alloc_flags()
|
/linux-6.3-rc2/drivers/crypto/ |
A 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()
|
A D | sa2ul.c | 1098 gfp_flags = req->base->flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in sa_run() 1420 subreq->base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_run() 1549 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_init() 1562 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_update() 1577 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_final() 1591 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_finup() 1608 CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_import() 1621 subreq->base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_export()
|
A D | n2_core.c | 318 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_init() 330 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_update() 344 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_final() 357 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_finup() 541 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_do_async_digest() 642 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hmac_async_digest()
|
/linux-6.3-rc2/crypto/ |
A D | algif_aead.c | 81 skcipher_request_set_callback(skreq, CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_aead_copy_sgl() 294 CRYPTO_TFM_REQ_MAY_SLEEP, in _aead_recvmsg() 307 CRYPTO_TFM_REQ_MAY_SLEEP | in _aead_recvmsg()
|
A D | algif_skcipher.c | 119 CRYPTO_TFM_REQ_MAY_SLEEP, in _skcipher_recvmsg() 133 CRYPTO_TFM_REQ_MAY_SLEEP | in _skcipher_recvmsg()
|
A 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()
|
A D | internal.h | 178 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) in crypto_yield()
|
A D | skcipher.c | 144 CRYPTO_TFM_REQ_MAY_SLEEP : 0); in skcipher_walk_done() 452 walk->flags |= req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in skcipher_walk_skcipher() 468 might_sleep_if(req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in skcipher_walk_virt() 515 if (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) in skcipher_walk_aead_common()
|
A D | seqiv.c | 85 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in seqiv_aead_encrypt()
|
/linux-6.3-rc2/fs/crypto/ |
A 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()
|
A D | keysetup_v1.c | 69 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in derive_key_aes()
|
/linux-6.3-rc2/crypto/asymmetric_keys/ |
A D | public_key.c | 283 CRYPTO_TFM_REQ_MAY_SLEEP, in software_key_eds_op() 454 CRYPTO_TFM_REQ_MAY_SLEEP, in public_key_verify_signature()
|
/linux-6.3-rc2/drivers/crypto/ccree/ |
A D | cc_driver.h | 224 return (req->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in cc_gfp_flags()
|
/linux-6.3-rc2/drivers/crypto/cavium/nitrox/ |
A 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-6.3-rc2/net/sunrpc/auth_gss/ |
A 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() 940 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in krb5_etm_checksum()
|