Home
last modified time | relevance | path

Searched refs:expect_curve_id (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/
Dtest_config.h116 int expect_curve_id = 0; member
Dtest_config.cc183 { "-expect-curve-id", &TestConfig::expect_curve_id },
Dbssl_shim.cc1633 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()