Home
last modified time | relevance | path

Searched refs:select_next_proto (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/
Dtest_config.h40 std::string select_next_proto; member
Dtest_config.cc142 { "-select-next-proto", &TestConfig::select_next_proto },
Dbssl_shim.cc742 if (config->select_next_proto.empty()) { in NextProtoSelectCallback()
746 *out = (uint8_t*)config->select_next_proto.data(); in NextProtoSelectCallback()
747 *outlen = config->select_next_proto.size(); in NextProtoSelectCallback()
1123 if (!config->select_next_proto.empty()) { in SetupCtx()