Searched refs:expected_next_proto (Results 1 – 3 of 3) sorted by relevance
43 std::string expected_next_proto; member
473 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()
161 { "-expect-next-proto", &TestConfig::expected_next_proto },