Searched refs:GetHashResult (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/groupoperationcommon_fuzzer/ |
H A D | groupoperationcommon_fuzzer.cpp | 409 (void)GetHashResult(nullptr, SHA256_LEN, hash, SHA256_LEN); in GroupOperationTest61() 415 (void)GetHashResult(info, SHA256_LEN, nullptr, SHA256_LEN); in GroupOperationTest62()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/ |
H A D | group_operation_common.h | 88 int32_t GetHashResult(const uint8_t *info, uint32_t infoLen, char *hash, uint32_t hashLen);
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | group_operation_common_test.cpp | 496 int32_t ret = GetHashResult(nullptr, SHA256_LEN, hash, SHA256_LEN); 503 int32_t ret = GetHashResult(info, SHA256_LEN, nullptr, SHA256_LEN);
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/ |
H A D | peer_to_peer_group.c | 82 result = GetHashResult(hashMessage, messageSize, *returnGroupId, hashStrLen); in GenerateGroupId()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/ |
H A D | across_account_group.c | 74 result = GetHashResult(hashMessage, messageSize, *returnGroupId, hashStrLen); in GenerateGroupId()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/ |
H A D | group_operation_common.c | 1089 int32_t GetHashResult(const uint8_t *info, uint32_t infoLen, char *hash, uint32_t hashLen) in GetHashResult() function
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/ |
H A D | group_operation.c | 254 res = GetHashResult(returnPkBuff.val, returnPkBuff.length, returnPkHexStr, returnPkHexStrLen); in GetPkByParams()
|