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.c47 uint8_t *bKey);
48 STATIC NFCSTATUS phLibNfc_GetKeyNumberMFC(uint8_t *buffer,uint8_t *bKey);
1542 uint8_t bKey = 0x00; in phNciNfc_MfCreateAuthCmdHdr() local
1549 bKey = bKey | PHNCINFC_ENABLE_KEY_B; in phNciNfc_MfCreateAuthCmdHdr()
1554 bKey = (bKey | PHNCINFC_AUTHENTICATION_KEY); in phNciNfc_MfCreateAuthCmdHdr()
1556 bKey |= tTranscvInfo.tSendData.pBuff[2]; in phNciNfc_MfCreateAuthCmdHdr()
1563 buff[2] = bKey; in phNciNfc_MfCreateAuthCmdHdr()
1566 if (bKey & PH_NCINFC_MIFARECLASSIC_EMBEDDED_KEY) in phNciNfc_MfCreateAuthCmdHdr()
1667 STATIC NFCSTATUS phLibNfc_GetKeyNumberMFC(uint8_t *buffer,uint8_t *bKey) in phLibNfc_GetKeyNumberMFC() argument
1687 if(NULL != bKey && in phLibNfc_GetKeyNumberMFC()
[all …]