type crypto/dsa.PrivateKey

3 uses

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