Home
last modified time | relevance | path

Searched refs:FIELD_STEP (Results 1 - 11 of 11) sorted by relevance

/base/security/device_auth/test/fuzztest/authenticators/account_related/auth/isoauthtask_fuzzer/
H A Disoauthtask_fuzzer.cpp219 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in IsoAuthTaskTest06()
234 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in IsoAuthTaskTest07()
254 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in IsoAuthTaskTest08()
271 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in IsoAuthTaskTest09()
290 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in IsoAuthTaskTest10()
310 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in IsoAuthTaskTest11()
328 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in IsoAuthTaskTest12()
346 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_TWO); in IsoAuthTaskTest13()
364 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_TWO); in IsoAuthTaskTest14()
382 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_TW in IsoAuthTaskTest15()
[all...]
/base/security/device_auth/test/unittest/deviceauth/source/
H A Diso_auth_task_test.cpp270 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in HWTEST_F()
293 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in HWTEST_F()
320 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in HWTEST_F()
344 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in HWTEST_F()
369 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in HWTEST_F()
395 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in HWTEST_F()
419 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE); in HWTEST_F()
443 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_TWO); in HWTEST_F()
467 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_TWO); in HWTEST_F()
491 (void)AddIntToJson(in, FIELD_STEP, CMD_ISO_AUTH_MAIN_TW in HWTEST_F()
[all...]
H A Ddeviceauth_interface_test.cpp674 (void)AddIntToJson(in, FIELD_STEP, 1); in HWTEST_F()
692 (void)AddIntToJson(in, FIELD_STEP, 0); in HWTEST_F()
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_server_task.c107 if (AddIntToJson(sendToPeer, FIELD_STEP, RET_ISO_AUTH_FOLLOWER_ONE) != CLIB_SUCCESS) { in PackIsoAuthServerGetTokenMsg()
206 if (AddIntToJson(sendToPeer, FIELD_STEP, RET_ISO_AUTH_FOLLOWER_TWO) != CLIB_SUCCESS) { in PackCalTokenAndSessionKeyMsg()
288 if (GetIntFromJson(in, FIELD_STEP, &authStep) != CLIB_SUCCESS) { in ProcessServerTask()
H A Diso_auth_client_task.c86 if (AddIntToJson(sendToPeer, FIELD_STEP, CMD_ISO_AUTH_MAIN_ONE) != CLIB_SUCCESS) { in PackIsoAuthClientBeginMsg()
211 if (AddIntToJson(sendToPeer, FIELD_STEP, CMD_ISO_AUTH_MAIN_TWO) != CLIB_SUCCESS) { in PackIsoAuthClientGetTokenMsg()
333 if (GetIntFromJson(in, FIELD_STEP, &authStep) != CLIB_SUCCESS) { in ProcessClientTask()
/base/security/device_auth/services/legacy/authenticators/src/account_related/
H A Daccount_task_main.c66 if (AddIntToJson(sendToPeer, FIELD_STEP, ERR_MSG) != CLIB_SUCCESS) { in AccountSendErrMsgToOut()
110 (GetIntFromJson(in, FIELD_STEP, &message) != CLIB_SUCCESS)) { in IsPeerErrMessage()
H A Daccount_module.c47 key = FIELD_STEP; in IsAccountMsgNeedIgnore()
/base/security/device_auth/services/frameworks/inc/
H A Dcommon_defs.h123 #define FIELD_STEP "step" macro
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_client_task.c60 GOTO_IF_ERR(AddIntToJson(sendToPeer, FIELD_STEP, CMD_PAKE_AUTH_MAIN_ONE)); in AsyAuthClientStepOne()
119 GOTO_ERR_AND_SET_RET(AddIntToJson(sendToPeer, FIELD_STEP, CMD_PAKE_AUTH_MAIN_TWO), ret); in PrepareAsyClientStepTwoData()
242 if (GetIntFromJson(in, FIELD_STEP, &step) != HC_SUCCESS) { in ProcessClientTask()
H A Dpake_v2_auth_server_task.c92 GOTO_ERR_AND_SET_RET(AddIntToJson(sendToPeer, FIELD_STEP, RET_PAKE_AUTH_FOLLOWER_ONE), ret); in PrepareAsyServerStepOneData()
192 GOTO_IF_ERR(AddIntToJson(sendToPeer, FIELD_STEP, RET_PAKE_AUTH_FOLLOWER_TWO)); in SendFinalToOut()
242 if (GetIntFromJson(in, FIELD_STEP, &step) != HC_SUCCESS) { in ProcessServerTask()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_common.c307 if (GetIntFromJson(sendToPeer, FIELD_STEP, &step) != HC_SUCCESS) { in AddInfoToErrorData()
310 if ((authForm == AUTH_FORM_IDENTICAL_ACCOUNT) && (AddIntToJson(sendToPeer, FIELD_STEP, step) != HC_SUCCESS)) { in AddInfoToErrorData()

Completed in 15 milliseconds