/Linux-v4.19/crypto/ |
D | hmac.c | 61 & 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()
|
D | pcrypt.c | 133 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()
|
D | algif_skcipher.c | 127 CRYPTO_TFM_REQ_MAY_SLEEP, in _skcipher_recvmsg() 141 CRYPTO_TFM_REQ_MAY_SLEEP | in _skcipher_recvmsg()
|
D | cryptd.c | 256 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/ |
D | rk3288_crypto_ahash.c | 90 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/ |
D | aes-spe-glue.c | 194 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/ |
D | des_glue.c | 103 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()
|
D | aes_glue.c | 225 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()
|
D | camellia_glue.c | 101 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/ |
D | nx-aes-xcbc.c | 109 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()
|
D | nx-aes-ccm.c | 275 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()
|
D | nx-aes-gcm.c | 161 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()
|
D | nx-sha512.c | 170 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_sha512_update() 253 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_sha512_final()
|
D | nx-sha256.c | 166 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_sha256_update() 247 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_sha256_final()
|
D | nx-aes-ecb.c | 98 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
|
D | nx-aes-cbc.c | 98 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
|
D | nx-aes-ctr.c | 111 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-sha.c | 42 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()
|
D | img-hash.c | 492 & 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/ |
D | fname.c | 65 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/ |
D | cc_driver.h | 198 return (req->flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in cc_gfp_flags()
|
/Linux-v4.19/crypto/asymmetric_keys/ |
D | public_key.c | 125 CRYPTO_TFM_REQ_MAY_SLEEP, in public_key_verify_signature()
|
/Linux-v4.19/drivers/crypto/caam/ |
D | caamhash.c | 745 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/ |
D | cryptoloop.c | 123 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in cryptoloop_transfer()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 212 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()
|