Home
last modified time | relevance | path

Searched refs:pScrtKey (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_ndef_raw.c1248 phNfc_sData_t* pScrtKey, in phLibNfc_RemoteDev_FormatNdef() argument
1266 ||(NULL == pScrtKey) in phLibNfc_RemoteDev_FormatNdef()
1322 for (Index =0 ;Index < (pScrtKey->length); Index++ ) in phLibNfc_RemoteDev_FormatNdef()
1324 mif_std_key[Index] = *(pScrtKey->buffer++); in phLibNfc_RemoteDev_FormatNdef()
1350 phNfc_sData_t* pScrtKey, in phLibNfc_ConvertToReadOnlyNdef() argument
1422 if(pScrtKey != NULL && pScrtKey->length == MIFARE_STD_KEY_LEN) in phLibNfc_ConvertToReadOnlyNdef()
1424 for (Index =0 ;Index < (pScrtKey->length); Index++ ) in phLibNfc_ConvertToReadOnlyNdef()
1426 mif_std_key[Index] = *(pScrtKey->buffer++); in phLibNfc_ConvertToReadOnlyNdef()
DphLibNfc.h1975 phNfc_sData_t* pScrtKey,
2047 phNfc_sData_t* pScrtKey,