Home
last modified time | relevance | path

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

/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
Dcompatible_auth_sub_session_util.c27 if (authForm == AUTH_FORM_ACCOUNT_UNRELATED) { in AuthFormToModuleType()
102 case AUTH_FORM_ACCOUNT_UNRELATED: in GetAuthType()
/base/security/device_auth/services/group_auth/src/group_auth_manager/
Dgroup_auth_data_operation.c264 case AUTH_FORM_ACCOUNT_UNRELATED: in AuthFormToGroupType()
286 authForm = AUTH_FORM_ACCOUNT_UNRELATED; in GroupTypeToAuthForm()
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
Diso_server_protocol_task.c66 … GOTO_ERR_AND_SET_RET(AddIntToJson(sendToPeer, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in PackageServerStartMessage()
145 … GOTO_ERR_AND_SET_RET(AddIntToJson(sendToPeer, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in PackDataForCalTokenServer()
Diso_client_protocol_task.c58 … GOTO_ERR_AND_SET_RET(AddIntToJson(sendToPeer, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in IsoClientStartPackData()
126 … GOTO_ERR_AND_SET_RET(AddIntToJson(sendToPeer, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in PackDataForCalToken()
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/
Dpake_task_common.c42 res = AddIntToJson(sendToPeer, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED); in ConstructOutJson()
88 … GOTO_ERR_AND_SET_RET(AddIntToJson(sendToSelf, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in SendResultToSelf()
/base/security/device_auth/interfaces/inner_api/
Ddevice_auth.h129 AUTH_FORM_ACCOUNT_UNRELATED = 0, enumerator
/base/security/device_auth/services/authenticators/src/account_unrelated/
Ddas_task_common.c64 … GOTO_ERR_AND_SET_RET(AddIntToJson(sendToSelf, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in DasSendErrorToOut()
87 if (AddIntToJson(sendToSelf, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED) != 0) { in DasSendErrMsgToSelf()
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/
Diso_task_common.c115 … GOTO_ERR_AND_SET_RET(AddIntToJson(sendToPeer, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), ret); in GenerateEncResult()
132 … GOTO_ERR_AND_SET_RET(AddIntToJson(sendToSelf, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in SendResultToFinalSelf()
177 … GOTO_ERR_AND_SET_RET(AddIntToJson(sendToSelf, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in GenEncResult()
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_unrelated_group_auth/
Daccount_unrelated_group_auth.c256 callback->onFinish(requestId, AUTH_FORM_ACCOUNT_UNRELATED, returnStr); in DasOnFinishToSelf()
/base/security/device_auth/services/
Ddevice_auth.c713 if (AddIntToJson(context, FIELD_OPERATION_CODE, AUTH_FORM_ACCOUNT_UNRELATED) != HC_SUCCESS) { in BuildClientAuthContext()
825 int32_t opCode = AUTH_FORM_ACCOUNT_UNRELATED; in OpenServerAuthSession()
/base/security/device_auth/services/session_manager/src/session/v2/
Ddev_session_v2.c934 …if (AddIntToJson(impl->context, FIELD_OPERATION_CODE, AUTH_FORM_ACCOUNT_UNRELATED) != HC_SUCCESS) { in AddP2PGroupInfoToContext()
938 impl->base.opCode = AUTH_FORM_ACCOUNT_UNRELATED; in AddP2PGroupInfoToContext()