Home
last modified time | relevance | path

Searched refs:byIndex (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/nfc/pn8x/halimpl/mifare/
DNxpMfcReader.cc125 for (uint8_t byIndex = 0; byIndex < noOfKeys; byIndex++) { in BuildAuthCmd() local
126 if ((memcmp(aMfckeys[byIndex], &mMfcTagCmdIntfData.sendBuf[6], in BuildAuthCmd()
128 byKey = byKey | byIndex; in BuildAuthCmd()
/hardware/nxp/nfc/snxxx/halimpl/mifare/
DNxpMfcReader.cc120 for (uint8_t byIndex = 0; byIndex < noOfKeys; byIndex++) { in BuildAuthCmd() local
121 if ((memcmp(aMfckeys[byIndex], &mMfcTagCmdIntfData.sendBuf[6], in BuildAuthCmd()
123 byKey = byKey | byIndex; in BuildAuthCmd()