Searched refs:SESSION_KEY_STR_LEN (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 1271 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 D | lnn_node_info.h | 44 #define SESSION_KEY_STR_LEN 65 macro
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_ledger.c | 675 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 D | lnn_data_cloud_sync.c | 61 …f (strcmp(fieldName, DEVICE_INFO_BROADCAST_CIPHER_KEY) == 0 && valueLength < SESSION_KEY_STR_LEN) { in DBCipherInfoSyncToCache()
|