Home
last modified time | relevance | path

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 Dpake_v2_auth_server_task.c96 …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 Dpake_v2_auth_client_task.c62 …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 Dpake_v2_auth_task_common.c301 const char *devId = GetStringFromJson(in, FIELD_DEV_ID); in ExtractPeerDevId()
/ohos5.0/base/security/device_auth/services/frameworks/inc/
H A Dcommon_defs.h52 #define FIELD_DEV_ID "devId" macro
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.c295 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 Diso_auth_server_task.c119 …if (AddByteToJson(sendToPeer, FIELD_DEV_ID, params->devIdSelf.val, params->devIdSelf.length) != CL… in PackIsoAuthServerGetTokenMsg()
H A Diso_auth_client_task.c98 …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 Disoauthtask_fuzzer.cpp660 (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 Diso_auth_task_test.cpp881 (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 Daccountrelatedgroupauth_fuzzer.cpp248 (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 Daccount_related_group_auth_dir_test.cpp264 (void)AddStringToJson(sendToSelf, FIELD_DEV_ID, "DEV_ID"); // For unit test.
H A Dpake_v2_auth_task_test.cpp461 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 Daccount_related_group_auth.c735 const char *peerAuthId = GetStringFromJson(sendToSelf, FIELD_DEV_ID); in PrepareTrustedDeviceInfo()