Lines Matching refs:req_flags
300 u32 req_flags; member
369 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
434 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
539 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) in valid_testvec_config()
1000 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions() argument
1039 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions()
1104 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config()
1123 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && prandom_bool(rng)) { in generate_random_testvec_config()
1133 cfg->req_flags); in generate_random_testvec_config()
1141 cfg->req_flags); in generate_random_testvec_config()
1466 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_ahash_vec_cfg() local
1510 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1532 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1546 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg()
1590 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
2040 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_aead_vec_cfg() local
2113 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
2132 req->base.flags != req_flags || in test_aead_vec_cfg()
2150 if (req->base.flags != req_flags) in test_aead_vec_cfg()
2818 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_skcipher_vec_cfg() local
2882 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg()
2899 req->base.flags != req_flags || in test_skcipher_vec_cfg()
2915 if (req->base.flags != req_flags) in test_skcipher_vec_cfg()