Searched refs:FIELD_DEV_ID (Results 1 - 13 of 13) sorted by relevance
/base/security/device_auth/services/frameworks/inc/ |
H A D | common_defs.h | 52 #define FIELD_DEV_ID "devId" macro
|
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/ |
H A D | iso_auth_task_common.c | 295 const char *devIdPeerHex = GetStringFromJson(in, FIELD_DEV_ID); in GetPayloadValue() 413 if (AddStringToJson(sendToSelf, FIELD_DEV_ID, (char *)params->devIdPeer.val) != CLIB_SUCCESS) { in AuthIsoSendFinalToOut()
|
H A D | iso_auth_server_task.c | 119 if (AddByteToJson(sendToPeer, FIELD_DEV_ID, params->devIdSelf.val, params->devIdSelf.length) != CLIB_SUCCESS) { in PackIsoAuthServerGetTokenMsg()
|
H A D | iso_auth_client_task.c | 98 if (AddByteToJson(sendToPeer, FIELD_DEV_ID, params->devIdSelf.val, params->devIdSelf.length) != CLIB_SUCCESS) { in PackIsoAuthClientBeginMsg()
|
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/ |
H A D | pake_v2_auth_client_task.c | 62 GOTO_IF_ERR(AddStringToJson(sendToPeer, FIELD_DEV_ID, (const char *)innerTask->params.devIdSelf.val)); in AsyAuthClientStepOne() 197 GOTO_IF_ERR(AddStringToJson(sendToSelf, FIELD_DEV_ID, (const char *)task->params.devIdPeer.val)); in SendFinalToOut()
|
H A D | pake_v2_auth_server_task.c | 96 GOTO_ERR_AND_SET_RET(AddStringToJson(sendToPeer, FIELD_DEV_ID, (const char *)innerTask->params.devIdSelf.val), ret); in PrepareAsyServerStepOneData() 188 GOTO_IF_ERR(AddStringToJson(sendToSelf, FIELD_DEV_ID, (const char *)task->params.devIdPeer.val)); in SendFinalToOut()
|
H A D | pake_v2_auth_task_common.c | 301 const char *devId = GetStringFromJson(in, FIELD_DEV_ID); in ExtractPeerDevId()
|
/base/security/device_auth/test/fuzztest/authenticators/account_related/auth/isoauthtask_fuzzer/ |
H A D | isoauthtask_fuzzer.cpp | 663 (void)AddStringToJson(in, FIELD_DEV_ID, TEST_UDID.c_str()); in IsoAuthTaskTest29() 686 (void)AddStringToJson(in, FIELD_DEV_ID, TEST_DEV_ID.c_str()); in IsoAuthTaskTest30() 709 (void)AddStringToJson(in, FIELD_DEV_ID, TEST_DEV_ID.c_str()); in IsoAuthTaskTest31()
|
/base/security/device_auth/test/fuzztest/group_auth/account_related/accountrelatedgroupauth_fuzzer/ |
H A D | accountrelatedgroupauth_fuzzer.cpp | 248 (void)AddStringToJson(sendToSelf, FIELD_DEV_ID, "DEV_ID"); // For unit test. in AccountRelatedGroupAuthTest0023()
|
/base/security/device_auth/test/unittest/deviceauth/unit_test/source/ |
H A D | account_related_group_auth_dir_test.cpp | 264 (void)AddStringToJson(sendToSelf, FIELD_DEV_ID, "DEV_ID"); // For unit test. in HWTEST_F()
|
H A D | pake_v2_auth_task_test.cpp | 461 ret = AddStringToJson(in, FIELD_DEV_ID, "dev_id_unit_test"); in HWTEST_F()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | iso_auth_task_test.cpp | 881 (void)AddStringToJson(in, FIELD_DEV_ID, TEST_UDID.c_str()); in HWTEST_F() 910 (void)AddStringToJson(in, FIELD_DEV_ID, TEST_DEV_ID.c_str()); in HWTEST_F() 939 (void)AddStringToJson(in, FIELD_DEV_ID, TEST_DEV_ID.c_str()); in HWTEST_F()
|
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/ |
H A D | account_related_group_auth.c | 732 const char *peerAuthId = GetStringFromJson(sendToSelf, FIELD_DEV_ID); in PrepareTrustedDeviceInfo()
|
Completed in 14 milliseconds