Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c87 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/
Daes-spe-glue.c189 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/
Dhash_algs.c144 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/
Ddes_glue.c100 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()
Daes_glue.c226 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()
Dcamellia_glue.c102 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/
Dpcrypt.c66 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()
Dalgif_skcipher.c123 CRYPTO_TFM_REQ_MAY_SLEEP, in _skcipher_recvmsg()
137 CRYPTO_TFM_REQ_MAY_SLEEP | in _skcipher_recvmsg()
Dxts.c208 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()
Dseqiv.c88 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in seqiv_aead_encrypt()
Dskcipher.c157 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()
Dahash.c238 (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/
Dnx-aes-ccm.c263 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()
Dnx-aes-gcm.c149 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()
Dnx-aes-cbc.c86 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
Dnx-aes-ecb.c86 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
Dnx-aes-ctr.c99 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
/Linux-v5.4/drivers/crypto/
Dimg-hash.c489 & 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/
Dpublic_key.c215 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/
Dfname.c65 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/
Dcryptoloop.c111 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in cryptoloop_transfer()
/Linux-v5.4/drivers/crypto/ccree/
Dcc_driver.h233 return (req->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in cc_gfp_flags()
/Linux-v5.4/drivers/crypto/caam/
Dcaamhash.c787 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/
Dgss_krb5_crypto.c212 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/
Dima_crypto.c224 CRYPTO_TFM_REQ_MAY_SLEEP, in ima_calc_file_hash_atfm()
548 CRYPTO_TFM_REQ_MAY_SLEEP, in calc_buffer_ahash_atfm()

123