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

2 uses

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