Home
last modified time | relevance | path

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

123

/linux/drivers/crypto/rockchip/
H A 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/drivers/crypto/allwinner/sun8i-ce/
H A 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/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c153 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_init()
165 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_export()
177 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_import()
190 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_final()
216 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_update()
231 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_finup()
260 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_digest_fb()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c263 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_init()
280 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_update()
297 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_final()
314 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_finup()
351 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_export()
365 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP, in starfive_hash_import()
/linux/drivers/crypto/nx/
H A 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()
H A 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()
H A Dnx-aes-ecb.c84 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
H A Dnx-aes-cbc.c85 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
H A Dnx-aes-ctr.c98 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
/linux/drivers/crypto/
H A 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()
/linux/security/keys/trusted-keys/
H A Dtrusted_dcp.c106 CRYPTO_TFM_REQ_MAY_SLEEP, in do_dcp_crypto()
167 aead_request_set_callback(aead_req, CRYPTO_TFM_REQ_MAY_SLEEP, in do_aead_crypto()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_bl.h65 return req->flags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : GFP_ATOMIC; in qat_algs_alloc_flags()
/linux/crypto/
H A 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()
H A Dalgif_skcipher.c179 CRYPTO_TFM_REQ_MAY_SLEEP, in _skcipher_recvmsg()
194 CRYPTO_TFM_REQ_MAY_SLEEP | in _skcipher_recvmsg()
H A Dinternal.h188 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) in crypto_yield()
H A Dseqiv.c85 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in seqiv_aead_encrypt()
H A Dskcipher.c314 might_sleep_if(req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in skcipher_walk_virt()
320 if ((req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) && !atomic) in skcipher_walk_virt()
357 if ((req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) && !atomic) in skcipher_walk_aead_common()
/linux/fs/crypto/
H A Dfname.c120 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fscrypt_fname_encrypt()
164 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fname_decrypt()
H A Dkeysetup_v1.c69 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in derive_key_aes()
/linux/drivers/crypto/ccree/
H A Dcc_driver.h224 return (req->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in cc_gfp_flags()
/linux/drivers/crypto/cavium/nitrox/
H A 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/include/linux/
H A Dcrypto.h134 #define CRYPTO_TFM_REQ_MAY_SLEEP 0x00000200 macro
/linux/net/sunrpc/auth_gss/
H A 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()
895 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in gss_krb5_aes_decrypt()
/linux/security/keys/
H A Ddh.c254 CRYPTO_TFM_REQ_MAY_SLEEP, in __keyctl_dh_compute()
/linux/security/integrity/ima/
H A Dima_crypto.c344 CRYPTO_TFM_REQ_MAY_SLEEP, in ima_calc_file_hash_atfm()
675 CRYPTO_TFM_REQ_MAY_SLEEP, in calc_buffer_ahash_atfm()

123