/linux/drivers/crypto/rockchip/ |
H A 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/drivers/crypto/allwinner/sun8i-ce/ |
H A 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/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 153 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 D | jh7110-hash.c | 263 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 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()
|
H 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()
|
H A D | nx-aes-ecb.c | 84 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
|
H A D | nx-aes-cbc.c | 85 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
|
H A D | nx-aes-ctr.c | 98 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
|
/linux/drivers/crypto/ |
H 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()
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_dcp.c | 106 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 D | qat_bl.h | 65 return req->flags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : GFP_ATOMIC; in qat_algs_alloc_flags()
|
/linux/crypto/ |
H A 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()
|
H A D | algif_skcipher.c | 179 CRYPTO_TFM_REQ_MAY_SLEEP, in _skcipher_recvmsg() 194 CRYPTO_TFM_REQ_MAY_SLEEP | in _skcipher_recvmsg()
|
H A D | internal.h | 188 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) in crypto_yield()
|
H A D | seqiv.c | 85 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in seqiv_aead_encrypt()
|
H A D | skcipher.c | 314 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 D | fname.c | 120 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 D | keysetup_v1.c | 69 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in derive_key_aes()
|
/linux/drivers/crypto/ccree/ |
H A D | cc_driver.h | 224 return (req->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in cc_gfp_flags()
|
/linux/drivers/crypto/cavium/nitrox/ |
H 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/include/linux/ |
H A D | crypto.h | 134 #define CRYPTO_TFM_REQ_MAY_SLEEP 0x00000200 macro
|
/linux/net/sunrpc/auth_gss/ |
H 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() 895 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in gss_krb5_aes_decrypt()
|
/linux/security/keys/ |
H A D | dh.c | 254 CRYPTO_TFM_REQ_MAY_SLEEP, in __keyctl_dh_compute()
|
/linux/security/integrity/ima/ |
H A D | ima_crypto.c | 344 CRYPTO_TFM_REQ_MAY_SLEEP, in ima_calc_file_hash_atfm() 675 CRYPTO_TFM_REQ_MAY_SLEEP, in calc_buffer_ahash_atfm()
|