Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c599 char *anonyPtk = NULL; in LnnDumpRemotePtk() local
601 Anonymize(ptkStr, &anonyPtk); in LnnDumpRemotePtk()
603 …LNN_LOGI(LNN_LEDGER, "log=%{public}s, dump newPtk=%{public}s, oldPtk=%{public}s", log, anonyPtk, a… in LnnDumpRemotePtk()
604 AnonymizeFree(anonyPtk); in LnnDumpRemotePtk()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1181 char *anonyPtk = NULL; in AuthPrintBase64Ptk() local
1182 Anonymize(ptk, &anonyPtk); in AuthPrintBase64Ptk()
1183 AUTH_LOGD(AUTH_FSM, "base Ptk=%{public}s", anonyPtk); in AuthPrintBase64Ptk()
1184 AnonymizeFree(anonyPtk); in AuthPrintBase64Ptk()