Home
last modified time | relevance | path

Searched refs:SESSION_KEY_STR_LEN (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1271 char cipherKey[SESSION_KEY_STR_LEN] = {0}; in PackCipherRpaInfo()
1276 if (ConvertBytesToHexString(cipherKey, SESSION_KEY_STR_LEN, in PackCipherRpaInfo()
1320 char cipherKey[SESSION_KEY_STR_LEN] = {0}; in UnpackCipherRpaInfo()
1326 if (!JSON_GetStringFromOject(json, BROADCAST_CIPHER_KEY, cipherKey, SESSION_KEY_STR_LEN) || in UnpackCipherRpaInfo()
1355 (void)memset_s(cipherKey, SESSION_KEY_STR_LEN, 0, SESSION_KEY_STR_LEN); in UnpackCipherRpaInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h44 #define SESSION_KEY_STR_LEN 65 macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c675 char broadcastCipherStr[SESSION_KEY_STR_LEN] = {0}; in SoftbusDumpPrintBroadcastCipher()
676 if (ConvertBytesToHexString(broadcastCipherStr, SESSION_KEY_STR_LEN, in SoftbusDumpPrintBroadcastCipher()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c61 …f (strcmp(fieldName, DEVICE_INFO_BROADCAST_CIPHER_KEY) == 0 && valueLength < SESSION_KEY_STR_LEN) { in DBCipherInfoSyncToCache()