Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dhmac.c60 & 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()
Dauthencesn.c111 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()
Dpcrypt.c140 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()
Dauthenc.c137 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()
Dchainiv.c58 ~CRYPTO_TFM_REQ_MAY_SLEEP, in chainiv_givencrypt()
255 subreq->base.flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in async_chainiv_do_postponed()
Dseqiv.c120 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: in seqiv_givencrypt()
166 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: in seqiv_aead_givencrypt()
Dcryptd.c219 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()
Dahash.c240 (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()
Dmcryptd.c347 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()
Dgcm.c140 ablkcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | in crypto_gcm_setkey()
/linux-4.1.27/arch/powerpc/crypto/
Daes-spe-glue.c187 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/
Daes-glue.c107 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/
Daes-ce-glue.c174 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/
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()
362 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-4.1.27/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-gcm.c173 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()
Dnx-aes-ccm.c278 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()
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-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-aes-cbc.c98 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in cbc_aes_nx_crypt()
Dnx-aes-ecb.c98 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ecb_aes_nx_crypt()
Dnx-aes-ctr.c111 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); in ctr_aes_nx_crypt()
/linux-4.1.27/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()
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()
Dimg-hash.c489 & 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()
Dn2_core.c310 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()
Dmv_cesa.c409 shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in mv_hash_final_fallback()
802 CRYPTO_TFM_REQ_MAY_SLEEP; in mv_hash_setkey()
Dixp4xx_crypto.c878 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()
Domap-sham.c1125 shash->flags = flags & CRYPTO_TFM_REQ_MAY_SLEEP; in omap_sham_shash_digest()
Dtalitos.c1130 gfp_t flags = cryptoflags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in talitos_edesc_alloc()
/linux-4.1.27/arch/x86/crypto/
Dfpu.c53 .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()
Dserpent_sse2_glue.c263 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()
Daesni-intel_glue.c383 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()
Dcast5_avx_glue.c73 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()
Dtwofish_avx_glue.c286 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt()
312 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
Dserpent_avx2_glue.c255 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt()
281 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
Dcast6_avx_glue.c281 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt()
307 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
Dcamellia_aesni_avx2_glue.c289 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt()
315 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
Dserpent_avx_glue.c291 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt()
317 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
Dcamellia_aesni_avx_glue.c281 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/
Dglue_helper.h65 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in glue_fpu_begin()
/linux-4.1.27/drivers/block/
Dcryptoloop.c120 .flags = CRYPTO_TFM_REQ_MAY_SLEEP, in cryptoloop_transfer()
/linux-4.1.27/fs/ext4/
Dcrypto_key.c62 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_derive_key_aes()
Dcrypto_fname.c89 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()
Dcrypto.c353 req, CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_page_crypto()
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c189 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/
Dcaamhash.c780 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()
Dcaamalg.c2619 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/
Dmodule_signing.c79 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in mod_make_digest()
/linux-4.1.27/lib/
Ddigsig.c230 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in digsig_verify()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-sha.c101 gfp = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in ccp_do_sha_update()
261 CRYPTO_TFM_REQ_MAY_SLEEP; in ccp_sha_setkey()
Dccp-crypto-main.c274 gfp = req->flags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : GFP_ATOMIC; in ccp_crypto_enqueue_request()
Dccp-crypto-aes-cmac.c111 gfp = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in ccp_do_cmac_update()
/linux-4.1.27/security/integrity/evm/
Devm_crypto.c81 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in init_desc()
/linux-4.1.27/crypto/asymmetric_keys/
Dpkcs7_verify.c58 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in pkcs7_digest()
Dx509_public_key.c176 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in x509_get_sig_params()
Dverify_pefile.c357 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in pefile_digest_pe()
/linux-4.1.27/fs/ecryptfs/
Dkeystore.c639 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()
Dcrypto.c94 .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/
Dalgapi.h415 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) in crypto_yield()
/linux-4.1.27/drivers/md/
Ddm-crypt.c272 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()
Ddm-verity.c290 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/
Dima_crypto.c247 CRYPTO_TFM_REQ_MAY_SLEEP, in ima_calc_file_hash_atfm()
/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c95 gfp = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in qce_ablkcipher_async_req_handle()
/linux-4.1.27/net/bluetooth/
Damp.c163 shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_sha256()
/linux-4.1.27/include/linux/
Dcrypto.h110 #define CRYPTO_TFM_REQ_MAY_SLEEP 0x00000200 macro
/linux-4.1.27/fs/nfsd/
Dnfs4recover.c113 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in nfs4_make_rec_clidname()