Home
last modified time | relevance | path

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

123

/linux/drivers/crypto/rockchip/
A Drk3288_crypto_ahash.c88 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_init()
101 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_update()
116 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_final()
130 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_finup()
147 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_import()
160 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_export()
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-hash.c82 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_init()
94 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_export()
106 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_import()
123 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_final()
142 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ce_hash_update()
161 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/
A Dsun8i-ss-hash.c82 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_init()
94 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_export()
106 rctx->fallback_req.base.flags = areq->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_import()
123 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_final()
142 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_update()
161 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_finup()
186 CRYPTO_TFM_REQ_MAY_SLEEP; in sun8i_ss_hash_digest_fb()
/linux/fs/verity/
A Dhash_algs.c193 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_page()
293 ahash_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in fsverity_hash_buffer()
/linux/drivers/crypto/nx/
A 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()
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()
A Dnx-aes-ecb.c84 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
A Dnx-aes-cbc.c85 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
A Dnx-aes-ctr.c98 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
/linux/drivers/crypto/
A Dimg-hash.c491 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_init()
555 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_update()
570 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_final()
584 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_finup()
600 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_import()
613 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_export()
A Dsa2ul.c1098 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 Dn2_core.c318 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/crypto/
A Dalgif_aead.c81 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 Dpcrypt.c111 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 Dalgif_skcipher.c119 CRYPTO_TFM_REQ_MAY_SLEEP, in _skcipher_recvmsg()
133 CRYPTO_TFM_REQ_MAY_SLEEP | in _skcipher_recvmsg()
A Dskcipher.c158 CRYPTO_TFM_REQ_MAY_SLEEP : 0); in skcipher_walk_done()
466 walk->flags |= req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in skcipher_walk_skcipher()
482 might_sleep_if(req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in skcipher_walk_virt()
529 if (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) in skcipher_walk_aead_common()
A Dinternal.h160 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) in crypto_yield()
A Dxts.c206 rctx->subreq.base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_encrypt_done()
226 rctx->subreq.base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_decrypt_done()
A Dseqiv.c86 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in seqiv_aead_encrypt()
A Dahash.c207 (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_save_req()
422 areq->base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ahash_def_finup_done1()
/linux/fs/crypto/
A Dfname.c118 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fscrypt_fname_encrypt()
161 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fname_decrypt()
A Dkeysetup_v1.c69 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in derive_key_aes()
/linux/crypto/asymmetric_keys/
A Dpublic_key.c221 CRYPTO_TFM_REQ_MAY_SLEEP, in software_key_eds_op()
375 CRYPTO_TFM_REQ_MAY_SLEEP, in public_key_verify_signature()
/linux/drivers/crypto/ccree/
A Dcc_driver.h224 return (req->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in cc_gfp_flags()
/linux/drivers/crypto/cavium/nitrox/
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()

Completed in 37 milliseconds

123