Home
last modified time | relevance | path

Searched refs:CertificateTrustType (Results 1 – 5 of 5) sorted by relevance

/pki/
A Dtrust_store.cc41 case CertificateTrustType::DISTRUSTED: in IsTrustAnchor()
42 case CertificateTrustType::UNSPECIFIED: in IsTrustAnchor()
43 case CertificateTrustType::TRUSTED_LEAF: in IsTrustAnchor()
56 case CertificateTrustType::TRUSTED_LEAF: in IsTrustLeaf()
59 case CertificateTrustType::DISTRUSTED: in IsTrustLeaf()
60 case CertificateTrustType::UNSPECIFIED: in IsTrustLeaf()
71 case CertificateTrustType::DISTRUSTED: in IsDistrusted()
73 case CertificateTrustType::UNSPECIFIED: in IsDistrusted()
86 case CertificateTrustType::UNSPECIFIED: in HasUnspecifiedTrust()
88 case CertificateTrustType::DISTRUSTED: in HasUnspecifiedTrust()
[all …]
A Dtrust_store.h27 enum class CertificateTrustType { enum
52 result.type = CertificateTrustType::TRUSTED_ANCHOR; in ForTrustAnchor()
58 result.type = CertificateTrustType::TRUSTED_ANCHOR_OR_LEAF; in ForTrustAnchorOrLeaf()
64 result.type = CertificateTrustType::TRUSTED_LEAF; in ForTrustedLeaf()
75 result.type = CertificateTrustType::DISTRUSTED; in ForDistrusted()
117 CertificateTrustType type = CertificateTrustType::UNSPECIFIED;
A Dpath_builder.cc138 case CertificateTrustType::TRUSTED_ANCHOR: in TrustAndKeyIdentifierMatchToOrder()
149 case CertificateTrustType::UNSPECIFIED: in TrustAndKeyIdentifierMatchToOrder()
150 case CertificateTrustType::TRUSTED_LEAF: in TrustAndKeyIdentifierMatchToOrder()
160 case CertificateTrustType::DISTRUSTED: in TrustAndKeyIdentifierMatchToOrder()
459 case CertificateTrustType::TRUSTED_LEAF: in GetTrustedCert()
461 case CertificateTrustType::UNSPECIFIED: in GetTrustedCert()
462 case CertificateTrustType::DISTRUSTED: in GetTrustedCert()
641 case CertificateTrustType::DISTRUSTED: in GetNextPath()
642 case CertificateTrustType::UNSPECIFIED: in GetNextPath()
666 case CertificateTrustType::DISTRUSTED: in GetNextPath()
[all …]
A Dverify_certificate_chain.cc1482 case CertificateTrustType::UNSPECIFIED: in ProcessRootCertificate()
1483 case CertificateTrustType::TRUSTED_LEAF: in ProcessRootCertificate()
1488 case CertificateTrustType::DISTRUSTED: in ProcessRootCertificate()
1493 case CertificateTrustType::TRUSTED_ANCHOR: in ProcessRootCertificate()
1494 case CertificateTrustType::TRUSTED_ANCHOR_OR_LEAF: in ProcessRootCertificate()
1530 case CertificateTrustType::UNSPECIFIED: in ProcessSingleCertChain()
1531 case CertificateTrustType::TRUSTED_ANCHOR: in ProcessSingleCertChain()
1536 case CertificateTrustType::DISTRUSTED: in ProcessSingleCertChain()
1540 case CertificateTrustType::TRUSTED_LEAF: in ProcessSingleCertChain()
1541 case CertificateTrustType::TRUSTED_ANCHOR_OR_LEAF: in ProcessSingleCertChain()
/pki/testdata/verify_certificate_chain_unittest/
A DREADME51 maps to the CertificateTrustType enum. Possible values are:

Completed in 12 milliseconds