Searched refs:oldPtk (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_net_ledger_mock.cpp | 189 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 D | auth_net_ledger_mock.h | 67 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 D | lnn_node_info.c | 582 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 D | lnn_node_info.h | 253 void LnnDumpRemotePtk(const char *oldPtk, const char *newPtk, const char *log);
|