Searched refs:mfc_key2 (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 401 static uint8_t mfc_key2[6] = {0xD3, 0xF7, 0xD3, 0xF7, 0xD3, 0xF7}; in nativeNfcTag_doWrite() local 416 status = EXTNS_MfcFormatTag(mfc_key2, sizeof(mfc_key2)); in nativeNfcTag_doWrite() 1592 static uint8_t mfc_key2[6] = {0xD3, 0xF7, 0xD3, 0xF7, 0xD3, 0xF7}; in nativeNfcTag_doNdefFormat() local 1599 nativeNfcTag_makeMifareNdefFormat(e, o, mfc_key2, sizeof(mfc_key2)); in nativeNfcTag_doNdefFormat() 1722 static uint8_t mfc_key2[6] = {0xD3, 0xF7, 0xD3, 0xF7, 0xD3, 0xF7}; in nativeNfcTag_doMakeReadonly() local 1726 nativeNfcTag_makeMifareReadonly(e, o, mfc_key2, sizeof(mfc_key2)); in nativeNfcTag_doMakeReadonly()
|