Home
last modified time | relevance | path

Searched defs:RawLogEntry (Results 1 – 7 of 7) sorted by relevance

/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/scanner/scanlog/
H A Dscanlog.go65 func dumpData(entry *ct.RawLogEntry) {
101 func logCertInfo(entry *ct.RawLogEntry) {
113 func logPrecertInfo(entry *ct.RawLogEntry) {
133 func logFullChain(entry *ct.RawLogEntry) {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/ctutil/sctscan/
H A Dsctscan.go128 …, logsByKey map[[sha256.Size]byte]*ctutil.LogInfo, checkInclusion bool, rawEntry *ct.RawLogEntry) {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/google/certificate-transparency-go/
H A Dtypes.go203 type RawLogEntry struct { struct
205 Index int64
207 Leaf MerkleTreeLeaf
215 Cert ASN1Cert
218 Chain []ASN1Cert
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/
H A Dtypes.go203 type RawLogEntry struct { struct
205 Index int64
207 Leaf MerkleTreeLeaf
215 Cert ASN1Cert
218 Chain []ASN1Cert
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/
H A Dtypes.go203 type RawLogEntry struct { struct
205 Index int64
207 Leaf MerkleTreeLeaf
215 Cert ASN1Cert
218 Chain []ASN1Cert
/dports/www/gitea/gitea-1.16.5/vendor/github.com/google/certificate-transparency-go/
H A Dtypes.go200 type RawLogEntry struct { struct
202 Index int64
204 Leaf MerkleTreeLeaf
212 Cert ASN1Cert
215 Chain []ASN1Cert
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/gossip/minimal/
H A Dgoshawk.go212 func foundPrecert(entry *ct.RawLogEntry) {