| /Linux-v5.4/drivers/crypto/rockchip/ |
| D | rk3288_crypto_ahash.c | 87 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_init() 100 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_update() 115 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_final() 129 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_finup() 146 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_import() 159 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_export()
|
| /Linux-v5.4/arch/powerpc/crypto/ |
| D | aes-spe-glue.c | 189 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_ecb_encrypt() 217 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_ecb_decrypt() 245 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_cbc_encrypt() 273 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_cbc_decrypt() 301 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_ctr_crypt() 332 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_xts_encrypt() 363 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_xts_decrypt()
|
| /Linux-v5.4/fs/verity/ |
| D | hash_algs.c | 144 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in fsverity_prepare_hash_state() 197 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in fsverity_hash_page() 245 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in fsverity_hash_buffer()
|
| /Linux-v5.4/arch/sparc/crypto/ |
| D | des_glue.c | 100 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in __ecb_crypt() 148 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_encrypt() 179 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt() 265 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in __ecb3_crypt() 317 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc3_encrypt() 353 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc3_decrypt()
|
| D | aes_glue.c | 226 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_encrypt() 256 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_decrypt() 286 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_encrypt() 316 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt() 362 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ctr_crypt()
|
| D | camellia_glue.c | 102 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in __ecb_crypt() 165 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_encrypt() 204 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt()
|
| /Linux-v5.4/crypto/ |
| D | pcrypt.c | 66 req->base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in pcrypt_aead_done() 100 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in pcrypt_aead_encrypt() 142 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in pcrypt_aead_decrypt()
|
| D | algif_skcipher.c | 123 CRYPTO_TFM_REQ_MAY_SLEEP, in _skcipher_recvmsg() 137 CRYPTO_TFM_REQ_MAY_SLEEP | in _skcipher_recvmsg()
|
| D | xts.c | 208 rctx->subreq.base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in encrypt_done() 228 rctx->subreq.base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in decrypt_done()
|
| D | seqiv.c | 88 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in seqiv_aead_encrypt()
|
| D | skcipher.c | 157 CRYPTO_TFM_REQ_MAY_SLEEP : 0); in skcipher_walk_done() 465 walk->flags |= req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in skcipher_walk_skcipher() 481 might_sleep_if(req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in skcipher_walk_virt() 534 if (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) in skcipher_walk_aead_common()
|
| D | ahash.c | 238 (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_save_req() 453 areq->base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ahash_def_finup_done1()
|
| /Linux-v5.4/drivers/crypto/nx/ |
| D | nx-aes-ccm.c | 263 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in generate_pat() 305 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in generate_pat() 377 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ccm_nx_decrypt() 446 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() 220 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gmac() 288 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gcm_empty() 376 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gcm_aes_nx_crypt()
|
| D | nx-aes-cbc.c | 86 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
|
| D | nx-aes-ecb.c | 86 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
|
| D | nx-aes-ctr.c | 99 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
|
| /Linux-v5.4/drivers/crypto/ |
| D | img-hash.c | 489 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_init() 553 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_update() 568 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_final() 582 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_finup() 598 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_import() 611 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_export()
|
| /Linux-v5.4/crypto/asymmetric_keys/ |
| D | public_key.c | 215 CRYPTO_TFM_REQ_MAY_SLEEP, in software_key_eds_op() 307 CRYPTO_TFM_REQ_MAY_SLEEP, in public_key_verify_signature()
|
| /Linux-v5.4/fs/crypto/ |
| D | fname.c | 65 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fname_encrypt() 105 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fname_decrypt()
|
| /Linux-v5.4/drivers/block/ |
| D | cryptoloop.c | 111 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in cryptoloop_transfer()
|
| /Linux-v5.4/drivers/crypto/ccree/ |
| D | cc_driver.h | 233 return (req->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in cc_gfp_flags()
|
| /Linux-v5.4/drivers/crypto/caam/ |
| D | caamhash.c | 787 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_update_ctx() 926 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_final_ctx() 992 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_finup_ctx() 1072 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_digest() 1149 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_final_no_ctx() 1208 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_update_no_ctx() 1343 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_finup_no_ctx() 1429 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_update_first()
|
| /Linux-v5.4/net/sunrpc/auth_gss/ |
| D | gss_krb5_crypto.c | 212 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in make_checksum_hmac_md5() 242 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in make_checksum_hmac_md5() 310 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in make_checksum() 406 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in make_checksum_v2()
|
| /Linux-v5.4/security/integrity/ima/ |
| D | ima_crypto.c | 224 CRYPTO_TFM_REQ_MAY_SLEEP, in ima_calc_file_hash_atfm() 548 CRYPTO_TFM_REQ_MAY_SLEEP, in calc_buffer_ahash_atfm()
|