Home
last modified time | relevance | path

Searched refs:SHORT_UDID_HASH_HEX_LEN (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device.h35 #define SHORT_UDID_HASH_HEX_LEN 16 macro
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c922 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 Dlnn_distributed_net_ledger_manager.c1126 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 Dauth_session_fsm.c225 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 Dauth_device.c157 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 Dauth_manager.c1074 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 Dlnn_distributed_net_ledger.h30 #define SHORT_UDID_HASH_HEX_LEN 16 macro
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c658 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 Dauth_session_message_test.cpp820 char udidHash[SHORT_UDID_HASH_HEX_LEN + 1]; in HWTEST_F()

Completed in 16 milliseconds