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