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

2 uses

	golang.org/x/crypto/ssh (current package)
		keys.go#L928: 		return newDSAPrivateKey(key)
		keys.go#L934: func newDSAPrivateKey(key *dsa.PrivateKey) (Signer, error) {