Home
last modified time | relevance | path

Searched refs:LogCtx (Results 1 – 8 of 8) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/kex2/
H A Dprovisioner.go56 if p.arg.LogCtx != nil {
57 p.arg.LogCtx.Debug(fmtString, args...)
119 …if conn, err = NewConn(p.arg.Ctx, p.arg.LogCtx, p.arg.Mr, p.arg.Secret, p.deviceID, p.arg.Timeout)…
143 …if p.conn, err = NewConn(p.arg.Ctx, p.arg.LogCtx, p.arg.Mr, sec, p.deviceID, p.arg.Timeout); err !…
H A Dprovisionee.go146 if p.arg.LogCtx != nil {
147 p.arg.LogCtx.Debug(fmtString, args...)
152 …if p.conn, err = NewConn(p.arg.Ctx, p.arg.LogCtx, p.arg.Mr, s, p.deviceID, p.arg.Timeout); err != …
H A Drpc_test.go176 LogCtx: testLogCtx,
193 LogCtx: testLogCtx,
303 LogCtx: testLogCtx,
320 LogCtx: testLogCtx,
H A Dbase.go31 LogCtx LogContext member
/dports/security/keybase/client-v5.7.1/go/engine/
H A Dkex2_provisioner.go109 LogCtx: newKex2LogContext(m.G()),
H A Dkex2_provisionee.go132 LogCtx: newKex2LogContext(m.G()),
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/araddon/gou/gou-c797efecbb61/
H A Dlog.go537 func LogCtx(ctx context.Context, depth, logLvl int, format string, v ...interface{}) { func
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/araddon/gou/
H A Dlog.go537 func LogCtx(ctx context.Context, depth, logLvl int, format string, v ...interface{}) { func