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.c50 uint8_t *bKey);
51 STATIC NFCSTATUS phLibNfc_GetKeyNumberMFC(uint8_t *buffer,uint8_t *bKey);
1545 uint8_t bKey = 0x00; in phNciNfc_MfCreateAuthCmdHdr() local
1552 bKey = bKey | PHNCINFC_ENABLE_KEY_B; in phNciNfc_MfCreateAuthCmdHdr()
1557 bKey = (bKey | PHNCINFC_AUTHENTICATION_KEY); in phNciNfc_MfCreateAuthCmdHdr()
1559 bKey |= tTranscvInfo.tSendData.pBuff[2]; in phNciNfc_MfCreateAuthCmdHdr()
1566 buff[2] = bKey; in phNciNfc_MfCreateAuthCmdHdr()
1569 if (bKey & PH_NCINFC_MIFARECLASSIC_EMBEDDED_KEY) in phNciNfc_MfCreateAuthCmdHdr()
1670 STATIC NFCSTATUS phLibNfc_GetKeyNumberMFC(uint8_t *buffer,uint8_t *bKey) in phLibNfc_GetKeyNumberMFC() argument
1690 if(NULL != bKey && in phLibNfc_GetKeyNumberMFC()
[all …]