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);
1414 uint8_t bKey = 0x00; in phNciNfc_MfCreateAuthCmdHdr() local
1419 bKey = bKey | PHNCINFC_ENABLE_KEY_B; in phNciNfc_MfCreateAuthCmdHdr()
1425 bKey = (bKey | PHNCINFC_AUTHENTICATION_KEY); in phNciNfc_MfCreateAuthCmdHdr()
1427 bKey |= tTranscvInfo.tSendData.pBuff[2]; in phNciNfc_MfCreateAuthCmdHdr()
1435 buff[2] = bKey; in phNciNfc_MfCreateAuthCmdHdr()
1438 if (bKey & PH_NCINFC_MIFARECLASSIC_EMBEDDED_KEY) { in phNciNfc_MfCreateAuthCmdHdr()
1524 static NFCSTATUS phLibNfc_GetKeyNumberMFC(uint8_t* buffer, uint8_t* bKey) { in phLibNfc_GetKeyNumberMFC() argument
1537 if (NULL != bKey && NULL != buffer) { in phLibNfc_GetKeyNumberMFC()
[all …]