Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dtest_config.h45 std::string select_next_proto; member
Dtest_config.cc162 { "-select-next-proto", &TestConfig::select_next_proto },
419 if (config->select_next_proto.empty()) { in NextProtoSelectCallback()
423 *out = (uint8_t *)config->select_next_proto.data(); in NextProtoSelectCallback()
424 *outlen = config->select_next_proto.size(); in NextProtoSelectCallback()
1195 if (!select_next_proto.empty()) { in SetupCtx()