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

  /external/boringssl/src/ssl/test/
test_config.h 32 std::string advertise_npn; member in struct:TestConfig
test_config.cc 91 { "-advertise-npn", &TestConfig::advertise_npn },
bssl_shim.cc 206 if (config->advertise_npn.empty()) {
210 *out = (const uint8_t*)config->advertise_npn.data();
211 *out_len = config->advertise_npn.size();

Completed in 112 milliseconds