Searched refs:DlGetRemotePtk (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_disctributed_net_ledger_test.cpp | 936 int32_t ret = DlGetRemotePtk(nullptr, true, nullptr, len); 939 ret = DlGetRemotePtk(nullptr, true, nullptr, STATIC_CAP_LEN + 1); 942 ret = DlGetRemotePtk(networkId, true, nullptr, STATIC_CAP_LEN + 1);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger_manager.c | 212 static int32_t DlGetRemotePtk(const char *networkId, bool checkOnline, void *buf, uint32_t len) in DlGetRemotePtk() function 800 {BYTE_KEY_REMOTE_PTK, DlGetRemotePtk},
|