Searched refs:SHORT_UDID_HASH_HEX_LEN (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger.c | 920 char hashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in IsDeviceInfoChanged() 926 if (ConvertBytesToHexString(hashStr, SHORT_UDID_HASH_HEX_LEN + 1, udidHash, in IsDeviceInfoChanged() 927 SHORT_UDID_HASH_HEX_LEN / HEXIFY_UNIT_LEN) != SOFTBUS_OK) { in IsDeviceInfoChanged() 987 char hashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in BleDirectlyOnlineProc() 994 SHORT_UDID_HASH_HEX_LEN / HEXIFY_UNIT_LEN) != SOFTBUS_OK) { in BleDirectlyOnlineProc() 1108 char hashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in TryUpdateDeviceSecurityLevel() 1114 if (ConvertBytesToHexString(hashStr, SHORT_UDID_HASH_HEX_LEN + 1, udidHash, in TryUpdateDeviceSecurityLevel() 1115 SHORT_UDID_HASH_HEX_LEN / HEXIFY_UNIT_LEN) != SOFTBUS_OK) { in TryUpdateDeviceSecurityLevel() 1135 char hashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in ReversionLastAuthSeq() 1141 if (ConvertBytesToHexString(hashStr, SHORT_UDID_HASH_HEX_LEN + 1, udidHash, in ReversionLastAuthSeq() [all …]
|
H A D | lnn_distributed_net_ledger_manager.c | 1105 char udidHash[SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in LnnSetDlPtk() 1107 …(const unsigned char *)node->deviceInfo.deviceUdid, udidHash, SHORT_UDID_HASH_HEX_LEN) != SOFTBUS_… in LnnSetDlPtk() 1476 unsigned char shortUdidHashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in LnnGetConnSubFeatureByUdidHashStr() 1486 … SHORT_UDID_HASH_HEX_LEN, shortUdidHashStr, SHORT_UDID_HASH_HEX_LEN + 1) != SOFTBUS_OK) { in LnnGetConnSubFeatureByUdidHashStr() 1489 if (memcmp(shortUdidHashStr, udidHashStr, SHORT_UDID_HASH_HEX_LEN) != 0) { in LnnGetConnSubFeatureByUdidHashStr()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_fsm.c | 225 char udidHash[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in ProcAuthFsm() 226 int32_t ret = ConvertBytesToHexString(udidHash, SHORT_UDID_HASH_HEX_LEN + 1, in ProcAuthFsm() 668 char hashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in SaveLastAuthSeq() 669 if (ConvertBytesToHexString(hashStr, SHORT_UDID_HASH_HEX_LEN + 1, in SaveLastAuthSeq() 670 udidHash, SHORT_UDID_HASH_HEX_LEN / HEXIFY_UNIT_LEN) != SOFTBUS_OK) { in SaveLastAuthSeq() 698 char udidShortHash[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in RecoveryNormalizedDeviceKey() 699 if (ConvertBytesToUpperCaseHexString(udidShortHash, SHORT_UDID_HASH_HEX_LEN + 1, in RecoveryNormalizedDeviceKey() 727 char udidShortHash[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in RecoveryFastAuthKey() 728 if (ConvertBytesToUpperCaseHexString(udidShortHash, SHORT_UDID_HASH_HEX_LEN + 1, in RecoveryFastAuthKey() 1511 char udidHash[SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in IsPeerSupportNegoAuth() [all …]
|
H A D | auth_device.c | 157 char udidHash[SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in AuthAddNodeToLimitMap() 162 …if (ConvertBytesToUpperCaseHexString(udidHash, SHORT_UDID_HASH_HEX_LEN + 1, hash, UDID_SHORT_HASH_… in AuthAddNodeToLimitMap()
|
H A D | auth_manager.c | 1072 char udidHash[SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in AuthManagerSetAuthFinished() 1077 …if (ConvertBytesToUpperCaseHexString(udidHash, SHORT_UDID_HASH_HEX_LEN + 1, hash, UDID_SHORT_HASH_… in AuthManagerSetAuthFinished()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_device.h | 35 #define SHORT_UDID_HASH_HEX_LEN 16 macro
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/ |
H A D | lnn_distributed_net_ledger.h | 30 #define SHORT_UDID_HASH_HEX_LEN 16 macro
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_medium_mgr.c | 661 char *udidHash = (char *)SoftBusCalloc(SHORT_UDID_HASH_HEX_LEN + 1); in HbAddAsyncProcessCallbackDelay() 667 … udidHash, SHORT_UDID_HASH_HEX_LEN + 1, device->addr[0].info.ble.udidHash, SHORT_UDID_HASH_LEN); in HbAddAsyncProcessCallbackDelay() 788 char udidHash[SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in HbSuspendReAuth() 789 …if (ConvertBytesToUpperCaseHexString(udidHash, SHORT_UDID_HASH_HEX_LEN + 1, device->addr[0].info.b… in HbSuspendReAuth()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 820 char udidHash[SHORT_UDID_HASH_HEX_LEN + 1];
|