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

  /external/chromium_org/net/http/
transport_security_state.cc 541 struct HSTSPreload {
550 static bool HasPreload(const struct HSTSPreload* entries, size_t num_entries,
593 // Returns the HSTSPreload entry for the |canonicalized_host| in |entries|,
595 // match only because HSTSPreload.include_subdomains is true.
599 static const struct HSTSPreload* GetHSTSPreload(
601 const struct HSTSPreload* entries,
605 const struct HSTSPreload* entry = entries + j;
716 const struct HSTSPreload* entry =
736 const struct HSTSPreload* entry =
transport_security_state_static.h 383 static const struct HSTSPreload kPreloadedSTS[] = {
    [all...]

Completed in 83 milliseconds