00001 00009 #ifndef SEC_ADMIN_H 00010 #define SEC_ADMIN_H 00011 00012 int sec_AdminSetDesSessionKey( tsSMARTCARD_INFO *psSmartCard, LONG lIdx, BYTE *pabDesKeyBuf ); 00013 int sec_AdminSetSecretKey( tsSMARTCARD_INFO *psSmartCard, BYTE *pabSecKeyBuf ); 00014 int sec_AdminZeroAuthCntrs( tsSMARTCARD_INFO *psSmartCard ); 00015 int sec_AdminReadAuthCntrs( tsSMARTCARD_INFO *psSmartCard, LONG *plFailure, LONG *plSuccess ); 00016 00017 #endif 00018 00019 00020
1.3.6