github.com/lib/pq/scram.Client.authMsg (field)
13 uses
github.com/lib/pq/scram (current package)
scram.go#L69: authMsg bytes.Buffer
scram.go#L85: c.authMsg.Grow(256)
scram.go#L141: c.authMsg.WriteString("n=")
scram.go#L142: escaper.WriteString(&c.authMsg, c.user)
scram.go#L143: c.authMsg.WriteString(",r=")
scram.go#L144: c.authMsg.Write(c.clientNonce)
scram.go#L147: c.out.Write(c.authMsg.Bytes())
scram.go#L154: c.authMsg.WriteByte(',')
scram.go#L155: c.authMsg.Write(in)
scram.go#L188: c.authMsg.WriteString(",c=biws,r=")
scram.go#L189: c.authMsg.Write(c.serverNonce)
scram.go#L242: mac.Write(c.authMsg.Bytes())
scram.go#L258: mac.Write(c.authMsg.Bytes())
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |