Searched refs:remoteMetaPtk (Results 1 - 3 of 3) sorted by relevance
/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
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 1468 static void UnpackMetaPtk(char *remoteMetaPtk, char *decodePtk) in UnpackMetaPtk() argument 1471 if (SoftBusBase64Decode((unsigned char *)remoteMetaPtk, PTK_DEFAULT_LEN, &len, in UnpackMetaPtk() 1476 LnnDumpRemotePtk(NULL, remoteMetaPtk, "unpack meta wifi direct info"); in UnpackMetaPtk() 1523 UnpackMetaPtk(info->remoteMetaPtk, encodePtk); in UnpackWifiDirectInfo()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger.c | 824 (void)memset_s(info->remoteMetaPtk, PTK_DEFAULT_LEN, 0, PTK_DEFAULT_LEN); in LnnDeleteMetaInfo()
|
Completed in 7 milliseconds