Searched refs:remoteMetaPtk (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 186 char remoteMetaPtk[PTK_DEFAULT_LEN]; member
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 1453 static void UnpackMetaPtk(char *remoteMetaPtk, char *decodePtk) in UnpackMetaPtk() argument 1456 if (SoftBusBase64Decode((unsigned char *)remoteMetaPtk, PTK_DEFAULT_LEN, &len, in UnpackMetaPtk() 1461 LnnDumpRemotePtk(NULL, remoteMetaPtk, "unpack meta wifi direct info"); in UnpackMetaPtk() 1508 UnpackMetaPtk(info->remoteMetaPtk, encodePtk); in UnpackWifiDirectInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger.c | 822 (void)memset_s(info->remoteMetaPtk, PTK_DEFAULT_LEN, 0, PTK_DEFAULT_LEN); in LnnDeleteMetaInfo()
|