HomeSort by relevance Sort by last modified time
    Searched refs:select_next_proto (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/ssl/test/
test_config.h 39 std::string select_next_proto; member in struct:TestConfig
test_config.cc 144 { "-select-next-proto", &TestConfig::select_next_proto },
bssl_shim.cc 766 if (config->select_next_proto.empty()) {
770 *out = (uint8_t*)config->select_next_proto.data();
771 *outlen = config->select_next_proto.size();
    [all...]

Completed in 85 milliseconds