Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dauth_code_import.c147 uint32_t groupIdLen = HcStrlen(groupId); in CalServiceId() local
150 serviceIdPlain.length = appIdLen + groupIdLen; in CalServiceId()
161 …_s(serviceIdPlain.val + appIdLen, serviceIdPlain.length - appIdLen, groupId, groupIdLen) != EOK) { in CalServiceId()
H A Dpub_key_exchange.c147 uint32_t groupIdLen = HcStrlen(groupId); in CalServiceId() local
150 serviceIdPlain.length = appIdLen + groupIdLen; in CalServiceId()
161 …_s(serviceIdPlain.val + appIdLen, serviceIdPlain.length - appIdLen, groupId, groupIdLen) != EOK) { in CalServiceId()