Searched refs:SHORT_UDID_HASH_HEX_LEN (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_device.h | 35 #define SHORT_UDID_HASH_HEX_LEN 16 macro
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger.c | 922 char hashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in IsDeviceInfoChanged() 928 if (ConvertBytesToHexString(hashStr, SHORT_UDID_HASH_HEX_LEN + 1, udidHash, in IsDeviceInfoChanged() 929 SHORT_UDID_HASH_HEX_LEN / HEXIFY_UNIT_LEN) != SOFTBUS_OK) { in IsDeviceInfoChanged() 980 char hashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in BleDirectlyOnlineProc() 986 if (ConvertBytesToHexString(hashStr, SHORT_UDID_HASH_HEX_LEN + 1, udidHash, in BleDirectlyOnlineProc() 987 SHORT_UDID_HASH_HEX_LEN / HEXIFY_UNIT_LEN) != SOFTBUS_OK) { in BleDirectlyOnlineProc() 1102 char hashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in TryUpdateDeviceSecurityLevel() 1108 if (ConvertBytesToHexString(hashStr, SHORT_UDID_HASH_HEX_LEN + 1, udidHash, in TryUpdateDeviceSecurityLevel() 1109 SHORT_UDID_HASH_HEX_LEN / HEXIFY_UNIT_LEN) != SOFTBUS_OK) { in TryUpdateDeviceSecurityLevel() 1129 char hashStr[SHORT_UDID_HASH_HEX_LEN in ReversionLastAuthSeq() [all...] |
H A D | lnn_distributed_net_ledger_manager.c | 1126 char udidHash[SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in LnnSetDlPtk() 1128 (const unsigned char *)node->deviceInfo.deviceUdid, udidHash, SHORT_UDID_HASH_HEX_LEN) != SOFTBUS_OK) { in LnnSetDlPtk() 1497 unsigned char shortUdidHashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in LnnGetConnSubFeatureByUdidHashStr() 1507 SHORT_UDID_HASH_HEX_LEN, shortUdidHashStr, SHORT_UDID_HASH_HEX_LEN + 1) != SOFTBUS_OK) { in LnnGetConnSubFeatureByUdidHashStr() 1510 if (memcmp(shortUdidHashStr, udidHashStr, SHORT_UDID_HASH_HEX_LEN) != 0) { in LnnGetConnSubFeatureByUdidHashStr()
|
/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() 669 char hashStr[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in SaveLastAuthSeq() 670 if (ConvertBytesToHexString(hashStr, SHORT_UDID_HASH_HEX_LEN + 1, in SaveLastAuthSeq() 671 udidHash, SHORT_UDID_HASH_HEX_LEN / HEXIFY_UNIT_LEN) != SOFTBUS_OK) { in SaveLastAuthSeq() 699 char udidShortHash[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in RecoveryNormalizedDeviceKey() 700 if (ConvertBytesToUpperCaseHexString(udidShortHash, SHORT_UDID_HASH_HEX_LEN + 1, in RecoveryNormalizedDeviceKey() 728 char udidShortHash[SHORT_UDID_HASH_HEX_LEN + 1] = {0}; in RecoveryFastAuthKey() 729 if (ConvertBytesToUpperCaseHexString(udidShortHash, SHORT_UDID_HASH_HEX_LEN + 1, in RecoveryFastAuthKey() 1514 char udidHash[SHORT_UDID_HASH_HEX_LEN 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_LEN_TEMP) != in AuthAddNodeToLimitMap()
|
H A D | auth_manager.c | 1074 char udidHash[SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in AuthManagerSetAuthFinished() 1079 if (ConvertBytesToUpperCaseHexString(udidHash, SHORT_UDID_HASH_HEX_LEN + 1, hash, UDID_SHORT_HASH_LEN_TEMP) != in AuthManagerSetAuthFinished()
|
/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
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_medium_mgr.c | 658 char *udidHash = (char *)SoftBusCalloc(SHORT_UDID_HASH_HEX_LEN + 1); in HbAddAsyncProcessCallbackDelay() 664 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.ble.udidHash, in HbSuspendReAuth()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 820 char udidHash[SHORT_UDID_HASH_HEX_LEN + 1]; in HWTEST_F()
|
Completed in 16 milliseconds