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/ |
D | compatible_auth_sub_session_util.c | 27 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/ |
D | group_auth_data_operation.c | 264 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/ |
D | iso_server_protocol_task.c | 66 … 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()
|
D | iso_client_protocol_task.c | 58 … 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/ |
D | pake_task_common.c | 42 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/ |
D | device_auth.h | 129 AUTH_FORM_ACCOUNT_UNRELATED = 0, enumerator
|
/base/security/device_auth/services/authenticators/src/account_unrelated/ |
D | das_task_common.c | 64 … 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/ |
D | iso_task_common.c | 115 … 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/ |
D | account_unrelated_group_auth.c | 256 callback->onFinish(requestId, AUTH_FORM_ACCOUNT_UNRELATED, returnStr); in DasOnFinishToSelf()
|
/base/security/device_auth/services/ |
D | device_auth.c | 713 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/ |
D | dev_session_v2.c | 934 …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()
|