Searched refs:FIELD_DEV_ID (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/ |
H A D | pake_v2_auth_server_task.c | 96 …GOTO_ERR_AND_SET_RET(AddStringToJson(sendToPeer, FIELD_DEV_ID, (const char *)innerTask->params.dev… 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_client_task.c | 62 …GOTO_IF_ERR(AddStringToJson(sendToPeer, FIELD_DEV_ID, (const char *)innerTask->params.devIdSelf.va… 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_task_common.c | 301 const char *devId = GetStringFromJson(in, FIELD_DEV_ID); in ExtractPeerDevId()
|
/ohos5.0/base/security/device_auth/services/frameworks/inc/ |
H A D | common_defs.h | 52 #define FIELD_DEV_ID "devId" macro
|
/ohos5.0/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) != CL… in PackIsoAuthServerGetTokenMsg()
|
H A D | iso_auth_client_task.c | 98 …if (AddByteToJson(sendToPeer, FIELD_DEV_ID, params->devIdSelf.val, params->devIdSelf.length) != CL… in PackIsoAuthClientBeginMsg()
|
/ohos5.0/base/security/device_auth/test/fuzztest/authenticators/account_related/auth/isoauthtask_fuzzer/ |
H A D | isoauthtask_fuzzer.cpp | 660 (void)AddStringToJson(in, FIELD_DEV_ID, TEST_UDID.c_str()); in IsoAuthTaskTest29() 683 (void)AddStringToJson(in, FIELD_DEV_ID, TEST_DEV_ID.c_str()); in IsoAuthTaskTest30() 706 (void)AddStringToJson(in, FIELD_DEV_ID, TEST_DEV_ID.c_str()); in IsoAuthTaskTest31()
|
/ohos5.0/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()); 910 (void)AddStringToJson(in, FIELD_DEV_ID, TEST_DEV_ID.c_str()); 939 (void)AddStringToJson(in, FIELD_DEV_ID, TEST_DEV_ID.c_str());
|
/ohos5.0/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()
|
/ohos5.0/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.
|
H A D | pake_v2_auth_task_test.cpp | 461 ret = AddStringToJson(in, FIELD_DEV_ID, "dev_id_unit_test");
|
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/ |
H A D | account_related_group_auth.c | 735 const char *peerAuthId = GetStringFromJson(sendToSelf, FIELD_DEV_ID); in PrepareTrustedDeviceInfo()
|