Home
last modified time | relevance | path

Searched refs:oldPtk (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.cpp189 void LnnDumpRemotePtk(const char *oldPtk, const char *newPtk, const char *log) in LnnDumpRemotePtk() argument
191 return GetNetLedgerInterface()->LnnDumpRemotePtk(oldPtk, newPtk, log); in LnnDumpRemotePtk()
H A Dauth_net_ledger_mock.h67 virtual void LnnDumpRemotePtk(const char *oldPtk, const char *newPtk, const char *log) = 0;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c582 void LnnDumpRemotePtk(const char *oldPtk, const char *newPtk, const char *log) in LnnDumpRemotePtk() argument
594 if (oldPtk != NULL && in LnnDumpRemotePtk()
595 …ConvertBytesToUpperCaseHexString(oldPtkStr, PTK_STR_LEN, (unsigned char *)oldPtk, PTK_DEFAULT_LEN)… in LnnDumpRemotePtk()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h253 void LnnDumpRemotePtk(const char *oldPtk, const char *newPtk, const char *log);