Home
last modified time | relevance | path

Searched refs:hashStr (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/include/
Ddisc_ble_utils.h57 int32_t DiscBleGetDeviceIdHash(unsigned char *hashStr);
58 int32_t DiscBleGetShortUserIdHash(unsigned char *hashStr, uint32_t len);
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
Dscanner_utils.cpp228 hash<string> hashStr; in InitSkipList() local
240 hashPath = hashStr(path); in InitSkipList()
252 hash<string> hashStr; in CheckSkipScanList() local
259 hashPath = hashStr(path); in CheckSkipScanList()
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
Ddisc_ble_utils.c113 int32_t DiscBleGetDeviceIdHash(uint8_t *hashStr) in DiscBleGetDeviceIdHash() argument
127 …ret = ConvertBytesToHexString((char *)hashStr, SHORT_DEVICE_ID_HASH_LENGTH + 1, (const uint8_t *)h… in DiscBleGetDeviceIdHash()
136 int32_t DiscBleGetShortUserIdHash(uint8_t *hashStr, uint32_t len) in DiscBleGetShortUserIdHash() argument
143 if (len > SHORT_USER_ID_HASH_LEN || memcpy_s(hashStr, len, account, len) != EOK) { in DiscBleGetShortUserIdHash()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
Dlnn_heartbeat_utils.h77 int32_t LnnGenerateHexStringHash(const unsigned char *str, char *hashStr, uint32_t len);
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
Dlnn_heartbeat_utils.c206 int32_t LnnGenerateHexStringHash(const unsigned char *str, char *hashStr, uint32_t len) in LnnGenerateHexStringHash() argument
220 ret = ConvertBytesToHexString(hashStr, len + 1, hashResult, len / HEXIFY_UNIT_LEN); in LnnGenerateHexStringHash()
/foundation/communication/dsoftbus/core/common/include/
Dsoftbus_utils.h93 …enerateStrHashAndConvertToHexString(const unsigned char *str, uint32_t len, unsigned char *hashStr,
/foundation/communication/dsoftbus/core/common/utils/
Dsoftbus_utils.c442 …enerateStrHashAndConvertToHexString(const unsigned char *str, uint32_t len, unsigned char *hashStr, in GenerateStrHashAndConvertToHexString() argument
460 ret = ConvertBytesToHexString((char *)hashStr, hashStrLen, (const unsigned char *)hashResult, in GenerateStrHashAndConvertToHexString()