Searched defs:bIsKeyA (Results 1 – 4 of 4) sorted by relevance
52 bool bIsKeyA; member
323 bool bIsKeyA = true; variable336 bool bIsKeyA = true; variable349 bool bIsKeyA = true; variable
98 int MifareClassicTag::AuthenticateSector(int sectorIndex, const std::string& key, bool bIsKeyA) in AuthenticateSector()
92 bool bIsKeyA = (static_cast<int>(data[0]) % 2) == 1; in FuzzAuthenticateSector() local