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.h39 std::string select_next_proto; member
Dtest_config.cc144 { "-select-next-proto", &TestConfig::select_next_proto },
Dbssl_shim.cc766 if (config->select_next_proto.empty()) { in NextProtoSelectCallback()
770 *out = (uint8_t*)config->select_next_proto.data(); in NextProtoSelectCallback()
771 *outlen = config->select_next_proto.size(); in NextProtoSelectCallback()
1233 if (!config->select_next_proto.empty()) { in SetupCtx()