Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dtest_config.h37 std::string expected_next_proto; member
Dtest_config.cc143 { "-expect-next-proto", &TestConfig::expected_next_proto },
Dbssl_shim.cc1716 if (!config->expected_next_proto.empty()) { in CheckHandshakeProperties()
1720 if (next_proto_len != config->expected_next_proto.size() || in CheckHandshakeProperties()
1721 OPENSSL_memcmp(next_proto, config->expected_next_proto.data(), in CheckHandshakeProperties()