Searched defs:sectorIndex (Results 1 – 5 of 5) sorted by relevance
93 int sectorIndex = ConvertToUint32(data); in FuzzAuthenticateSector() local183 int sectorIndex = static_cast<int>(data[0]); in FuzzGetBlockCountInSector() local195 int sectorIndex = static_cast<int>(data[0]); in FuzzGetBlockIndexFromSector() local
50 int sectorIndex; member
86 int32_t sectorIndex; in GetBlockCountInSector() local208 int32_t sectorIndex; in GetBlockIndex() local249 int sectorIndex = nfcMifareClassicTagPtr->GetSectorIndexFromBlock(blockIndex); in GetSectorIndex() local
322 int sectorIndex = MifareClassicTag::MC_ERROR_VALUE; variable335 int sectorIndex = MifareClassicTag::MC_MAX_SECTOR_COUNT; variable348 int sectorIndex = MifareClassicTag::MC_BLOCK_COUNT; variable361 int sectorIndex = MifareClassicTag::MC_SECTOR_COUNT_OF_SIZE_2K; variable
98 int MifareClassicTag::AuthenticateSector(int sectorIndex, const std::string& key, bool bIsKeyA) in AuthenticateSector()