func golang.org/x/crypto/ssh.marshalUint32

2 uses

	golang.org/x/crypto/ssh (current package)
		client_auth.go#L484: 		p = marshalUint32(p, uint32(len(answers)))
		messages.go#L685: func marshalUint32(to []byte, n uint32) []byte {