Searched refs:GetHashResult (Results 1 – 6 of 6) sorted by relevance
/base/security/device_auth/services/group_manager/inc/ |
D | group_operation_common.h | 88 int32_t GetHashResult(const uint8_t *info, uint32_t infoLen, char *hash, uint32_t hashLen);
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
D | group_operation_common_test.cpp | 495 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/ |
D | peer_to_peer_group.c | 86 result = GetHashResult(hashMessage, messageSize, *returnGroupId, hashStrLen); in GenerateGroupId()
|
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/ |
D | across_account_group.c | 78 result = GetHashResult(hashMessage, messageSize, *returnGroupId, hashStrLen); in GenerateGroupId()
|
/base/security/device_auth/services/group_manager/src/group_operation/ |
D | group_operation.c | 249 res = GetHashResult(returnPkBuff.val, returnPkBuff.length, returnPkHexStr, returnPkHexStrLen); in GetPkByParams()
|
D | group_operation_common.c | 1196 int32_t GetHashResult(const uint8_t *info, uint32_t infoLen, char *hash, uint32_t hashLen) in GetHashResult() function
|