Home
last modified time | relevance | path

Searched refs:GetHashResult (Results 1 – 6 of 6) sorted by relevance

/base/security/device_auth/services/group_manager/inc/
Dgroup_operation_common.h88 int32_t GetHashResult(const uint8_t *info, uint32_t infoLen, char *hash, uint32_t hashLen);
/base/security/device_auth/test/unittest/deviceauth/source/
Dgroup_operation_common_test.cpp495 int32_t ret = GetHashResult(nullptr, SHA256_LEN, hash, SHA256_LEN);
502 int32_t ret = GetHashResult(info, SHA256_LEN, nullptr, SHA256_LEN);
/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c86 result = GetHashResult(hashMessage, messageSize, *returnGroupId, hashStrLen); in GenerateGroupId()
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c78 result = GetHashResult(hashMessage, messageSize, *returnGroupId, hashStrLen); in GenerateGroupId()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c249 res = GetHashResult(returnPkBuff.val, returnPkBuff.length, returnPkHexStr, returnPkHexStrLen); in GetPkByParams()
Dgroup_operation_common.c1196 int32_t GetHashResult(const uint8_t *info, uint32_t infoLen, char *hash, uint32_t hashLen) in GetHashResult() function