gwenhywfar  4.8.0beta
ctf_context_be.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Wed Mar 16 2005
3  copyright : (C) 2005-2010 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * Please see toplevel file COPYING for license details *
8  ***************************************************************************/
9 
10 
11 #ifndef GWEN_CTF_CONTEXT_BE_H
12 #define GWEN_CTF_CONTEXT_BE_H
13 
14 
15 #include <gwenhywfar/ct_context.h>
16 #include <gwenhywfar/ct_keyinfo.h>
17 #include <gwenhywfar/cryptkey.h>
18 
19 
20 #define GWEN_CRYPT_TOKEN_CONTEXT_KEYS 7
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 
29 
32 
35 
38 
41 
44 
47 
50 
53 
56 
59 
62 
65 
68 
71 
74 
77 
80 
83 
86 
89 
92 
95 
98 
101 
104 
105 
108 
111 
114 
117 
118 
119 #ifdef __cplusplus
120 }
121 #endif
122 
123 
124 #endif
125 
126 
127