Searched refs:expected_channel_id (Results 1 – 3 of 3) sorted by relevance
49 std::string expected_channel_id; member
166 { "-expect-channel-id", &TestConfig::expected_channel_id },
1753 if (!config->expected_channel_id.empty()) { in CheckHandshakeProperties()1759 if (config->expected_channel_id.size() != 64 || in CheckHandshakeProperties()1760 OPENSSL_memcmp(config->expected_channel_id.data(), channel_id, 64) != in CheckHandshakeProperties()2011 if (!config->expected_channel_id.empty() || in DoConnection()