Lines Matching refs:req_flags
311 u32 req_flags; member
381 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
444 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
550 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) in valid_testvec_config()
1024 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions() argument
1065 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions()
1130 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config()
1149 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) { in generate_random_testvec_config()
1165 cfg->req_flags); in generate_random_testvec_config()
1173 cfg->req_flags); in generate_random_testvec_config()
1496 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_ahash_vec_cfg() local
1540 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1562 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1576 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg()
1620 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
2072 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_aead_vec_cfg() local
2145 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
2164 req->base.flags != req_flags || in test_aead_vec_cfg()
2182 if (req->base.flags != req_flags) in test_aead_vec_cfg()
2852 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_skcipher_vec_cfg() local
2909 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg()
2926 req->base.flags != req_flags || in test_skcipher_vec_cfg()
2942 if (req->base.flags != req_flags) in test_skcipher_vec_cfg()