Searched refs:BYTE_KEY_REMOTE_PTK (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_ledger.c | 343 case BYTE_KEY_REMOTE_PTK: in LnnGetPrivateNodeKeyInfoLocal() 344 return LnnGetLocalByteInfo(BYTE_KEY_REMOTE_PTK, info, infoLen); in LnnGetPrivateNodeKeyInfoLocal() 364 case BYTE_KEY_REMOTE_PTK: in LnnGetPrivateNodeKeyInfoRemote() 365 return LnnGetRemoteByteInfo(networkId, BYTE_KEY_REMOTE_PTK, info, infoLen); in LnnGetPrivateNodeKeyInfoRemote() 695 if (LnnGetPrivateNodeKeyInfo(nodeInfo->networkId, BYTE_KEY_REMOTE_PTK, in SoftbusDumpPrintRemotePtk()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/ |
H A D | bus_center_info_key.h | 95 BYTE_KEY_REMOTE_PTK, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_utils.cpp | 204 …int32_t ret = LnnGetRemoteByteInfo(remoteNetworkId.c_str(), BYTE_KEY_REMOTE_PTK, ptkBytes, sizeof(… in GetRemotePtk()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_utils.cpp | 204 …int32_t ret = LnnGetRemoteByteInfo(remoteNetworkId.c_str(), BYTE_KEY_REMOTE_PTK, ptkBytes, sizeof(… in GetRemotePtk()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger_manager.c | 800 {BYTE_KEY_REMOTE_PTK, DlGetRemotePtk},
|