Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphFriNfc_MifStdFormat.c126 NFCSTATUS phFriNfc_MfStd_Format( phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt, const uint8_t *ScrtKeyB ) in phFriNfc_MfStd_Format() argument
132 if(ScrtKeyB != NULL) in phFriNfc_MfStd_Format()
139 NdefSmtCrdFmt->AddInfo.MfStdInfo.ScrtKeyB[index] = ScrtKeyB[index]; in phFriNfc_MfStd_Format()
371 NdefSmtCrdFmt->AddInfo.MfStdInfo.ScrtKeyB, in phFriNfc_MfStd_H_FillSendBuf()
372 sizeof(NdefSmtCrdFmt->AddInfo.MfStdInfo.ScrtKeyB)); in phFriNfc_MfStd_H_FillSendBuf()
DphFriNfc_MifStdFormat.h191 NdefSmtCrdFmt->AddInfo.MfStdInfo.ScrtKeyB,\
337 NFCSTATUS phFriNfc_MfStd_Format(phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt, const uint8_t *ScrtKeyB);
DphFriNfc_SmtCrdFmt.h67 uint8_t ScrtKeyB[6]; /* Secret key B to given by the application */ member
DphFriNfc_MifareStdMap.h216 phFriNfc_MifareStdMap_ConvertToReadOnly (phFriNfc_NdefMap_t *NdefMap, const uint8_t *ScrtKeyB);
DphFriNfc_MifareStdMap.c5463 const uint8_t *ScrtKeyB) in phFriNfc_MifareStdMap_ConvertToReadOnly() argument
5494 if(ScrtKeyB ==NULL) in phFriNfc_MifareStdMap_ConvertToReadOnly()
5501 … memcpy (NdefMap->StdMifareContainer.UserScrtKeyB, ScrtKeyB, PH_FRINFC_MIFARESTD_KEY_LEN); in phFriNfc_MifareStdMap_ConvertToReadOnly()