Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v1_ahash.c136 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_init()
149 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_update()
164 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_final()
178 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_finup()
195 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_import()
208 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_export()
H 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()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H 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()
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/
H 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()
/OK3568_Linux_fs/kernel/fs/verity/
H 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()
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
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-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()
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()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dimg-hash.c490 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_init()
554 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_update()
569 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_final()
583 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_finup()
599 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_import()
612 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_export()
H A Dsa2ul.c1073 gfp_flags = req->base->flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in sa_run()
1398 subreq->base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_run()
1526 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_init()
1539 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_update()
1554 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_final()
1568 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_finup()
1585 CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_import()
1598 subreq->base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in sa_sha_export()
H A Dn2_core.c317 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_init()
329 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_update()
343 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_final()
356 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_finup()
540 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_do_async_digest()
641 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hmac_async_digest()
/OK3568_Linux_fs/kernel/crypto/
H 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()
H A Dalgif_skcipher.c119 CRYPTO_TFM_REQ_MAY_SLEEP, in _skcipher_recvmsg()
133 CRYPTO_TFM_REQ_MAY_SLEEP | in _skcipher_recvmsg()
H 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()
H 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()
535 if (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) in skcipher_walk_aead_common()
H A Dinternal.h143 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) in crypto_yield()
H 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()
H A Dseqiv.c86 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in seqiv_aead_encrypt()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpublic_key.c219 CRYPTO_TFM_REQ_MAY_SLEEP, in software_key_eds_op()
376 CRYPTO_TFM_REQ_MAY_SLEEP, in public_key_verify_signature()
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dfname.c114 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fscrypt_fname_encrypt()
157 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fname_decrypt()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dcryptoloop.c111 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in cryptoloop_transfer()
/OK3568_Linux_fs/kernel/drivers/crypto/ccree/
H A Dcc_driver.h224 return (req->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in cc_gfp_flags()
/OK3568_Linux_fs/kernel/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()

123