Searched refs:expect_curve_id (Results 1 – 3 of 3) sorted by relevance
116 int expect_curve_id = 0; member
183 { "-expect-curve-id", &TestConfig::expect_curve_id },
1633 if (config->expect_curve_id != 0) { in CheckHandshakeProperties()1635 if (static_cast<uint16_t>(config->expect_curve_id) != curve_id) { in CheckHandshakeProperties()1637 static_cast<uint16_t>(config->expect_curve_id)); in CheckHandshakeProperties()