Home
last modified time | relevance | path

Searched refs:newPtk (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
590 if (newPtk != NULL && in LnnDumpRemotePtk()
591 …ConvertBytesToUpperCaseHexString(ptkStr, PTK_STR_LEN, (unsigned char *)newPtk, 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);