Home
last modified time | relevance | path

Searched refs:ConvertBytesToUpperCaseHexString (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_utils.h77 int32_t ConvertBytesToUpperCaseHexString(char *outBuf, uint32_t outBufLen,
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h72 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 Dbluetooth_mock.cpp360 …if (ConvertBytesToUpperCaseHexString(advData, BUFF_LEN, rawData.advData, rawData.advDataLen) == SO… in DumpBleAdvRawData()
361ConvertBytesToUpperCaseHexString(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 Dlnn_node_info.c591ConvertBytesToUpperCaseHexString(ptkStr, PTK_STR_LEN, (unsigned char *)newPtk, PTK_DEFAULT_LEN) !=… in LnnDumpRemotePtk()
595ConvertBytesToUpperCaseHexString(oldPtkStr, PTK_STR_LEN, (unsigned char *)oldPtk, PTK_DEFAULT_LEN)… in LnnDumpRemotePtk()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c251 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 Dauth_session_fsm.c699 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 Dauth_device.c162 …if (ConvertBytesToUpperCaseHexString(udidHash, SHORT_UDID_HASH_HEX_LEN + 1, hash, UDID_SHORT_HASH_… in AuthAddNodeToLimitMap()
H A Dauth_manager.c1077 …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 Dsoftbus_listener.cpp761 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 Dsoftbus_utils.c155 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 Ddisc_ble_utils.c305 int32_t ret = ConvertBytesToUpperCaseHexString(custString, custLen, data, len); in ParseCustData()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp571 auto ret = softbusListener->ConvertBytesToUpperCaseHexString(arr, size);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c789 …if (ConvertBytesToUpperCaseHexString(udidHash, SHORT_UDID_HASH_HEX_LEN + 1, device->addr[0].info.b… in HbSuspendReAuth()