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

2 uses

	golang.org/x/crypto/ssh (current package)
		keys.go#L1141: 		return parseOpenSSHPrivateKey(block.Bytes, unencryptedOpenSSHKey)
		keys.go#L1216: func unencryptedOpenSSHKey(cipherName, kdfName, kdfOpts string, privKeyBlock []byte) ([]byte, error) {