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.h121 int expect_curve_id = 0; member
Dtest_config.cc194 { "-expect-curve-id", &TestConfig::expect_curve_id },
Dbssl_shim.cc1806 if (config->expect_curve_id != 0) { in CheckHandshakeProperties()
1808 if (static_cast<uint16_t>(config->expect_curve_id) != curve_id) { in CheckHandshakeProperties()
1810 static_cast<uint16_t>(config->expect_curve_id)); in CheckHandshakeProperties()