Home
last modified time | relevance | path

Searched refs:authAttrs (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c681 IAM_STATIC ResultCode GetAuthAttrsFromAttribute(const Attribute *attribute, Uint8Array *authAttrs) in GetAuthAttrsFromAttribute() argument
683 ResultCode result = GetAttributeUint8Array(attribute, ATTR_ATTRS, authAttrs); in GetAuthAttrsFromAttribute()
685 LOG_ERROR("GetAttributeUint8Array authAttrs fail"); in GetAuthAttrsFromAttribute()
690 IAM_STATIC ResultCode GetRemoteExecutorInfoInner(Attribute *attribute, Uint8Array *authAttrs, Uint8Array *subMsgs, in GetRemoteExecutorInfoInner() argument
693 if (GetAuthAttrsFromAttribute(attribute, authAttrs) != RESULT_SUCCESS) { in GetRemoteExecutorInfoInner()
697 if (ParseMultiDataSerializedMsg(*authAttrs, subMsgs, subMsgSize) != RESULT_SUCCESS) { in GetRemoteExecutorInfoInner()
709 Uint8Array authAttrs = { Malloc(MAX_EXECUTOR_MSG_LEN), MAX_EXECUTOR_MSG_LEN }; in GetRemoteExecutorInfo() local
710 if (attribute == NULL || authAttrs.data == NULL) { in GetRemoteExecutorInfo()
711 LOG_ERROR("authAttrs malloc failed"); in GetRemoteExecutorInfo()
713 Free(authAttrs in GetRemoteExecutorInfo()
[all...]

Completed in 2 milliseconds