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

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dtest_config.h30 std::string select_next_proto; member in struct:TestConfig
H A Dtest_config.cc95 { "-select-next-proto", &TestConfig::select_next_proto },
H A Dossl_shim.cc231 if (config->select_next_proto.empty()) {
235 *out = (uint8_t*)config->select_next_proto.data();
236 *outlen = config->select_next_proto.size();
615 if (!config->select_next_proto.empty()) {

Completed in 172 milliseconds