Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.cpp58 phNfc_sTransceiveInfo_t* pTransceiveInfo, uint8_t* bKey);
59 static NFCSTATUS phLibNfc_GetKeyNumberMFC(uint8_t* buffer, uint8_t* bKey);
1410 uint8_t bKey = 0x00; in phNciNfc_MfCreateAuthCmdHdr() local
1415 bKey = bKey | PHNCINFC_ENABLE_KEY_B; in phNciNfc_MfCreateAuthCmdHdr()
1421 bKey = (bKey | PHNCINFC_AUTHENTICATION_KEY); in phNciNfc_MfCreateAuthCmdHdr()
1423 bKey |= tTranscvInfo.tSendData.pBuff[2]; in phNciNfc_MfCreateAuthCmdHdr()
1431 buff[2] = bKey; in phNciNfc_MfCreateAuthCmdHdr()
1434 if (bKey & PH_NCINFC_MIFARECLASSIC_EMBEDDED_KEY) { in phNciNfc_MfCreateAuthCmdHdr()
1520 static NFCSTATUS phLibNfc_GetKeyNumberMFC(uint8_t* buffer, uint8_t* bKey) { in phLibNfc_GetKeyNumberMFC() argument
1539 if (NULL != bKey && NULL != buffer) { in phLibNfc_GetKeyNumberMFC()
[all …]