Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dtest_config.h50 std::string expected_channel_id; member
Dtest_config.cc163 { "-expect-channel-id", &TestConfig::expected_channel_id },
Dbssl_shim.cc1592 if (!config->expected_channel_id.empty()) { in CheckHandshakeProperties()
1598 if (config->expected_channel_id.size() != 64 || in CheckHandshakeProperties()
1599 OPENSSL_memcmp(config->expected_channel_id.data(), channel_id, 64) != in CheckHandshakeProperties()
1829 if (!config->expected_channel_id.empty() || in DoConnection()