Home
last modified time | relevance | path

Searched refs:PTK_ENCODE_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h38 #define PTK_ENCODE_LEN 45 macro
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1190 unsigned char encodePtk[PTK_ENCODE_LEN] = {0}; in PackWifiDirectInfo()
1211 if (SoftBusBase64Encode(encodePtk, PTK_ENCODE_LEN, &keyLen, (unsigned char *)localPtk, in PackWifiDirectInfo()
1501 char encodePtk[PTK_ENCODE_LEN] = {0}; in UnpackWifiDirectInfo()
1502 if (!JSON_GetStringFromOject(json, PTK, encodePtk, PTK_ENCODE_LEN)) { in UnpackWifiDirectInfo()