]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhflist.h
added mock of key check
[proxmark3-svn] / client / cmdhflist.h
index 7d95cc1c2b888f73c7cddbb8380a5a569fda9c81..d0298de50ff2b80a5290aa23f8b0f6e0049447cf 100644 (file)
@@ -33,5 +33,6 @@ extern uint8_t mifare_CRC_check(bool isResponse, uint8_t* data, uint8_t len);
 extern void annotateIso14443a(char *exp, size_t size, uint8_t* cmd, uint8_t cmdsize);
 extern void annotateMifare(char *exp, size_t size, uint8_t* cmd, uint8_t cmdsize, uint8_t* parity, uint8_t paritysize, bool isResponse);
 extern bool DecodeMifareData(uint8_t *cmd, uint8_t cmdsize, bool isResponse, uint8_t *mfData, size_t *mfDataLen);
+extern bool NestedCheckKey(uint64_t key, TAuthData *ad, uint8_t *cmd, uint8_t cmdsize);
 
 #endif // CMDHFLIST
Impressum, Datenschutz