gwenhywfar  4.3.3
cryptkey_be.h
Go to the documentation of this file.
1 /*************************************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id: crypttoken.h 1113 2007-01-10 09:14:16Z martin $
5  begin : Wed Mar 16 2005
6  copyright : (C) 2005 by Martin Preuss
7  email : martin@libchipcard.de
8 
9  *************************************************************************************************
10  * Please see toplevel file COPYING for license details *
11  *************************************************************************************************/
12 
13 
14 #ifndef GWEN_CRYPT_KEY_BE_H
15 #define GWEN_CRYPT_KEY_BE_H
16 
17 #include <gwenhywfar/cryptkey.h>
18 
19 
20 
22  const uint8_t *pInData,
23  uint32_t inLen,
24  uint8_t *pSignatureData,
25  uint32_t *pSignatureLen);
27  const uint8_t *pInData,
28  uint32_t inLen,
29  const uint8_t *pSignatureData,
30  uint32_t signatureLen);
32  const uint8_t *pInData,
33  uint32_t inLen,
34  uint8_t *pOutData,
35  uint32_t *pOutLen);
37  const uint8_t *pInData,
38  uint32_t inLen,
39  uint8_t *pOutData,
40  uint32_t *pOutLen);
41 
42 
43 #ifdef __cplusplus
44 extern "C" {
45 #endif
46 
48 
52 
53 
58 
65 
66 
67 #ifdef __cplusplus
68 }
69 #endif
70 
71 
72 #endif