Searched refs:mfc_key2 (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Nfc/nci/jni/ |
H A 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() 1595 static uint8_t mfc_key2[6] = {0xD3, 0xF7, 0xD3, 0xF7, 0xD3, 0xF7}; in nativeNfcTag_doNdefFormat() local 1602 nativeNfcTag_makeMifareNdefFormat(e, o, mfc_key2, sizeof(mfc_key2)); in nativeNfcTag_doNdefFormat() 1725 static uint8_t mfc_key2[6] = {0xD3, 0xF7, 0xD3, 0xF7, 0xD3, 0xF7}; in nativeNfcTag_doMakeReadonly() local 1729 nativeNfcTag_makeMifareReadonly(e, o, mfc_key2, sizeof(mfc_key2)); in nativeNfcTag_doMakeReadonly()
|