Home
last modified time | relevance | path

Searched defs:bIsKeyA (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_mifare_classic.h52 bool bIsKeyA; member
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dmifare_classic_tag_test.cpp323 bool bIsKeyA = true; variable
336 bool bIsKeyA = true; variable
349 bool bIsKeyA = true; variable
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dmifare_classic_tag.cpp98 int MifareClassicTag::AuthenticateSector(int sectorIndex, const std::string& key, bool bIsKeyA) in AuthenticateSector()
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/mifareclassictag/mifareclassictag_fuzzer/
H A Dmifareclassictag_fuzzer.cpp92 bool bIsKeyA = (static_cast<int>(data[0]) % 2) == 1; in FuzzAuthenticateSector() local