blob: 7f1ecc0561a5bf59192b293c8b51805fec6b6695 (
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
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_javax_crypto_cipher_Cast5$Cast5Key__
#define __gnu_javax_crypto_cipher_Cast5$Cast5Key__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace gnu
{
namespace javax
{
namespace crypto
{
namespace cipher
{
class Cast5;
class Cast5$Cast5Key;
}
}
}
}
}
class gnu::javax::crypto::cipher::Cast5$Cast5Key : public ::java::lang::Object
{
Cast5$Cast5Key(::gnu::javax::crypto::cipher::Cast5 *);
public: // actually package-private
Cast5$Cast5Key(::gnu::javax::crypto::cipher::Cast5 *, ::gnu::javax::crypto::cipher::Cast5$Cast5Key *);
jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) rounds;
jint Km0;
jint Km1;
jint Km2;
jint Km3;
jint Km4;
jint Km5;
jint Km6;
jint Km7;
jint Km8;
jint Km9;
jint Km10;
jint Km11;
jint Km12;
jint Km13;
jint Km14;
jint Km15;
jint Kr0;
jint Kr1;
jint Kr2;
jint Kr3;
jint Kr4;
jint Kr5;
jint Kr6;
jint Kr7;
jint Kr8;
jint Kr9;
jint Kr10;
jint Kr11;
jint Kr12;
jint Kr13;
jint Kr14;
jint Kr15;
::gnu::javax::crypto::cipher::Cast5 * this$0;
public:
static ::java::lang::Class class$;
};
#endif // __gnu_javax_crypto_cipher_Cast5$Cast5Key__
|