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

11 uses

	golang.org/x/crypto/ssh (current package)
		kex.go#L141: 	marshalInt(K, ki)
		kex.go#L189: 	marshalInt(K, ki)
		kex.go#L263: 	marshalInt(K, secret)
		kex.go#L355: 	marshalInt(K, secret)
		kex.go#L477: 	marshalInt(K, ki)
		kex.go#L525: 	marshalInt(K, ki)
		kex.go#L658: 	marshalInt(K, kInt)
		kex.go#L754: 	marshalInt(K, kInt)
		messages.go#L573: 				marshalInt(out[oldLength:], n)
		messages.go#L695: func marshalInt(to []byte, n *big.Int) []byte {
		messages.go#L745: 	marshalInt(buf, n)