Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dcoauth.h45 uint8_t localUdid[UDID_LEN]; member
67 uint8_t localUdid[UDID_LEN]; member
78 uint8_t localUdid[UDID_LEN]; member
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_token_signer.c41 if (memcmp(context->localUdid, context->collectorUdid, sizeof(context->localUdid)) == 0) { in GetAuthTokenDataPlain()
75 context->localUdid, sizeof(context->localUdid)) != EOK) { in GetAuthTokenDataToEncrypt()
H A Dcontext_manager.c82 if (memcpy_s(context->localUdid, sizeof(context->localUdid), params.localUdid, in InitAuthContext()
83 sizeof(params.localUdid)) != EOK) { in InitAuthContext()
84 LOG_ERROR("localUdid copy failed"); in InitAuthContext()
181 Uint8Array localUdid = { scheduleParam.localUdid, UDID_LEN }; in CreateIdentifySchedule() local
182 bool getLocalUdidRet = GetLocalUdid(&localUdid); in CreateIdentifySchedule()
419 if (memcpy_s(scheduleParam.localUdid, sizeof(scheduleParam.localUdid), contex in CreateAuthSchedule()
[all...]
H A Duser_auth_funcs.c136 memcmp(context->localUdid, context->collectorUdid, sizeof(context->localUdid)) == 0) { in HandleAuthSuccessResult()
484 Uint8Array localUdid = { localUdidData, UDID_LEN }; in GetExecutorInfoLinkedList() local
485 bool getLocalUdidRet = GetLocalUdid(&localUdid); in GetExecutorInfoLinkedList()
491 SetExecutorConditionDeviceUdid(&condition, localUdid); in GetExecutorInfoLinkedList()
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Dcontext_manager.h40 uint8_t localUdid[UDID_LEN]; member
53 uint8_t localUdid[UDID_LEN]; member
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth.c265 Uint8Array localUdidArray = { .data = (uint8_t *)(param->localUdid), .len = UDID_LEN }; in MountExecutor()
272 memcmp(param->localUdid, param->collectorUdid, UDID_LEN) == 0) { in MountExecutor()
H A Dexecutor_message.c771 Uint8Array localUdid = { scheduleInfo->localUdid, sizeof(scheduleInfo->localUdid) }; in SetExecutorCollectMsgToAttribute() local
780 result = SetAttributeUint8Array(attribute, ATTR_LOCAL_UDID, localUdid); in SetExecutorCollectMsgToAttribute()
782 LOG_ERROR("SetAttributeUint8Array for localUdid fail"); in SetExecutorCollectMsgToAttribute()
938 Uint8Array collectorUdid = { scheduleInfo->localUdid, UDID_LEN }; in GetScheduleInfoFromAttribute()
941 LOG_ERROR("GetAttributeUint8Array localUdid failed"); in GetScheduleInfoFromAttribute()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp142 Uint8Array localUdidIn = { paramHal.localUdid, sizeof(paramHal.localUdid) }; in SetAttributeToCoAuthExecMsg()
148 IAM_LOGE("SetAttributeUint8Array localUdid failed"); in SetAttributeToCoAuthExecMsg()
493 Uint8Array localUdid = { paramHal.localUdid, sizeof(paramHal.localUdid) }; in CopyAuthParamToHal() local
494 if (!GetLocalUdid(&localUdid)) { in CopyAuthParamToHal()
1484 if (memcpy_s(scheduleParam->localUdid, sizeof(scheduleParam->localUdid), g_localUdid.c_str(), in GetLocalScheduleFromMessage()
1486 IAM_LOGE("localUdid cop in GetLocalScheduleFromMessage()
[all...]
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c43 Uint8Array localUdid = { scheduleParam->localUdid, UDID_LEN }; in SetScheduleParam() local
44 bool getLocalUdidRet = GetLocalUdid(&localUdid); in SetScheduleParam()

Completed in 9 milliseconds