/linux-4.1.27/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 | authencesn.c | 111 CRYPTO_TFM_REQ_MAY_SLEEP, in authenc_esn_geniv_ahash_update_done() 121 CRYPTO_TFM_REQ_MAY_SLEEP, in authenc_esn_geniv_ahash_update_done() 151 CRYPTO_TFM_REQ_MAY_SLEEP, in authenc_esn_geniv_ahash_update_done2() 209 CRYPTO_TFM_REQ_MAY_SLEEP, in authenc_esn_verify_ahash_update_done() 219 CRYPTO_TFM_REQ_MAY_SLEEP, in authenc_esn_verify_ahash_update_done() 268 CRYPTO_TFM_REQ_MAY_SLEEP, in authenc_esn_verify_ahash_update_done2() 494 return crypto_authenc_esn_genicv(req, iv, CRYPTO_TFM_REQ_MAY_SLEEP); in crypto_authenc_esn_encrypt() 531 return crypto_authenc_esn_genicv(areq, iv, CRYPTO_TFM_REQ_MAY_SLEEP); in crypto_authenc_esn_givencrypt() 545 ohash = crypto_authenc_esn_ahash(req, CRYPTO_TFM_REQ_MAY_SLEEP); in crypto_authenc_esn_verify()
|
D | pcrypt.c | 140 req->base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in pcrypt_aead_done() 174 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in pcrypt_aead_encrypt() 216 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in pcrypt_aead_decrypt() 259 aead_givcrypt_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in pcrypt_aead_givencrypt()
|
D | authenc.c | 137 CRYPTO_TFM_REQ_MAY_SLEEP, in authenc_geniv_ahash_update_done() 190 CRYPTO_TFM_REQ_MAY_SLEEP, in authenc_verify_ahash_update_done() 418 return crypto_authenc_genicv(req, iv, CRYPTO_TFM_REQ_MAY_SLEEP); in crypto_authenc_encrypt() 455 return crypto_authenc_genicv(areq, iv, CRYPTO_TFM_REQ_MAY_SLEEP); in crypto_authenc_givencrypt() 470 ohash = authenc_ahash_fn(req, CRYPTO_TFM_REQ_MAY_SLEEP); in crypto_authenc_verify()
|
D | chainiv.c | 58 ~CRYPTO_TFM_REQ_MAY_SLEEP, in chainiv_givencrypt() 255 subreq->base.flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in async_chainiv_do_postponed()
|
D | seqiv.c | 120 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: in seqiv_givencrypt() 166 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: in seqiv_aead_givencrypt()
|
D | cryptd.c | 219 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in cryptd_blkcipher_crypt() 462 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in cryptd_hash_init() 562 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in cryptd_hash_digest() 730 crypto_aead_set_flags(cipher, CRYPTO_TFM_REQ_MAY_SLEEP); in cryptd_aead_init_tfm()
|
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 | 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 | gcm.c | 140 ablkcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | in crypto_gcm_setkey()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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-gcm.c | 173 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in nx_gca() 242 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gmac() 309 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gcm_empty() 394 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in gcm_aes_nx_crypt()
|
D | nx-aes-ccm.c | 278 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in generate_pat() 320 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in generate_pat() 392 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ccm_nx_decrypt() 460 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ccm_nx_encrypt()
|
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-cbc.c | 98 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
|
D | nx-aes-ecb.c | 98 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
|
D | nx-aes-ctr.c | 111 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
|
/linux-4.1.27/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 | 409 shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in mv_hash_final_fallback() 802 CRYPTO_TFM_REQ_MAY_SLEEP; in mv_hash_setkey()
|
D | ixp4xx_crypto.c | 878 gfp_t flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in ablk_perform() 1002 gfp_t flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in aead_perform()
|
D | omap-sham.c | 1125 shash->flags = flags & CRYPTO_TFM_REQ_MAY_SLEEP; in omap_sham_shash_digest()
|
D | talitos.c | 1130 gfp_t flags = cryptoflags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in talitos_edesc_alloc()
|
/linux-4.1.27/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 | 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 | aesni-intel_glue.c | 383 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_encrypt() 407 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_decrypt() 431 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_encrypt() 455 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt() 514 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ctr_crypt() 604 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 628 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt() 756 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_encrypt() 781 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in xts_decrypt() 872 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | in rfc4106_set_hash_subkey()
|
D | cast5_avx_glue.c | 73 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ecb_crypt() 237 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in cbc_decrypt() 321 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ctr_crypt()
|
D | twofish_avx_glue.c | 286 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 312 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
D | serpent_avx2_glue.c | 255 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 281 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
D | cast6_avx_glue.c | 281 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 307 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
D | camellia_aesni_avx2_glue.c | 289 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 315 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
D | serpent_avx_glue.c | 291 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 317 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
D | camellia_aesni_avx_glue.c | 281 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt() 307 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
|
/linux-4.1.27/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 65 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in glue_fpu_begin()
|
/linux-4.1.27/drivers/block/ |
D | cryptoloop.c | 120 .flags = CRYPTO_TFM_REQ_MAY_SLEEP, in cryptoloop_transfer()
|
/linux-4.1.27/fs/ext4/ |
D | crypto_key.c | 62 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_derive_key_aes()
|
D | crypto_fname.c | 89 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_fname_encrypt() 163 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_fname_decrypt()
|
D | crypto.c | 353 req, CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_page_crypto()
|
/linux-4.1.27/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.1.27/drivers/crypto/caam/ |
D | caamhash.c | 780 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_update_ctx() 905 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_final_ctx() 988 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() 1158 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_final_no_ctx() 1221 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_update_no_ctx() 1336 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_finup_no_ctx() 1421 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in ahash_update_first()
|
D | caamalg.c | 2619 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in aead_edesc_alloc() 2847 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; in aead_giv_edesc_alloc() 3063 CRYPTO_TFM_REQ_MAY_SLEEP)) ? in ablkcipher_edesc_alloc() 3242 CRYPTO_TFM_REQ_MAY_SLEEP)) ? in ablkcipher_giv_edesc_alloc()
|
/linux-4.1.27/kernel/ |
D | module_signing.c | 79 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in mod_make_digest()
|
/linux-4.1.27/lib/ |
D | digsig.c | 230 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in digsig_verify()
|
/linux-4.1.27/drivers/crypto/ccp/ |
D | ccp-crypto-sha.c | 101 gfp = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in ccp_do_sha_update() 261 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.1.27/security/integrity/evm/ |
D | evm_crypto.c | 81 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in init_desc()
|
/linux-4.1.27/crypto/asymmetric_keys/ |
D | pkcs7_verify.c | 58 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in pkcs7_digest()
|
D | x509_public_key.c | 176 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in x509_get_sig_params()
|
D | verify_pefile.c | 357 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in pefile_digest_pe()
|
/linux-4.1.27/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() 370 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in crypt_scatterlist()
|
/linux-4.1.27/include/crypto/ |
D | algapi.h | 415 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) in crypto_yield()
|
/linux-4.1.27/drivers/md/ |
D | dm-crypt.c | 272 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in crypt_iv_essiv_init() 540 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in crypt_iv_lmk_one() 694 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in crypt_iv_tcw_whitening() 895 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in crypt_alloc_req()
|
D | dm-verity.c | 290 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in verity_verify_level() 391 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in verity_verify_io()
|
/linux-4.1.27/security/integrity/ima/ |
D | ima_crypto.c | 247 CRYPTO_TFM_REQ_MAY_SLEEP, in ima_calc_file_hash_atfm()
|
/linux-4.1.27/drivers/crypto/qce/ |
D | ablkcipher.c | 95 gfp = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in qce_ablkcipher_async_req_handle()
|
/linux-4.1.27/net/bluetooth/ |
D | amp.c | 163 shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_sha256()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 110 #define CRYPTO_TFM_REQ_MAY_SLEEP 0x00000200 macro
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4recover.c | 113 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in nfs4_make_rec_clidname()
|