• Home
  • Raw
  • Download

Lines Matching refs:req_flags

289 	u32 req_flags;  member
345 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
410 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
515 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) in valid_testvec_config()
916 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions() argument
953 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions()
1007 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config()
1026 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_testvec_config()
1037 cfg->req_flags); in generate_random_testvec_config()
1045 cfg->req_flags); in generate_random_testvec_config()
1368 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_ahash_vec_cfg() local
1412 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1434 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1448 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg()
1492 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1931 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_aead_vec_cfg() local
2004 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
2023 req->base.flags != req_flags || in test_aead_vec_cfg()
2041 if (req->base.flags != req_flags) in test_aead_vec_cfg()
2696 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_skcipher_vec_cfg() local
2760 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg()
2777 req->base.flags != req_flags || in test_skcipher_vec_cfg()
2793 if (req->base.flags != req_flags) in test_skcipher_vec_cfg()