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.h43 std::string expected_next_proto; member
Dbssl_shim.cc473 if (!config->expected_next_proto.empty()) { in CheckHandshakeProperties()
477 if (next_proto_len != config->expected_next_proto.size() || in CheckHandshakeProperties()
478 OPENSSL_memcmp(next_proto, config->expected_next_proto.data(), in CheckHandshakeProperties()
Dtest_config.cc161 { "-expect-next-proto", &TestConfig::expected_next_proto },