Searched refs:CRYPTO_TFM_REQ_MAY_SLEEP (Results 1 - 69 of 69) sorted by relevance

/linux-4.1.27/crypto/
H A Dhmac.c60 & CRYPTO_TFM_REQ_MAY_SLEEP; hmac_setkey()
93 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; hmac_export()
104 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; hmac_import()
119 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; hmac_update()
132 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; hmac_final()
149 desc->flags = pdesc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; hmac_finup()
H A Dauthencesn.c111 CRYPTO_TFM_REQ_MAY_SLEEP, authenc_esn_geniv_ahash_update_done()
121 CRYPTO_TFM_REQ_MAY_SLEEP, authenc_esn_geniv_ahash_update_done()
151 CRYPTO_TFM_REQ_MAY_SLEEP, authenc_esn_geniv_ahash_update_done2()
209 CRYPTO_TFM_REQ_MAY_SLEEP, authenc_esn_verify_ahash_update_done()
219 CRYPTO_TFM_REQ_MAY_SLEEP, authenc_esn_verify_ahash_update_done()
268 CRYPTO_TFM_REQ_MAY_SLEEP, authenc_esn_verify_ahash_update_done2()
494 return crypto_authenc_esn_genicv(req, iv, CRYPTO_TFM_REQ_MAY_SLEEP); crypto_authenc_esn_encrypt()
531 return crypto_authenc_esn_genicv(areq, iv, CRYPTO_TFM_REQ_MAY_SLEEP); crypto_authenc_esn_givencrypt()
545 ohash = crypto_authenc_esn_ahash(req, CRYPTO_TFM_REQ_MAY_SLEEP); crypto_authenc_esn_verify()
H A Dpcrypt.c140 req->base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; pcrypt_aead_done()
174 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, pcrypt_aead_encrypt()
216 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, pcrypt_aead_decrypt()
259 aead_givcrypt_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, pcrypt_aead_givencrypt()
H A Dchainiv.c58 ~CRYPTO_TFM_REQ_MAY_SLEEP, chainiv_givencrypt()
255 subreq->base.flags |= CRYPTO_TFM_REQ_MAY_SLEEP; async_chainiv_do_postponed()
H A Dseqiv.c120 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: seqiv_givencrypt()
166 CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL: seqiv_aead_givencrypt()
H A Dauthenc.c137 CRYPTO_TFM_REQ_MAY_SLEEP, authenc_geniv_ahash_update_done()
190 CRYPTO_TFM_REQ_MAY_SLEEP, authenc_verify_ahash_update_done()
418 return crypto_authenc_genicv(req, iv, CRYPTO_TFM_REQ_MAY_SLEEP); crypto_authenc_encrypt()
455 return crypto_authenc_genicv(areq, iv, CRYPTO_TFM_REQ_MAY_SLEEP); crypto_authenc_givencrypt()
470 ohash = authenc_ahash_fn(req, CRYPTO_TFM_REQ_MAY_SLEEP); crypto_authenc_verify()
H A Dcryptd.c219 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; cryptd_blkcipher_crypt()
462 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; cryptd_hash_init()
562 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; cryptd_hash_digest()
730 crypto_aead_set_flags(cipher, CRYPTO_TFM_REQ_MAY_SLEEP); cryptd_aead_init_tfm()
H A Dahash.c240 (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? ahash_save_req()
409 req->base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ahash_def_finup_finish1()
H A Dmcryptd.c347 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; mcryptd_hash_init()
455 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; /* check this again */ mcryptd_hash_digest()
H A Dgcm.c140 ablkcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | crypto_gcm_setkey()
/linux-4.1.27/arch/x86/crypto/
H A Dfpu.c53 .flags = desc_in->flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, crypto_fpu_encrypt()
72 .flags = desc_in->flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, crypto_fpu_decrypt()
H A Dcast5_avx_glue.c73 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ecb_crypt()
237 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_decrypt()
321 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ctr_crypt()
H A Dserpent_sse2_glue.c263 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_encrypt()
289 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_decrypt()
352 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; xts_encrypt()
379 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; xts_decrypt()
H A Daesni-intel_glue.c383 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ecb_encrypt()
407 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ecb_decrypt()
431 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_encrypt()
455 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_decrypt()
514 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ctr_crypt()
604 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_encrypt()
628 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_decrypt()
756 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; xts_encrypt()
781 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; xts_decrypt()
872 ablkcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP | rfc4106_set_hash_subkey()
H A Dcamellia_aesni_avx_glue.c281 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_encrypt()
307 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_decrypt()
H A Dserpent_avx2_glue.c255 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_encrypt()
281 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_decrypt()
H A Dcamellia_aesni_avx2_glue.c289 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_encrypt()
315 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_decrypt()
H A Dcast6_avx_glue.c281 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_encrypt()
307 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_decrypt()
H A Dserpent_avx_glue.c291 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_encrypt()
317 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_decrypt()
H A Dtwofish_avx_glue.c286 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_encrypt()
312 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; lrw_decrypt()
/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-glue.c187 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ppc_ecb_encrypt()
215 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ppc_ecb_decrypt()
243 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ppc_cbc_encrypt()
271 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ppc_cbc_decrypt()
299 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ppc_ctr_crypt()
330 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ppc_xts_encrypt()
361 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ppc_xts_decrypt()
/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c107 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ecb_encrypt()
129 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ecb_decrypt()
151 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_encrypt()
174 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_decrypt()
197 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ctr_encrypt()
243 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; xts_encrypt()
267 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; xts_decrypt()
/linux-4.1.27/arch/arm/crypto/
H A Daes-ce-glue.c174 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ecb_encrypt()
197 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ecb_decrypt()
220 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_encrypt()
244 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_decrypt()
267 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ctr_encrypt()
311 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; xts_encrypt()
336 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; xts_decrypt()
/linux-4.1.27/arch/sparc/crypto/
H A Ddes_glue.c103 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; __ecb_crypt()
151 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_encrypt()
182 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_decrypt()
272 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; __ecb3_crypt()
324 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc3_encrypt()
360 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc3_decrypt()
H A Dcamellia_glue.c101 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; __ecb_crypt()
164 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_encrypt()
203 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_decrypt()
H A Daes_glue.c225 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ecb_encrypt()
255 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ecb_decrypt()
285 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_encrypt()
315 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; cbc_decrypt()
362 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; ctr_crypt()
/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-xcbc.c109 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); nx_xcbc_empty()
138 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); nx_xcbc_empty()
283 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); nx_xcbc_update()
365 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); nx_xcbc_final()
H A Dnx-aes-cbc.c98 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); cbc_aes_nx_crypt()
H A Dnx-aes-ccm.c278 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); generate_pat()
320 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); generate_pat()
392 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); ccm_nx_decrypt()
460 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); ccm_nx_encrypt()
H A Dnx-aes-ecb.c98 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); ecb_aes_nx_crypt()
H A Dnx-aes-gcm.c173 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); nx_gca()
242 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); gmac()
309 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); gcm_empty()
394 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP); gcm_aes_nx_crypt()
H A Dnx-sha256.c166 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); nx_sha256_update()
247 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); nx_sha256_final()
H A Dnx-sha512.c170 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); nx_sha512_update()
253 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); nx_sha512_final()
H A Dnx-aes-ctr.c111 desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP); ctr_aes_nx_crypt()
/linux-4.1.27/drivers/crypto/
H A Dpadlock-sha.c42 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; padlock_sha_init()
51 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; padlock_sha_update()
68 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; padlock_sha_import()
95 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; padlock_sha1_finup()
161 dctx->fallback.flags = desc->flags & CRYPTO_TFM_REQ_MAY_SLEEP; padlock_sha256_finup()
H A Dimg-hash.c489 & CRYPTO_TFM_REQ_MAY_SLEEP; img_hash_init()
553 & CRYPTO_TFM_REQ_MAY_SLEEP; img_hash_update()
568 & CRYPTO_TFM_REQ_MAY_SLEEP; img_hash_final()
582 & CRYPTO_TFM_REQ_MAY_SLEEP; img_hash_finup()
H A Dn2_core.c310 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; n2_hash_async_init()
322 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; n2_hash_async_update()
336 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; n2_hash_async_final()
349 rctx->fallback_req.base.flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; n2_hash_async_finup()
458 CRYPTO_TFM_REQ_MAY_SLEEP; n2_hmac_async_setkey()
528 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; n2_do_async_digest()
629 req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP; n2_hmac_async_digest()
H A Dixp4xx_crypto.c878 gfp_t flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? ablk_perform()
1002 gfp_t flags = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? aead_perform()
H A Dmv_cesa.c409 shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP; mv_hash_final_fallback()
802 CRYPTO_TFM_REQ_MAY_SLEEP; mv_hash_setkey()
H A Domap-sham.c956 shash->flags = 0; /* not CRYPTO_TFM_REQ_MAY_SLEEP */ omap_sham_finish_hmac()
1125 shash->flags = flags & CRYPTO_TFM_REQ_MAY_SLEEP; omap_sham_shash_digest()
H A Dtalitos.c1130 gfp_t flags = cryptoflags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : talitos_edesc_alloc()
/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dglue_helper.h65 desc->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; glue_fpu_begin()
/linux-4.1.27/fs/ext4/
H A Dcrypto_key.c62 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, ext4_derive_key_aes()
H A Dcrypto_fname.c89 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, ext4_fname_encrypt()
163 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, ext4_fname_decrypt()
H A Dcrypto.c353 req, CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, ext4_page_crypto()
/linux-4.1.27/drivers/block/
H A Dcryptoloop.c120 .flags = CRYPTO_TFM_REQ_MAY_SLEEP, cryptoloop_transfer()
/linux-4.1.27/lib/
H A Ddigsig.c230 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; digsig_verify()
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-sha.c101 gfp = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? ccp_do_sha_update()
261 CRYPTO_TFM_REQ_MAY_SLEEP; ccp_sha_setkey()
H A Dccp-crypto-aes-cmac.c111 gfp = req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP ? ccp_do_cmac_update()
H A Dccp-crypto-main.c274 gfp = req->flags & CRYPTO_TFM_REQ_MAY_SLEEP ? GFP_KERNEL : GFP_ATOMIC; ccp_crypto_enqueue_request()
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamhash.c780 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; ahash_update_ctx()
905 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; ahash_final_ctx()
988 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; ahash_finup_ctx()
1077 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; ahash_digest()
1158 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; ahash_final_no_ctx()
1221 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; ahash_update_no_ctx()
1336 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; ahash_finup_no_ctx()
1421 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; ahash_update_first()
H A Dcaamalg.c2619 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; aead_edesc_alloc()
2847 CRYPTO_TFM_REQ_MAY_SLEEP)) ? GFP_KERNEL : GFP_ATOMIC; aead_giv_edesc_alloc()
3063 CRYPTO_TFM_REQ_MAY_SLEEP)) ? ablkcipher_edesc_alloc()
3242 CRYPTO_TFM_REQ_MAY_SLEEP)) ? ablkcipher_giv_edesc_alloc()
/linux-4.1.27/crypto/asymmetric_keys/
H A Dx509_public_key.c176 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; x509_get_sig_params()
H A Dpkcs7_verify.c58 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; pkcs7_digest()
H A Dverify_pefile.c357 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; pefile_digest_pe()
/linux-4.1.27/kernel/
H A Dmodule_signing.c79 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; mod_make_digest()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c189 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; make_checksum_hmac_md5()
212 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; make_checksum_hmac_md5()
265 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; make_checksum()
348 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; make_checksum_v2()
/linux-4.1.27/security/integrity/evm/
H A Devm_crypto.c81 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; init_desc()
/linux-4.1.27/drivers/md/
H A Ddm-verity.c290 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; verity_verify_level()
391 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; verity_verify_io()
H A Ddm-crypt.c272 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; crypt_iv_essiv_init()
540 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; crypt_iv_lmk_one()
694 desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; crypt_iv_tcw_whitening()
895 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, crypt_alloc_req()
/linux-4.1.27/drivers/crypto/qce/
H A Dablkcipher.c95 gfp = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? qce_ablkcipher_async_req_handle()
/linux-4.1.27/net/bluetooth/
H A Damp.c163 shash->flags = CRYPTO_TFM_REQ_MAY_SLEEP; hmac_sha256()
/linux-4.1.27/include/crypto/
H A Dalgapi.h415 if (flags & CRYPTO_TFM_REQ_MAY_SLEEP) crypto_yield()
H A Dhash.h546 * CRYPTO_TFM_REQ_MAY_SLEEP the request processing may sleep
/linux-4.1.27/fs/ecryptfs/
H A Dkeystore.c639 s->desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; ecryptfs_write_tag_70_packet()
745 s->hash_desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; ecryptfs_write_tag_70_packet()
932 s->desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; ecryptfs_parse_tag_70_packet()
1671 .flags = CRYPTO_TFM_REQ_MAY_SLEEP decrypt_passphrase_encrypted_session_key()
2196 .flags = CRYPTO_TFM_REQ_MAY_SLEEP write_tag_3_packet()
H A Dcrypto.c94 .flags = CRYPTO_TFM_REQ_MAY_SLEEP ecryptfs_calculate_md5()
370 CRYPTO_TFM_REQ_MAY_BACKLOG | CRYPTO_TFM_REQ_MAY_SLEEP, crypt_scatterlist()
/linux-4.1.27/include/linux/
H A Dcrypto.h110 #define CRYPTO_TFM_REQ_MAY_SLEEP 0x00000200 macro
1141 * CRYPTO_TFM_REQ_MAY_SLEEP the request processing may sleep
1503 * CRYPTO_TFM_REQ_MAY_SLEEP the request processing may sleep
1804 * CRYPTO_TFM_REQ_MAY_SLEEP or 0.
1832 * CRYPTO_TFM_REQ_MAY_SLEEP or 0.
2242 * desc.flags is filled with either CRYPTO_TFM_REQ_MAY_SLEEP or 0.
/linux-4.1.27/security/integrity/ima/
H A Dima_crypto.c247 CRYPTO_TFM_REQ_MAY_SLEEP, ima_calc_file_hash_atfm()
/linux-4.1.27/fs/nfsd/
H A Dnfs4recover.c113 desc.flags = CRYPTO_TFM_REQ_MAY_SLEEP; nfs4_make_rec_clidname()

Completed in 1082 milliseconds