OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [mac/] [UHash32.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_crypto_mac_UHash32__
5
#define __gnu_javax_crypto_mac_UHash32__
6
 
7
#pragma interface
8
 
9
#include <gnu/javax/crypto/mac/BaseMac.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace crypto
19
      {
20
        namespace mac
21
        {
22
            class UHash32;
23
            class UHash32$L1Hash32;
24
        }
25
      }
26
    }
27
  }
28
  namespace java
29
  {
30
    namespace math
31
    {
32
        class BigInteger;
33
    }
34
  }
35
}
36
 
37
class gnu::javax::crypto::mac::UHash32 : public ::gnu::javax::crypto::mac::BaseMac
38
{
39
 
40
public:
41
  UHash32();
42
private:
43
  UHash32(::gnu::javax::crypto::mac::UHash32 *);
44
public: // actually package-private
45
  static ::java::math::BigInteger * prime(jint);
46
public:
47
  virtual ::java::lang::Object * clone();
48
  virtual jint macSize();
49
  virtual void init(::java::util::Map *);
50
  virtual void update(jbyte);
51
  virtual void update(JArray< jbyte > *, jint, jint);
52
  virtual JArray< jbyte > * digest();
53
  virtual void reset();
54
  virtual jboolean selfTest();
55
private:
56
  static ::java::math::BigInteger * PRIME_19;
57
  static ::java::math::BigInteger * PRIME_32;
58
  static ::java::math::BigInteger * PRIME_36;
59
  static ::java::math::BigInteger * PRIME_64;
60
  static ::java::math::BigInteger * PRIME_128;
61
public: // actually package-private
62
  static ::java::math::BigInteger * TWO;
63
  static jlong BOUNDARY;
64
  static ::java::math::BigInteger * LOWER_RANGE;
65
  static ::java::math::BigInteger * UPPER_RANGE;
66
  static JArray< jbyte > * ALL_ZEROES;
67
  jint __attribute__((aligned(__alignof__( ::gnu::javax::crypto::mac::BaseMac)))) streams;
68
  JArray< ::gnu::javax::crypto::mac::UHash32$L1Hash32 * > * l1hash;
69
public:
70
  static ::java::lang::Class class$;
71
};
72
 
73
#endif // __gnu_javax_crypto_mac_UHash32__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.