Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.h225 NFCSTATUS Mfc_FormatNdef(uint8_t* secretkey, uint8_t len);
DphNxpExtns_MifareStd.cpp855 NFCSTATUS Mfc_FormatNdef(uint8_t* secretkey, uint8_t len) { in Mfc_FormatNdef() argument
864 memcpy(mif_std_key, secretkey, len); in Mfc_FormatNdef()
865 memcpy(current_key, secretkey, len); in Mfc_FormatNdef()