libchipcard  5.0.2
ct_card.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Mon Mar 01 2004
3  copyright : (C) 2004-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 LC_CT_CARD_H
12 #define LC_CT_CARD_H
13 
14 #include <chipcard/card.h>
15 #include <gwenhywfar/ct.h>
16 
17 
34 
47 int LC_Crypt_Token_VerifyPin(GWEN_CRYPT_TOKEN *ct,
48  LC_CARD *hcard,
49  GWEN_CRYPT_PINTYPE pt,
50  uint32_t guiid);
51 
58 int LC_Crypt_Token_ChangePin(GWEN_CRYPT_TOKEN *ct,
59  LC_CARD *hcard,
60  GWEN_CRYPT_PINTYPE pt,
61  int initial,
62  uint32_t guiid);
63 
71  /* addtogroup */
72 
73 
74 #endif
CHIPCARD_API int LC_Crypt_Token_ChangePin(GWEN_CRYPT_TOKEN *ct, LC_CARD *hcard, GWEN_CRYPT_PINTYPE pt, int initial, uint32_t guiid)
CHIPCARD_API int LC_Crypt_Token_VerifyPin(GWEN_CRYPT_TOKEN *ct, LC_CARD *hcard, GWEN_CRYPT_PINTYPE pt, uint32_t guiid)
#define CHIPCARD_API
Definition: chipcard.h:50
LC_CLIENT_RESULT
Definition: client.h:40
CHIPCARD_API int LC_Crypt_Token_ResultToError(LC_CLIENT_RESULT res)
struct LC_CARD LC_CARD
Definition: card.h:25