Searched refs:FIELD_SEND_TO_SELF (Results 1 – 10 of 10) sorted by relevance
/base/security/device_auth/services/authenticators/src/account_related/ |
D | account_task_main.c | 39 if (AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf) != CLIB_SUCCESS) { in AccountSendErrMsgToSelf() 83 if (AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf) != CLIB_SUCCESS) { in AccountSendErrMsgToOut()
|
/base/security/device_auth/services/frameworks/inc/ |
D | common_defs.h | 106 #define FIELD_SEND_TO_SELF "sendToSelf" macro
|
/base/security/device_auth/services/authenticators/src/account_unrelated/ |
D | das_task_common.c | 72 GOTO_ERR_AND_SET_RET(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf), res); in DasSendErrorToOut() 97 if (AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf) != 0) { in DasSendErrMsgToSelf()
|
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/ |
D | pake_task_common.c | 100 GOTO_ERR_AND_SET_RET(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf), res); in SendResultToSelf()
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth/ |
D | account_related_group_auth.c | 579 const CJson *sendToSelf = GetObjFromJson(out, FIELD_SEND_TO_SELF); in PrepareTrustedDeviceInfo() 672 const CJson *sendToSelf = GetObjFromJson(out, FIELD_SEND_TO_SELF); in AccountOnFinishToSelf()
|
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/ |
D | iso_task_common.c | 147 GOTO_ERR_AND_SET_RET(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf), res); in SendResultToFinalSelf() 194 GOTO_ERR_AND_SET_RET(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf), res); in GenEncResult()
|
/base/security/device_auth/services/authenticators/src/account_related/auth/pake_v2_auth_task/ |
D | pake_v2_auth_client_task.c | 200 GOTO_IF_ERR(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf)); in SendFinalToOut()
|
D | pake_v2_auth_server_task.c | 196 GOTO_IF_ERR(AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf)); in SendFinalToOut()
|
/base/security/device_auth/services/authenticators/src/account_related/auth/iso_auth_task/ |
D | iso_auth_task_common.c | 413 if (AddObjToJson(out, FIELD_SEND_TO_SELF, sendToSelf) != CLIB_SUCCESS) { in AuthIsoSendFinalToOut()
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_unrelated_group_auth/ |
D | account_unrelated_group_auth.c | 202 const CJson *sendToSelf = GetObjFromJson(out, FIELD_SEND_TO_SELF); in DasOnFinishToSelf()
|