Home
last modified time | relevance | path

Searched refs:OP_BIND (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Daccount_related_creds_manager_dir_test.cpp58 int32_t ret = GetAccountAuthTokenManager()->addToken(DEFAULT_OS_ACCOUNT, OP_BIND, nullptr);
66 ret = GetAccountAuthTokenManager()->addToken(DEFAULT_OS_ACCOUNT, OP_BIND, in);
69 ret = GetAccountAuthTokenManager()->addToken(DEFAULT_OS_ACCOUNT, OP_BIND, in);
75 ret = GetAccountAuthTokenManager()->addToken(DEFAULT_OS_ACCOUNT, OP_BIND, in);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c144 GOTO_ERR_AND_SET_RET(AddIntToJson(sendToSelf, FIELD_OPERATION_CODE, OP_BIND), res); in SendResultToFinalSelf()
364 if (params->opCode == OP_BIND) { in FillAuthId()
442 if (params->opCode == OP_BIND) { in FillPin()
503 if (params->opCode == OP_UNBIND || params->opCode == OP_BIND) { in GetUpgradeFlagAndKeyLength()
526 … if (params->opCode != OP_BIND && params->opCode != OP_UNBIND && params->opCode != AUTHENTICATE) { in InitIsoParams()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
H A Dpake_task_common.c261 if (params->opCode != OP_BIND && params->opCode != OP_UNBIND && in FillDasPakeParams()
294 if (params->opCode == OP_BIND || params->opCode == AUTH_KEY_AGREEMENT) { in FillDasPakeParams()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/
H A Daccount_module.c44 if (opCode == OP_BIND) { in IsAccountMsgNeedIgnore()
H A Daccount_task_main.c60 if (opCode == OP_BIND) { in AccountSendErrMsgToOut()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/
H A Diso_client_task.c50 case OP_BIND: in CreateNextTask()
H A Diso_server_task.c55 case OP_BIND: in CreateNextTask()
/ohos5.0/base/security/device_auth/services/frameworks/inc/
H A Dcommon_defs.h257 OP_BIND = 1, enumerator
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/
H A Dpake_v1_client_task.c68 case OP_BIND: in CreateNextTask()
H A Dpake_v1_server_task.c68 case OP_BIND: in CreateNextTask()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c124 case OP_BIND: in ClientProtocolMessageOut()
149 case OP_BIND: in ServerProtocolMessageOut()
H A Ddas_version_util.c293 case OP_BIND: in GetPrototolType()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
H A Diso_server_protocol_task.c89 if (params->opCode == OP_BIND) { in IsoServerStart()
H A Diso_client_protocol_task.c140 if (params->opCode == OP_BIND) { in ParseServerStartMessage()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H A Ddas_task_main.c293 if (task->versionInfo.opCode != OP_BIND) { in ShouldSkipIso()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp667 (void)AddIntToJson(in, FIELD_OPERATION_CODE, OP_BIND);
1160 protocolType = GetPrototolType(&version, OP_BIND);
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session.c657 if (AddIntToJson(moduleParams, FIELD_OPERATION_CODE, OP_BIND) != HC_SUCCESS) { in GenerateClientModuleParams()