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

  /external/chromium/net/base/
transport_security_state.cc 565 } kPreloadedSNISTS[] = {
571 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS);
596 if (kPreloadedSNISTS[j].length == canonicalized_host.size() - i &&
597 memcmp(kPreloadedSNISTS[j].dns_name, &canonicalized_host[i],
598 kPreloadedSNISTS[j].length) == 0) {
599 if (!kPreloadedSNISTS[j].include_subdomains && i != 0)
601 out->include_subdomains = kPreloadedSNISTS[j].include_subdomains;
  /external/chromium_org/net/http/
transport_security_state.cc 711 entry = GetHSTSPreload(canonicalized_host, kPreloadedSNISTS,
728 entry = GetHSTSPreload(canonicalized_host, kPreloadedSNISTS,
776 HasPreload(kPreloadedSNISTS, kNumPreloadedSNISTS, canonicalized_host, i,
transport_security_state_static.h     [all...]

Completed in 192 milliseconds