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