Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/mifare/
DNxpMfcReader.cc113 uint8_t byKey = 0x00, noOfKeys = 0x00; in BuildAuthCmd() local
120 noOfKeys = sizeof(aMfckeys) / MFC_KEY_SIZE; in BuildAuthCmd()
121 for (uint8_t byIndex = 0; byIndex < noOfKeys; byIndex++) { in BuildAuthCmd()