Home
last modified time | relevance | path

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

1234

/Linux-v4.19/crypto/
Dhmac.c61 & CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_setkey()
94 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_export()
105 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_import()
120 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_update()
133 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_final()
150 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_finup()
Dpcrypt.c133 req->base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in pcrypt_aead_done()
167 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in pcrypt_aead_encrypt()
209 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in pcrypt_aead_decrypt()
Dalgif_skcipher.c127 CRYPTO_TFM_REQ_MAY_SLEEP, in _skcipher_recvmsg()
141 CRYPTO_TFM_REQ_MAY_SLEEP | in _skcipher_recvmsg()
Dcryptd.c256 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in cryptd_blkcipher_crypt()
493 skcipher_request_set_callback(subreq, CRYPTO_TFM_REQ_MAY_SLEEP, in cryptd_skcipher_encrypt()
521 skcipher_request_set_callback(subreq, CRYPTO_TFM_REQ_MAY_SLEEP, in cryptd_skcipher_decrypt()
741 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in cryptd_hash_init()
833 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in cryptd_hash_digest()
/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c90 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_init()
103 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_update()
118 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_final()
132 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_finup()
149 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_import()
162 CRYPTO_TFM_REQ_MAY_SLEEP; in rk_ahash_export()
/Linux-v4.19/arch/powerpc/crypto/
Daes-spe-glue.c194 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_ecb_encrypt()
222 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_ecb_decrypt()
250 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_cbc_encrypt()
278 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_cbc_decrypt()
306 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_ctr_crypt()
337 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_xts_encrypt()
368 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_xts_decrypt()
/Linux-v4.19/arch/sparc/crypto/
Ddes_glue.c103 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in __ecb_crypt()
151 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_encrypt()
182 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt()
272 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in __ecb3_crypt()
324 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc3_encrypt()
360 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc3_decrypt()
Daes_glue.c225 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_encrypt()
255 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_decrypt()
285 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_encrypt()
315 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt()
361 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ctr_crypt()
Dcamellia_glue.c101 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in __ecb_crypt()
164 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_encrypt()
203 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt()
/Linux-v4.19/drivers/crypto/nx/
Dnx-aes-xcbc.c109 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_xcbc_empty()
138 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_xcbc_empty()
283 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_xcbc_update()
365 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_xcbc_final()
Dnx-aes-ccm.c275 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in generate_pat()
317 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in generate_pat()
389 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ccm_nx_decrypt()
458 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ccm_nx_encrypt()
Dnx-aes-gcm.c161 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_gca()
232 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gmac()
300 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gcm_empty()
388 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gcm_aes_nx_crypt()
Dnx-sha512.c170 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_sha512_update()
253 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_sha512_final()
Dnx-sha256.c166 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_sha256_update()
247 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_sha256_final()
Dnx-aes-ecb.c98 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
Dnx-aes-cbc.c98 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
Dnx-aes-ctr.c111 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
/Linux-v4.19/drivers/crypto/
Dpadlock-sha.c42 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in padlock_sha_init()
51 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in padlock_sha_update()
68 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in padlock_sha_import()
94 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in padlock_sha1_finup()
156 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in padlock_sha256_finup()
Dimg-hash.c492 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_init()
556 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_update()
571 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_final()
585 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_finup()
601 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_import()
614 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_export()
/Linux-v4.19/fs/crypto/
Dfname.c65 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fname_encrypt()
106 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in fname_decrypt()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_driver.h198 return (req->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in cc_gfp_flags()
/Linux-v4.19/crypto/asymmetric_keys/
Dpublic_key.c125 CRYPTO_TFM_REQ_MAY_SLEEP, in public_key_verify_signature()
/Linux-v4.19/drivers/crypto/caam/
Dcaamhash.c745 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_update_ctx()
875 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_final_ctx()
950 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_finup_ctx()
1037 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_digest()
1117 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_final_no_ctx()
1177 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_update_no_ctx()
1302 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_finup_no_ctx()
1392 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_update_first()
/Linux-v4.19/drivers/block/
Dcryptoloop.c123 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in cryptoloop_transfer()
/Linux-v4.19/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()

1234