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.h223 NFCSTATUS Mfc_FormatNdef(uint8_t *secretkey, uint8_t len);
DphNxpExtns_MifareStd.c932 NFCSTATUS Mfc_FormatNdef(uint8_t *secretkey, uint8_t len) in Mfc_FormatNdef() argument
941 memcpy(mif_std_key,secretkey,len); in Mfc_FormatNdef()
942 memcpy(current_key,secretkey,len); in Mfc_FormatNdef()