| /linux-4.4.14/crypto/ |
| D | hmac.c | 60 & CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_setkey() 93 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_export() 104 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_import() 119 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_update() 132 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_final() 149 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 | chainiv.c | 58 ~CRYPTO_TFM_REQ_MAY_SLEEP, in chainiv_givencrypt() 221 subreq->base.flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in async_chainiv_do_postponed()
|
| D | seqiv.c | 124 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: in seqiv_givencrypt() 181 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: in seqiv_aead_encrypt()
|
| D | ahash.c | 240 (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_save_req() 409 req->base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ahash_def_finup_finish1()
|
| D | echainiv.c | 129 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: in echainiv_encrypt()
|
| D | cryptd.c | 218 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in cryptd_blkcipher_crypt() 471 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in cryptd_hash_init() 571 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in cryptd_hash_digest()
|
| D | mcryptd.c | 347 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in mcryptd_hash_init() 455 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; /* check this again */ in mcryptd_hash_digest()
|
| D | algif_skcipher.c | 539 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in skcipher_recvmsg_async() 953 skcipher_request_set_callback(&ctx->req, CRYPTO_TFM_REQ_MAY_SLEEP | in skcipher_accept_parent_nokey()
|
| D | gcm.c | 146 ablkcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | in crypto_gcm_setkey()
|
| /linux-4.4.14/arch/arm64/crypto/ |
| D | aes-glue.c | 107 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_encrypt() 129 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_decrypt() 151 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_encrypt() 174 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt() 197 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ctr_encrypt() 243 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_encrypt() 267 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_decrypt()
|
| /linux-4.4.14/arch/powerpc/crypto/ |
| D | aes-spe-glue.c | 187 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_ecb_encrypt() 215 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_ecb_decrypt() 243 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_cbc_encrypt() 271 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_cbc_decrypt() 299 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_ctr_crypt() 330 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_xts_encrypt() 361 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ppc_xts_decrypt()
|
| /linux-4.4.14/arch/arm/crypto/ |
| D | aes-ce-glue.c | 174 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_encrypt() 197 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_decrypt() 220 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_encrypt() 244 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt() 267 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ctr_encrypt() 311 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_encrypt() 336 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_decrypt()
|
| /linux-4.4.14/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() 362 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-4.4.14/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 | 160 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_gca() 231 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gmac() 299 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gcm_empty() 387 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gcm_aes_nx_crypt()
|
| 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-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-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-4.4.14/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() 95 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in padlock_sha1_finup() 161 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; in padlock_sha256_finup()
|
| D | img-hash.c | 489 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_init() 553 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_update() 568 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_final() 582 & CRYPTO_TFM_REQ_MAY_SLEEP; in img_hash_finup()
|
| D | n2_core.c | 310 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_init() 322 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_update() 336 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_final() 349 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hash_async_finup() 458 CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hmac_async_setkey() 528 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_do_async_digest() 629 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; in n2_hmac_async_digest()
|
| D | mv_cesa.c | 414 shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in mv_hash_final_fallback() 807 CRYPTO_TFM_REQ_MAY_SLEEP; in mv_hash_setkey()
|
| D | ixp4xx_crypto.c | 894 gfp_t flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in ablk_perform() 1000 gfp_t flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in aead_perform()
|
| D | omap-sham.c | 1131 shash->flags = flags & CRYPTO_TFM_REQ_MAY_SLEEP; in omap_sham_shash_digest()
|
| D | talitos.c | 1238 gfp_t flags = cryptoflags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in talitos_edesc_alloc()
|
| /linux-4.4.14/arch/x86/crypto/ |
| D | fpu.c | 53 .flags = desc_in->flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_fpu_encrypt() 72 .flags = desc_in->flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_fpu_decrypt()
|
| D | aesni-intel_glue.c | 384 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_encrypt() 408 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_decrypt() 432 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_encrypt() 456 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt() 515 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ctr_crypt() 605 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 629 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt() 757 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_encrypt() 782 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_decrypt() 862 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in rfc4106_set_hash_subkey()
|
| D | serpent_sse2_glue.c | 263 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 289 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt() 352 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_encrypt() 379 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_decrypt()
|
| D | cast5_avx_glue.c | 72 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_crypt() 236 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt() 320 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ctr_crypt()
|
| D | serpent_avx2_glue.c | 254 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 280 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
| D | twofish_avx_glue.c | 284 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 310 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
| D | camellia_aesni_avx_glue.c | 280 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 306 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
| D | cast6_avx_glue.c | 280 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 306 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
| D | serpent_avx_glue.c | 290 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 316 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
| D | camellia_aesni_avx2_glue.c | 288 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 314 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
| /linux-4.4.14/arch/x86/include/asm/crypto/ |
| D | glue_helper.h | 65 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in glue_fpu_begin()
|
| /linux-4.4.14/fs/f2fs/ |
| D | crypto_fname.c | 110 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in f2fs_fname_encrypt() 171 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in f2fs_fname_decrypt()
|
| D | crypto_key.c | 65 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in f2fs_derive_key_aes()
|
| D | crypto.c | 346 req, CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in f2fs_page_crypto()
|
| /linux-4.4.14/drivers/block/ |
| D | cryptoloop.c | 120 .flags = CRYPTO_TFM_REQ_MAY_SLEEP, in cryptoloop_transfer()
|
| /linux-4.4.14/fs/ext4/ |
| D | crypto_fname.c | 106 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_fname_encrypt() 172 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_fname_decrypt()
|
| D | crypto_key.c | 62 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_derive_key_aes()
|
| D | crypto.c | 279 req, CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_page_crypto()
|
| /linux-4.4.14/net/sunrpc/auth_gss/ |
| D | gss_krb5_crypto.c | 189 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in make_checksum_hmac_md5() 212 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in make_checksum_hmac_md5() 265 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in make_checksum() 348 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in make_checksum_v2()
|
| /linux-4.4.14/drivers/crypto/caam/ |
| D | caamhash.c | 785 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_update_ctx() 907 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_final_ctx() 990 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_finup_ctx() 1077 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_digest() 1155 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_final_no_ctx() 1217 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_update_no_ctx() 1331 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_finup_no_ctx() 1413 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_update_first()
|
| D | caamalg.c | 2273 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in aead_edesc_alloc() 2562 CRYPTO_TFM_REQ_MAY_SLEEP)) ? in ablkcipher_edesc_alloc() 2738 CRYPTO_TFM_REQ_MAY_SLEEP)) ? in ablkcipher_giv_edesc_alloc()
|
| /linux-4.4.14/lib/ |
| D | digsig.c | 231 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in digsig_verify()
|
| /linux-4.4.14/drivers/crypto/ccp/ |
| D | ccp-crypto-sha.c | 101 gfp = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in ccp_do_sha_update() 274 CRYPTO_TFM_REQ_MAY_SLEEP; in ccp_sha_setkey()
|
| D | ccp-crypto-main.c | 274 gfp = req->flags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : GFP_ATOMIC; in ccp_crypto_enqueue_request()
|
| D | ccp-crypto-aes-cmac.c | 111 gfp = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in ccp_do_cmac_update()
|
| /linux-4.4.14/security/integrity/evm/ |
| D | evm_crypto.c | 81 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in init_desc()
|
| /linux-4.4.14/fs/ecryptfs/ |
| D | keystore.c | 639 s->desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in ecryptfs_write_tag_70_packet() 745 s->hash_desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in ecryptfs_write_tag_70_packet() 932 s->desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in ecryptfs_parse_tag_70_packet() 1671 .flags = CRYPTO_TFM_REQ_MAY_SLEEP in decrypt_passphrase_encrypted_session_key() 2196 .flags = CRYPTO_TFM_REQ_MAY_SLEEP in write_tag_3_packet()
|
| D | crypto.c | 94 .flags = CRYPTO_TFM_REQ_MAY_SLEEP in ecryptfs_calculate_md5() 369 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in crypt_scatterlist()
|
| /linux-4.4.14/crypto/asymmetric_keys/ |
| D | x509_public_key.c | 207 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in x509_get_sig_params()
|
| D | pkcs7_verify.c | 59 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in pkcs7_digest()
|
| D | verify_pefile.c | 357 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in pefile_digest_pe()
|
| /linux-4.4.14/include/crypto/ |
| D | algapi.h | 387 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) in crypto_yield()
|
| /linux-4.4.14/drivers/md/ |
| D | dm-crypt.c | 273 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in crypt_iv_essiv_init() 541 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in crypt_iv_lmk_one() 695 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in crypt_iv_tcw_whitening() 901 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in crypt_alloc_req()
|
| D | dm-verity.c | 286 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in verity_verify_level() 387 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in verity_verify_io()
|
| /linux-4.4.14/drivers/crypto/qce/ |
| D | ablkcipher.c | 89 gfp = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in qce_ablkcipher_async_req_handle()
|
| /linux-4.4.14/security/integrity/ima/ |
| D | ima_crypto.c | 247 CRYPTO_TFM_REQ_MAY_SLEEP, in ima_calc_file_hash_atfm()
|
| /linux-4.4.14/net/bluetooth/ |
| D | amp.c | 164 shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_sha256()
|
| /linux-4.4.14/drivers/crypto/marvell/ |
| D | hash.c | 74 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in mv_cesa_ahash_alloc_cache() 600 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in mv_cesa_ahash_dma_req_init()
|
| D | cipher.c | 296 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in mv_cesa_ablkcipher_dma_req_init()
|
| /linux-4.4.14/include/linux/ |
| D | crypto.h | 111 #define CRYPTO_TFM_REQ_MAY_SLEEP 0x00000200 macro
|
| /linux-4.4.14/fs/nfsd/ |
| D | nfs4recover.c | 113 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in nfs4_make_rec_clidname()
|