Searched refs:ScrtKeyB (Results 1 – 6 of 6) sorted by relevance
/external/libnfc-nxp/src/ |
D | phFriNfc_MifStdFormat.h | 230 NdefSmtCrdFmt->AddInfo.MfStdInfo.ScrtKeyB,\ 277 NdefSmtCrdFmt->AddInfo.MfStdInfo.ScrtKeyB,\ 434 NFCSTATUS phFriNfc_MfStd_Format(phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt, const uint8_t *ScrtKeyB);
|
D | phFriNfc_SmtCrdFmt.h | 224 uint8_t ScrtKeyB[6]; member 441 …ATUS phFriNfc_NdefSmtCrd_Format(phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt, const uint8_t *ScrtKeyB);
|
D | phFriNfc_MifStdFormat.c | 218 NFCSTATUS phFriNfc_MfStd_Format( phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt, const uint8_t *ScrtKeyB ) in phFriNfc_MfStd_Format() argument 224 if(ScrtKeyB != NULL) in phFriNfc_MfStd_Format() 231 NdefSmtCrdFmt->AddInfo.MfStdInfo.ScrtKeyB[index] = ScrtKeyB[index]; in phFriNfc_MfStd_Format() 427 NdefSmtCrdFmt->AddInfo.MfStdInfo.ScrtKeyB, in phFriNfc_MfStd_H_FillSendBuf() 428 sizeof(NdefSmtCrdFmt->AddInfo.MfStdInfo.ScrtKeyB)); in phFriNfc_MfStd_H_FillSendBuf()
|
D | phFriNfc_SmtCrdFmt.c | 252 …TUS phFriNfc_NdefSmtCrd_Format( phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt, const uint8_t *ScrtKeyB ) in phFriNfc_NdefSmtCrd_Format() argument 320 Result = phFriNfc_MfStd_Format( NdefSmtCrdFmt, ScrtKeyB); in phFriNfc_NdefSmtCrd_Format()
|
D | phFriNfc_MifareStdMap.h | 395 …phFriNfc_MifareStdMap_ConvertToReadOnly(phFriNfc_NdefMap_t *NdefMap, const uint8_t *ScrtKeyB);
|
D | phFriNfc_MifareStdMap.c | 6063 const uint8_t *ScrtKeyB) in phFriNfc_MifareStdMap_ConvertToReadOnly() argument 6090 if(ScrtKeyB == NULL) in phFriNfc_MifareStdMap_ConvertToReadOnly() 6097 … memcpy (NdefMap->StdMifareContainer.UserScrtKeyB, ScrtKeyB, PH_FRINFC_MIFARESTD_KEY_LEN); in phFriNfc_MifareStdMap_ConvertToReadOnly()
|