type crypto/dsa.PrivateKey

3 uses

	crypto/dsa (current package)
		dsa.go#L37: type PrivateKey struct {
		dsa.go#L159: func GenerateKey(priv *PrivateKey, rand io.Reader) error {
		dsa.go#L205: func Sign(rand io.Reader, priv *PrivateKey, hash []byte) (r, s *big.Int, err error) {