Home
last modified time | relevance | path

Searched refs:last_two_labels (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/base/
Dssl_false_start_blacklist.cc11 const char* last_two_labels = LastTwoLabels(host); in IsMember() local
12 if (!last_two_labels) in IsMember()
14 const unsigned bucket = Hash(last_two_labels) & (kBuckets - 1); in IsMember()
Dssl_false_start_blacklist_process.cc206 const char* last_two_labels = in main() local
208 const unsigned h = SSLFalseStartBlacklist::Hash(last_two_labels); in main()