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 538 struct HSTSPreload {
547 static bool HasPreload(const struct HSTSPreload* entries, size_t num_entries,
585 // Returns the HSTSPreload entry for the |canonicalized_host| in |entries|,
587 // match only because HSTSPreload.include_subdomains is true.
591 static const struct HSTSPreload* GetHSTSPreload(
593 const struct HSTSPreload* entries,
597 const struct HSTSPreload* entry = entries + j;
704 const struct HSTSPreload* entry =
724 const struct HSTSPreload* entry =
transport_security_state_static.h 382 static const struct HSTSPreload kPreloadedSTS[] = {
    [all...]

Completed in 739 milliseconds