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.h44 std::string expected_channel_id; member
Dbssl_shim.cc597 if (!config->expected_channel_id.empty()) { in DoExchange()
798 if (!config->expected_channel_id.empty()) { in DoExchange()
804 if (config->expected_channel_id.size() != 64 || in DoExchange()
805 memcmp(config->expected_channel_id.data(), in DoExchange()
Dtest_config.cc110 { "-expect-channel-id", &TestConfig::expected_channel_id },