Searched defs:CertSimpleChain (Results 1 – 3 of 3) sorted by relevance
911 type CertSimpleChain struct { struct912 Size uint32913 TrustStatus CertTrustStatus914 NumElements uint32915 Elements **CertChainElement916 TrustListInfo *CertTrustListInfo917 HasRevocationFreshnessTime uint32918 RevocationFreshnessTime uint32
69 func extractSimpleChain(simpleChain **syscall.CertSimpleChain, count int) (chain []*Certificate, er…
1536 type CertSimpleChain struct { struct1537 Size uint321538 TrustStatus CertTrustStatus1539 NumElements uint321540 Elements **CertChainElement1541 TrustListInfo *CertTrustListInfo1542 HasRevocationFreshnessTime uint321543 RevocationFreshnessTime uint32