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 36 std::string advertise_npn; member in struct:TestConfig
test_config.cc 142 { "-advertise-npn", &TestConfig::advertise_npn },
bssl_shim.cc 754 if (config->advertise_npn.empty()) {
758 *out = (const uint8_t*)config->advertise_npn.data();
759 *out_len = config->advertise_npn.size();
    [all...]

Completed in 62 milliseconds