Searched refs:expected_alpn (Results 1 – 3 of 3) sorted by relevance
63 std::string expected_alpn; member
489 if (alpn_proto_len != config->expected_alpn.size() || in CheckHandshakeProperties()490 OPENSSL_memcmp(alpn_proto, config->expected_alpn.data(), in CheckHandshakeProperties()
166 { "-expect-alpn", &TestConfig::expected_alpn },