Searched refs:udidShortHash (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_utils.c | 384 char udidShortHash[HB_SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in LnnDumpLocalBasicInfo() local 391 (void)LnnGenerateHexStringHash((const unsigned char *)localUuid, udidShortHash, HB_SHORT_UDID_HASH_HEX_LEN); in LnnDumpLocalBasicInfo() 392 Anonymize(udidShortHash, &anonyUdidHash); in LnnDumpLocalBasicInfo() 396 LNN_LOGW(LNN_HEART_BEAT, "local DeviceInfo, uuid=%{public}s, udid=%{public}s, udidShortHash=%{public}s, " in LnnDumpLocalBasicInfo()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_fsm.c | 699 char udidShortHash[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in RecoveryNormalizedDeviceKey() local 700 if (ConvertBytesToUpperCaseHexString(udidShortHash, SHORT_UDID_HASH_HEX_LEN + 1, in RecoveryNormalizedDeviceKey() 705 AuthUpdateNormalizeKeyIndex(udidShortHash, authFsm->info.normalizedIndex, authFsm->info.connInfo.type, in RecoveryNormalizedDeviceKey() 728 char udidShortHash[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in RecoveryFastAuthKey() local 729 if (ConvertBytesToUpperCaseHexString(udidShortHash, SHORT_UDID_HASH_HEX_LEN + 1, in RecoveryFastAuthKey() 739 if (AuthFindDeviceKey(udidShortHash, linkType, &key) != SOFTBUS_OK) { in RecoveryFastAuthKey() 743 AuthUpdateKeyIndex(udidShortHash, authFsm->info.connInfo.type, authFsm->authSeq, authFsm->info.isServer); in RecoveryFastAuthKey()
|
H A D | auth_session_json.c | 702 char udidShortHash[UDID_SHORT_HASH_HEX_STR + 1] = {0}; in UnpackFastAuth() local 703 if (ConvertBytesToHexString(udidShortHash, UDID_SHORT_HASH_HEX_STR + 1, in UnpackFastAuth() 709 !IsPotentialTrustedDevice(ID_TYPE_DEVID, (const char *)udidShortHash, false, false)) { in UnpackFastAuth() 714 if (GetFastAuthKey(udidShortHash, info, &deviceKey) != SOFTBUS_OK) { in UnpackFastAuth()
|
Completed in 8 milliseconds