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.h45 std::string expected_channel_id; member
Dtest_config.cc129 { "-expect-channel-id", &TestConfig::expected_channel_id },
Dbssl_shim.cc1031 if (!config->expected_channel_id.empty()) { in CheckHandshakeProperties()
1037 if (config->expected_channel_id.size() != 64 || in CheckHandshakeProperties()
1038 memcmp(config->expected_channel_id.data(), in CheckHandshakeProperties()
1177 if (!config->expected_channel_id.empty()) { in DoExchange()