Home
last modified time | relevance | path

Searched refs:enforce_anchor_constraints (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/cert/internal/
H A Dtrust_store_nss.cc476 const bool enforce_anchor_constraints = in GetTrustIgnoringSystemTrust() local
479 .WithEnforceAnchorConstraints(enforce_anchor_constraints) in GetTrustIgnoringSystemTrust()
480 .WithEnforceAnchorExpiry(enforce_anchor_constraints); in GetTrustIgnoringSystemTrust()
516 const bool enforce_anchor_constraints = in GetTrustForNSSTrust() local
534 .WithEnforceAnchorConstraints(enforce_anchor_constraints) in GetTrustForNSSTrust()
535 .WithEnforceAnchorExpiry(enforce_anchor_constraints); in GetTrustForNSSTrust()
538 .WithEnforceAnchorConstraints(enforce_anchor_constraints) in GetTrustForNSSTrust()
539 .WithEnforceAnchorExpiry(enforce_anchor_constraints); in GetTrustForNSSTrust()
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dtrust_store.h78 result.enforce_anchor_constraints = value;
113 bool enforce_anchor_constraints = false; member
H A Dtrust_store.cc112 if (enforce_anchor_constraints) { in ToDebugString()
H A Dverify_certificate_chain.cc1368 if (trust.enforce_anchor_constraints) { in ProcessRootCertificate()