/[openpgpmdrv]/trunk/OpenPGPminidriver/Context.h
ViewVC logotype

Diff of /trunk/OpenPGPminidriver/Context.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by vletoux, Tue Feb 23 19:18:59 2010 UTC revision 8 by vletoux, Thu Mar 11 20:32:26 2010 UTC
# Line 56  typedef struct _OPENPGP_CONTEXT Line 56  typedef struct _OPENPGP_CONTEXT
56          FEATURES                                SmartCardReaderFeatures;          FEATURES                                SmartCardReaderFeatures;
57          BOOL                                    fSupportCommandChaining;          BOOL                                    fSupportCommandChaining;
58          BOOL                                    fExtentedLeLcFields;          BOOL                                    fExtentedLeLcFields;
59          DWORD                                   dwMaxLength;          BYTE                                    bSecureMessagingAlgorithm;
60            DWORD                                   dwMaxChallengeLength;
61            DWORD                                   dwMaxCertificateLength;
62            DWORD                                   dwMaxCommandDataLength;
63            DWORD                                   dwMaxResponseLength;
64          BOOL                                    fHasSignature;          BOOL                                    fHasSignature;
65          BOOL                                    fHasDecryption;          BOOL                                    fHasDecryption;
66          BOOL                                    fHasAuthentication;          BOOL                                    fHasAuthentication;
67            BOOL                                    fIsReadOnly;
68  } OPENPGP_CONTEXT, *POPENPGP_CONTEXT ;  } OPENPGP_CONTEXT, *POPENPGP_CONTEXT ;
69    
70  DWORD CreateContext(__in PCARD_DATA pCardData);  DWORD CreateContext(__in PCARD_DATA pCardData, __in DWORD dwFlags);
71  DWORD CheckContext(__in PCARD_DATA pCardData);  DWORD CheckContext(__in PCARD_DATA pCardData);
72  DWORD CleanContext(__in PCARD_DATA pCardData);  DWORD CleanContext(__in PCARD_DATA pCardData);

Legend:
Removed from v.1  
changed lines
  Added in v.8

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26