OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NormalizeHostname
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/crypto/
crypto_utils_test.cc
29
TEST(CryptoUtilsTest,
NormalizeHostname
) {
43
CryptoUtils::
NormalizeHostname
(tests[i].input));
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.cc
62
string CryptoUtils::
NormalizeHostname
(const char* hostname) {
crypto_server_config.cc
410
params->sni = CryptoUtils::
NormalizeHostname
(sni_tmp.get());
[
all
...]
Completed in 139 milliseconds