func golang.org/x/crypto/ssh.appendU32
6 uses
golang.org/x/crypto/ssh (current package)
client_auth.go#L553: m.Payload = appendU32(m.Payload, 1)
common.go#L303: func appendU32(buf []byte, n uint32) []byte {
common.go#L314: return appendU32(buf, uint32(n))
common.go#L318: buf = appendU32(buf, uint32(len(s)))
messages.go#L526: out = appendU32(out, uint32(field.Uint()))
messages.go#L544: out = appendU32(out, 0)
![]() |
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. |