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.h55 std::string expected_channel_id; member
Dbssl_shim.cc510 if (!config->expected_channel_id.empty()) { in CheckHandshakeProperties()
516 if (config->expected_channel_id.size() != 64 || in CheckHandshakeProperties()
517 OPENSSL_memcmp(config->expected_channel_id.data(), channel_id, 64) != in CheckHandshakeProperties()
Dtest_config.cc186 { "-expect-channel-id", &TestConfig::expected_channel_id },
1523 if (!expected_channel_id.empty() || enable_channel_id) { in NewSSL()