Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c362 uint32_t secondSize = second->length; in GetHashMessage() local
364 uint32_t totalSize = firstSize + secondSize + separatorSize; in GetHashMessage()
382 …if (memcpy_s((*hashMessage) + firstSize + separatorSize, secondSize, second->val, secondSize) != H… in GetHashMessage()