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

2 uses

	golang.org/x/crypto/ssh (current package)
		keys.go#L1077: 	key, err := ParseRawPrivateKey(pemBytes)
		keys.go#L1120: func ParseRawPrivateKey(pemBytes []byte) (interface{}, error) {