Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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()
Dchainiv.c58 ~CRYPTO_TFM_REQ_MAY_SLEEP, in chainiv_givencrypt()
221 subreq->base.flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in async_chainiv_do_postponed()
Dseqiv.c124 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: in seqiv_givencrypt()
181 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: in seqiv_aead_encrypt()
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()
Dechainiv.c129 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: in echainiv_encrypt()
Dcryptd.c218 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()
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()
Dalgif_skcipher.c539 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()
Dgcm.c146 ablkcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | in crypto_gcm_setkey()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.c160 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()
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-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-4.4.14/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.c414 shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in mv_hash_final_fallback()
807 CRYPTO_TFM_REQ_MAY_SLEEP; in mv_hash_setkey()
Dixp4xx_crypto.c894 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()
Domap-sham.c1131 shash->flags = flags & CRYPTO_TFM_REQ_MAY_SLEEP; in omap_sham_shash_digest()
Dtalitos.c1238 gfp_t flags = cryptoflags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : in talitos_edesc_alloc()
/linux-4.4.14/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()
Daesni-intel_glue.c384 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()
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()
Dcast5_avx_glue.c72 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()
Dserpent_avx2_glue.c254 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt()
280 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
Dtwofish_avx_glue.c284 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt()
310 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
Dcamellia_aesni_avx_glue.c280 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt()
306 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
Dcast6_avx_glue.c280 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt()
306 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
Dserpent_avx_glue.c290 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_encrypt()
316 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in lrw_decrypt()
Dcamellia_aesni_avx2_glue.c288 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/
Dglue_helper.h65 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in glue_fpu_begin()
/linux-4.4.14/fs/f2fs/
Dcrypto_fname.c110 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()
Dcrypto_key.c65 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in f2fs_derive_key_aes()
Dcrypto.c346 req, CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in f2fs_page_crypto()
/linux-4.4.14/drivers/block/
Dcryptoloop.c120 .flags = CRYPTO_TFM_REQ_MAY_SLEEP, in cryptoloop_transfer()
/linux-4.4.14/fs/ext4/
Dcrypto_fname.c106 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()
Dcrypto_key.c62 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_derive_key_aes()
Dcrypto.c279 req, CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in ext4_page_crypto()
/linux-4.4.14/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.4.14/drivers/crypto/caam/
Dcaamhash.c785 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()
Dcaamalg.c2273 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/
Ddigsig.c231 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in digsig_verify()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-sha.c101 gfp = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? in ccp_do_sha_update()
274 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.4.14/security/integrity/evm/
Devm_crypto.c81 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in init_desc()
/linux-4.4.14/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()
369 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, in crypt_scatterlist()
/linux-4.4.14/crypto/asymmetric_keys/
Dx509_public_key.c207 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in x509_get_sig_params()
Dpkcs7_verify.c59 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in pkcs7_digest()
Dverify_pefile.c357 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in pefile_digest_pe()
/linux-4.4.14/include/crypto/
Dalgapi.h387 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) in crypto_yield()
/linux-4.4.14/drivers/md/
Ddm-crypt.c273 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()
Ddm-verity.c286 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/
Dablkcipher.c89 gfp = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in qce_ablkcipher_async_req_handle()
/linux-4.4.14/security/integrity/ima/
Dima_crypto.c247 CRYPTO_TFM_REQ_MAY_SLEEP, in ima_calc_file_hash_atfm()
/linux-4.4.14/net/bluetooth/
Damp.c164 shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP; in hmac_sha256()
/linux-4.4.14/drivers/crypto/marvell/
Dhash.c74 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()
Dcipher.c296 gfp_t flags = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in mv_cesa_ablkcipher_dma_req_init()
/linux-4.4.14/include/linux/
Dcrypto.h111 #define CRYPTO_TFM_REQ_MAY_SLEEP 0x00000200 macro
/linux-4.4.14/fs/nfsd/
Dnfs4recover.c113 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; in nfs4_make_rec_clidname()