Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/mifare/
DNxpMfcReader.cc117 uint8_t byKey = 0x00, noOfKeys = 0x00; in BuildAuthCmd() local
124 noOfKeys = sizeof(aMfckeys) / MFC_KEY_SIZE; in BuildAuthCmd()
125 for (uint8_t byIndex = 0; byIndex < noOfKeys; byIndex++) { in BuildAuthCmd()
/hardware/nxp/nfc/snxxx/halimpl/mifare/
DNxpMfcReader.cc112 uint8_t byKey = 0x00, noOfKeys = 0x00; in BuildAuthCmd() local
119 noOfKeys = sizeof(aMfckeys) / MFC_KEY_SIZE; in BuildAuthCmd()
120 for (uint8_t byIndex = 0; byIndex < noOfKeys; byIndex++) { in BuildAuthCmd()