/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_utils.h | 77 int32_t ConvertBytesToUpperCaseHexString(char *outBuf, uint32_t outBufLen,
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_listener.h | 72 static std::string ConvertBytesToUpperCaseHexString(const uint8_t arr[], const size_t size);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.cpp | 360 …if (ConvertBytesToUpperCaseHexString(advData, BUFF_LEN, rawData.advData, rawData.advDataLen) == SO… in DumpBleAdvRawData() 361 …ConvertBytesToUpperCaseHexString(rspData, BUFF_LEN, rawData.rspData, rawData.rspDataLen) == SOFTBU… in DumpBleAdvRawData()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_node_info.c | 591 …ConvertBytesToUpperCaseHexString(ptkStr, PTK_STR_LEN, (unsigned char *)newPtk, PTK_DEFAULT_LEN) !=… in LnnDumpRemotePtk() 595 …ConvertBytesToUpperCaseHexString(oldPtkStr, PTK_STR_LEN, (unsigned char *)oldPtk, PTK_DEFAULT_LEN)… in LnnDumpRemotePtk()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 251 if (ConvertBytesToUpperCaseHexString(encryptFastAuth, ENCRYPTED_FAST_AUTH_MAX_LEN - 1, in PackFastAuthValue() 451 if (ConvertBytesToUpperCaseHexString(encNormalizedKey, ENCRYPTED_NORMALIZED_KEY_MAX_LEN - 1, in PackNormalizedKeyValue() 594 if (ConvertBytesToUpperCaseHexString(hashHexStr, UDID_SHORT_HASH_HEX_STR + 1, in ParseNormalizeData() 666 if (ConvertBytesToUpperCaseHexString(hashHexStr, UDID_SHORT_HASH_HEX_STR + 1, in UnpackNormalizedKey() 750 if (ConvertBytesToUpperCaseHexString(devIpHash, SHA_256_HEX_HASH_LEN, in PackWifiSinglePassInfo() 908 …if (ConvertBytesToUpperCaseHexString(socketIpHash, SHA_256_HEX_HASH_LEN, hash, SHA_256_HASH_LEN) !… in UnpackWifiSinglePassInfo()
|
H A D | auth_session_fsm.c | 699 if (ConvertBytesToUpperCaseHexString(udidShortHash, SHORT_UDID_HASH_HEX_LEN + 1, in RecoveryNormalizedDeviceKey() 728 if (ConvertBytesToUpperCaseHexString(udidShortHash, SHORT_UDID_HASH_HEX_LEN + 1, in RecoveryFastAuthKey() 861 …if (ConvertBytesToUpperCaseHexString(reportInfo.localUdid, SHA_256_HEX_HASH_LEN, udidHash, SHA_256… in AuditReportSetLocalDevInfo()
|
H A D | auth_device.c | 162 …if (ConvertBytesToUpperCaseHexString(udidHash, SHORT_UDID_HASH_HEX_LEN + 1, hash, UDID_SHORT_HASH_… in AuthAddNodeToLimitMap()
|
H A D | auth_manager.c | 1077 …if (ConvertBytesToUpperCaseHexString(udidHash, SHORT_UDID_HASH_HEX_LEN + 1, hash, UDID_SHORT_HASH_… in AuthManagerSetAuthFinished()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 761 std::string SoftbusListener::ConvertBytesToUpperCaseHexString(const uint8_t arr[], const size_t siz… in ConvertBytesToUpperCaseHexString() function in OHOS::DistributedHardware::SoftbusListener 820 std::string udidHash(ConvertBytesToUpperCaseHexString((addrInfo->info).ble.udidHash, in ConvertDeviceInfoToDmDevice()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/utils/ |
H A D | softbus_utils.c | 155 int32_t ConvertBytesToUpperCaseHexString(char *outBuf, uint32_t outBufLen, const unsigned char * in… in ConvertBytesToUpperCaseHexString() function
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble_utils.c | 305 int32_t ret = ConvertBytesToUpperCaseHexString(custString, custLen, data, len); in ParseCustData()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_listener.cpp | 571 auto ret = softbusListener->ConvertBytesToUpperCaseHexString(arr, size);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_medium_mgr.c | 789 …if (ConvertBytesToUpperCaseHexString(udidHash, SHORT_UDID_HASH_HEX_LEN + 1, device->addr[0].info.b… in HbSuspendReAuth()
|