summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/crypto/mac/UHash32.h
blob: 0b2be15f463a034876cc63558c4d6a2ccc445226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_javax_crypto_mac_UHash32__
#define __gnu_javax_crypto_mac_UHash32__

#pragma interface

#include <gnu/javax/crypto/mac/BaseMac.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace javax
    {
      namespace crypto
      {
        namespace mac
        {
            class UHash32;
            class UHash32$L1Hash32;
        }
      }
    }
  }
  namespace java
  {
    namespace math
    {
        class BigInteger;
    }
  }
}

class gnu::javax::crypto::mac::UHash32 : public ::gnu::javax::crypto::mac::BaseMac
{

public:
  UHash32();
private:
  UHash32(::gnu::javax::crypto::mac::UHash32 *);
public: // actually package-private
  static ::java::math::BigInteger * prime(jint);
public:
  virtual ::java::lang::Object * clone();
  virtual jint macSize();
  virtual void init(::java::util::Map *);
  virtual void update(jbyte);
  virtual void update(JArray< jbyte > *, jint, jint);
  virtual JArray< jbyte > * digest();
  virtual void reset();
  virtual jboolean selfTest();
private:
  static ::java::math::BigInteger * PRIME_19;
  static ::java::math::BigInteger * PRIME_32;
  static ::java::math::BigInteger * PRIME_36;
  static ::java::math::BigInteger * PRIME_64;
  static ::java::math::BigInteger * PRIME_128;
public: // actually package-private
  static ::java::math::BigInteger * TWO;
  static jlong BOUNDARY;
  static ::java::math::BigInteger * LOWER_RANGE;
  static ::java::math::BigInteger * UPPER_RANGE;
  static JArray< jbyte > * ALL_ZEROES;
  jint __attribute__((aligned(__alignof__( ::gnu::javax::crypto::mac::BaseMac)))) streams;
  JArray< ::gnu::javax::crypto::mac::UHash32$L1Hash32 * > * l1hash;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_javax_crypto_mac_UHash32__