Home
last modified time | relevance | path

Searched refs:FIELD_KEY_LENGTH (Results 1 - 14 of 14) sorted by relevance

/base/security/device_auth/frameworks/deviceauth_lite/inc/struct/
H A Dparsedata.h155 #define FIELD_KEY_LENGTH "keyLength" macro
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dauth_start_request.c59 FIELD_KEY_LENGTH, auth_start_request->key_length) < 0) { in make_request_json_str()
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/
H A Daccount_unrelated_group_auth.c155 (void)GetIntFromJson(authParam, FIELD_KEY_LENGTH, &keyLen); in AddSessionKeyToSelfData()
306 (void)GetIntFromJson(paramsData, FIELD_KEY_LENGTH, &keyLen); in AddNonAccountAuthInfo()
307 if (AddIntToJson(paramsData, FIELD_KEY_LENGTH, keyLen) != HC_SUCCESS) { in AddNonAccountAuthInfo()
/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth.h45 #define FIELD_KEY_LENGTH "keyLength" macro
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_client_protocol_task.c79 res = AddIntToJson(payload, FIELD_KEY_LENGTH, params->returnKey.length); in PakeRequest()
H A Dpake_v1_protocol_task_common.c74 int32_t res = GetIntFromJson(in, FIELD_KEY_LENGTH, (int *)&(params->returnKey.length)); in AllocReturnKey()
/base/security/device_auth/test/fuzztest/group_auth/account_related/accountrelatedgroupauth_fuzzer/
H A Daccountrelatedgroupauth_fuzzer.cpp206 (void)AddIntToJson(authParam, FIELD_KEY_LENGTH, NUM_TWO); // For unit test. in AccountRelatedGroupAuthTest0022()
226 (void)AddIntToJson(authParam, FIELD_KEY_LENGTH, NUM_TWO); // For unit test. in AccountRelatedGroupAuthTest0023()
/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Daccount_related_group_auth_dir_test.cpp220 (void)AddIntToJson(authParam, FIELD_KEY_LENGTH, 2); // For unit test. in HWTEST_F()
242 (void)AddIntToJson(authParam, FIELD_KEY_LENGTH, 2); // For unit test. in HWTEST_F()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
H A Diso_client_protocol_task.c70 GOTO_ERR_AND_SET_RET(AddIntToJson(payload, FIELD_KEY_LENGTH, params->keyLen), res); in IsoClientStartPackData()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session.c28 (void)GetIntFromJson(authParam, FIELD_KEY_LENGTH, &keyLen); in CheckInputAuthParams()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c556 if (GetIntFromJson(payload, FIELD_KEY_LENGTH, (int32_t *)&tmpKeyLen) != HC_SUCCESS) { in GetAndCheckKeyLenOnServer()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session_common.c455 if (AddIntToJson(moduleParams, FIELD_KEY_LENGTH, DEFAULT_RETURN_KEY_LENGTH) != HC_SUCCESS) { in AddRequestInfoToParams()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c508 if (GetIntFromJson(in, FIELD_KEY_LENGTH, (int32_t *)&(params->keyLen)) != 0) { in GetUpgradeFlagAndKeyLength()
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1060 (void)AddIntToJson(payload, FIELD_KEY_LENGTH, 1); in HWTEST_F()

Completed in 14 milliseconds