Home
last modified time | relevance | path

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

/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_util.c26 if (authForm == AUTH_FORM_ACCOUNT_UNRELATED) { in AuthFormToModuleType()
105 case AUTH_FORM_ACCOUNT_UNRELATED: in GetAuthType()
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
H A Dgroup_auth_data_operation.c237 case AUTH_FORM_ACCOUNT_UNRELATED: in AuthFormToGroupType()
259 authForm = AUTH_FORM_ACCOUNT_UNRELATED; in GroupTypeToAuthForm()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
H A 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()
H A 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()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
H A Dpake_task_common.c42 res = AddIntToJson(sendToPeer, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED); in ConstructOutJson()
93 GOTO_ERR_AND_SET_RET(AddIntToJson(sendToSelf, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in SendResultToSelf()
/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth.h145 AUTH_FORM_ACCOUNT_UNRELATED = 0, enumerator
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c128 GOTO_ERR_AND_SET_RET(AddIntToJson(sendToPeer, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), ret); in GenerateEncResult()
145 GOTO_ERR_AND_SET_RET(AddIntToJson(sendToSelf, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in SendResultToFinalSelf()
190 GOTO_ERR_AND_SET_RET(AddIntToJson(sendToSelf, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in GenEncResult()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c62 GOTO_ERR_AND_SET_RET(AddIntToJson(sendToSelf, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED), res); in DasSendErrorToOut()
85 if (AddIntToJson(sendToSelf, FIELD_AUTH_FORM, AUTH_FORM_ACCOUNT_UNRELATED) != 0) { in DasSendErrMsgToSelf()
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/
H A Daccount_unrelated_group_auth.c269 callback->onFinish(requestId, AUTH_FORM_ACCOUNT_UNRELATED, returnStr); in DasOnFinishToSelf()
/base/security/device_auth/services/
H A Ddevice_auth.c878 if (AddIntToJson(context, FIELD_OPERATION_CODE, AUTH_FORM_ACCOUNT_UNRELATED) != HC_SUCCESS) { in BuildClientAuthContext()
1072 int32_t opCode = AUTH_FORM_ACCOUNT_UNRELATED; in OpenServerAuthSession()
/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c1096 if (AddIntToJson(impl->context, FIELD_OPERATION_CODE, AUTH_FORM_ACCOUNT_UNRELATED) != HC_SUCCESS) { in AddP2PGroupInfoToContext()
1100 impl->base.opCode = AUTH_FORM_ACCOUNT_UNRELATED; in AddP2PGroupInfoToContext()
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp939 int32_t groupType = AuthFormToGroupType(AUTH_FORM_ACCOUNT_UNRELATED); in HWTEST_F()

Completed in 16 milliseconds