Searched refs:enforce_anchor_constraints (Results 1 – 4 of 4) sorted by relevance
476 const bool enforce_anchor_constraints = in GetTrustIgnoringSystemTrust() local479 .WithEnforceAnchorConstraints(enforce_anchor_constraints) in GetTrustIgnoringSystemTrust()480 .WithEnforceAnchorExpiry(enforce_anchor_constraints); in GetTrustIgnoringSystemTrust()516 const bool enforce_anchor_constraints = in GetTrustForNSSTrust() local534 .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()
78 result.enforce_anchor_constraints = value;113 bool enforce_anchor_constraints = false; member
112 if (enforce_anchor_constraints) { in ToDebugString()
1368 if (trust.enforce_anchor_constraints) { in ProcessRootCertificate()