Searched refs:FIELD_DEV_ID (Results 1 – 8 of 8) sorted by relevance
/base/security/device_auth/services/frameworks/inc/ |
D | common_defs.h | 51 #define FIELD_DEV_ID "devId" macro
|
/base/security/device_auth/services/authenticators/src/account_related/auth/pake_v2_auth_task/ |
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()
|
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()
|
D | pake_v2_auth_task_common.c | 276 const char *devId = GetStringFromJson(in, FIELD_DEV_ID); in ExtractPeerDevId()
|
/base/security/device_auth/services/authenticators/src/account_related/auth/iso_auth_task/ |
D | iso_auth_task_common.c | 291 const char *devIdPeerHex = GetStringFromJson(in, FIELD_DEV_ID); in GetPayloadValue() 409 if (AddStringToJson(sendToSelf, FIELD_DEV_ID, (char *)params->devIdPeer.val) != CLIB_SUCCESS) { in AuthIsoSendFinalToOut()
|
D | iso_auth_server_task.c | 119 …if (AddByteToJson(sendToPeer, FIELD_DEV_ID, params->devIdSelf.val, params->devIdSelf.length) != CL… in PackIsoAuthServerGetTokenMsg()
|
D | iso_auth_client_task.c | 98 …if (AddByteToJson(sendToPeer, FIELD_DEV_ID, params->devIdSelf.val, params->devIdSelf.length) != CL… in PackIsoAuthClientBeginMsg()
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth/ |
D | account_related_group_auth.c | 590 const char *peerAuthId = GetStringFromJson(sendToSelf, FIELD_DEV_ID); in PrepareTrustedDeviceInfo()
|