Home
last modified time | relevance | path

Searched defs:hashStrLen (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c75 int hashStrLen = SHA256_LEN * BYTE_TO_HEX_OPER_LENGTH + 1; in GenerateGroupId() local
/ohos5.0/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c594 unsigned char *hashStr, uint32_t hashStrLen) in GenerateStrHashAndConvertToHexString()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c67 int hashStrLen = SHA256_LEN * BYTE_TO_HEX_OPER_LENGTH + 1; in GenerateGroupId() local
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c73 int hashStrLen = SHA256_LEN * BYTE_TO_HEX_OPER_LENGTH + 1; in GenerateGroupId() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c846 static int32_t ConvertUdidToHexStr(const char *peerUdid, char *udidHashStr, uint32_t hashStrLen) in ConvertUdidToHexStr()