/[mcrypt]/shash/src/gaa.h
ViewVC logotype

Contents of /shash/src/gaa.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Sat Aug 31 14:11:33 2002 UTC (21 years, 7 months ago) by nmav
Branch: MAIN
CVS Tags: shash_0_2_6, HEAD
Changes since 1.2: +4 -6 lines
File MIME type: text/plain
removed the 'nolocks' option. Updated documentation.

1
2 #line 104 "gaa.skel"
3 /* GAA HEADER */
4 #ifndef GAA_HEADER_POKY
5 #define GAA_HEADER_POKY
6
7 typedef struct _gaainfo gaainfo;
8
9 struct _gaainfo
10 {
11 #line 52 "shash.gaa"
12 char **input;
13 #line 51 "shash.gaa"
14 int size;
15 #line 42 "shash.gaa"
16 char *keys;
17 #line 36 "shash.gaa"
18 char *algorithm;
19 #line 33 "shash.gaa"
20 char *config_file;
21 #line 32 "shash.gaa"
22 int config;
23 #line 28 "shash.gaa"
24 char *kmode;
25 #line 25 "shash.gaa"
26 int text;
27 #line 22 "shash.gaa"
28 int binary;
29 #line 19 "shash.gaa"
30 int check;
31 #line 16 "shash.gaa"
32 int double_check;
33 #line 13 "shash.gaa"
34 int hmac;
35 #line 10 "shash.gaa"
36 int show_time;
37 #line 7 "shash.gaa"
38 int nosalt;
39 #line 3 "shash.gaa"
40 int quiet;
41
42 #line 114 "gaa.skel"
43 };
44
45 #ifdef __cplusplus
46 extern "C"
47 {
48 #endif
49
50 int gaa(int argc, char *argv[], gaainfo *gaaval);
51
52 void gaa_help(void);
53
54 int gaa_file(char *name, gaainfo *gaaval);
55
56 #ifdef __cplusplus
57 }
58 #endif
59
60
61 #endif

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26