HomeSort by relevance Sort by last modified time
    Searched full:normalizehostname (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_utils.h 48 // Returns |hostname|. NormalizeHostname() doesn't support IP address
49 // literals. IsValidSNI() should be called before calling NormalizeHostname().
50 static std::string NormalizeHostname(const char* hostname);
crypto_utils_test.cc 29 TEST(CryptoUtilsTest, NormalizeHostname) {
43 CryptoUtils::NormalizeHostname(tests[i].input));
crypto_utils.cc 62 string CryptoUtils::NormalizeHostname(const char* hostname) {
quic_crypto_server_config.cc 623 params->sni = CryptoUtils::NormalizeHostname(sni_tmp.get());
    [all...]

Completed in 126 milliseconds