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

2 uses

	golang.org/x/crypto/ssh (current package)
		messages.go#L473: 				if n, data, ok = parseInt(data); !ok {
		messages.go#L622: func parseInt(in []byte) (out *big.Int, rest []byte, ok bool) {