Searched refs:bKey (Results 1 – 1 of 1) sorted by relevance
58 phNfc_sTransceiveInfo_t* pTransceiveInfo, uint8_t* bKey);59 static NFCSTATUS phLibNfc_GetKeyNumberMFC(uint8_t* buffer, uint8_t* bKey);1412 uint8_t bKey = 0x00; in phNciNfc_MfCreateAuthCmdHdr() local1417 bKey = bKey | PHNCINFC_ENABLE_KEY_B; in phNciNfc_MfCreateAuthCmdHdr()1423 bKey = (bKey | PHNCINFC_AUTHENTICATION_KEY); in phNciNfc_MfCreateAuthCmdHdr()1425 bKey |= tTranscvInfo.tSendData.pBuff[2]; in phNciNfc_MfCreateAuthCmdHdr()1433 buff[2] = bKey; in phNciNfc_MfCreateAuthCmdHdr()1436 if (bKey & PH_NCINFC_MIFARECLASSIC_EMBEDDED_KEY) { in phNciNfc_MfCreateAuthCmdHdr()1522 static NFCSTATUS phLibNfc_GetKeyNumberMFC(uint8_t* buffer, uint8_t* bKey) { in phLibNfc_GetKeyNumberMFC() argument1535 if (NULL != bKey && NULL != buffer) { in phLibNfc_GetKeyNumberMFC()[all …]