Lines Matching refs:req_flags

304 	u32 req_flags;  member
374 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
437 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
543 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) in valid_testvec_config()
1017 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions() argument
1058 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions()
1123 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config()
1142 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) { in generate_random_testvec_config()
1158 cfg->req_flags); in generate_random_testvec_config()
1166 cfg->req_flags); in generate_random_testvec_config()
1489 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_ahash_vec_cfg() local
1533 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1555 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1569 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg()
1613 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
2065 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_aead_vec_cfg() local
2138 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
2157 req->base.flags != req_flags || in test_aead_vec_cfg()
2175 if (req->base.flags != req_flags) in test_aead_vec_cfg()
2845 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()