Searched refs:newPtk (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_node_info.c | 579 void LnnDumpRemotePtk(const char *oldPtk, const char *newPtk, const char *log) in LnnDumpRemotePtk() argument 587 if (newPtk != NULL && in LnnDumpRemotePtk() 588 ConvertBytesToUpperCaseHexString(ptkStr, PTK_STR_LEN, (unsigned char *)newPtk, PTK_DEFAULT_LEN) != SOFTBUS_OK) { in LnnDumpRemotePtk() 600 LNN_LOGI(LNN_LEDGER, "log=%{public}s, dump newPtk=%{public}s, oldPtk=%{public}s", in LnnDumpRemotePtk()
|
/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;
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 252 void LnnDumpRemotePtk(const char *oldPtk, const char *newPtk, const char *log);
|
Completed in 4 milliseconds