Home
last modified time | relevance | path

Searched defs:CertSimpleChain (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dtypes_windows.go911 type CertSimpleChain struct { struct
912 Size uint32
913 TrustStatus CertTrustStatus
914 NumElements uint32
915 Elements **CertChainElement
916 TrustListInfo *CertTrustListInfo
917 HasRevocationFreshnessTime uint32
918 RevocationFreshnessTime uint32
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Droot_windows.go69 func extractSimpleChain(simpleChain **syscall.CertSimpleChain, count int) (chain []*Certificate, er…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows.go1536 type CertSimpleChain struct { struct
1537 Size uint32
1538 TrustStatus CertTrustStatus
1539 NumElements uint32
1540 Elements **CertChainElement
1541 TrustListInfo *CertTrustListInfo
1542 HasRevocationFreshnessTime uint32
1543 RevocationFreshnessTime uint32