Home
last modified time | relevance | path

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

/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/ctutil/
H A Dloginfo.go59 return newLogInfo(log, lc)
77 return newLogInfo(log, dc)
80 func newLogInfo(log *loglist.Log, lc client.CheckLogClient) (*LogInfo, error) { func
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/trillian/ctfe/
H A Dinstance.go123 logInfo := newLogInfo(opts, validationOpts, signer, new(util.SystemTimeSource))
H A Dhandlers.go240 func newLogInfo( func
H A Dhandlers_test.go167 info.li = newLogInfo(iOpts, vOpts, signer, fakeTimeSource)
/dports/sysutils/logrotate/logrotate-3.13.0/
H A Dconfig.c540 static struct logInfo *newLogInfo(struct logInfo *template) in newLogInfo() function
1581 if ((newlog = newLogInfo(defConfig)) == NULL) in readConfigFile()