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

2 uses

	golang.org/x/crypto/ssh (current package)
		keys.go#L61: 		return parseRSA(in)
		keys.go#L343: func parseRSA(in []byte) (out PublicKey, rest []byte, err error) {