Home
last modified time | relevance | path

Searched refs:FIELD_PAYLOAD (Results 1 – 25 of 43) sorted by relevance

12

/base/security/device_security_level/services/include/
Ddslm_msg_serialize.h31 #define FIELD_PAYLOAD "payload" macro
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
Dsec_clone_data.c94 msg_code, FIELD_PAYLOAD, name, tmp_data_hex) < 0) { in make_single_json_data()
112 msg_code, FIELD_PAYLOAD, name, src_data->val) < 0) { in make_single_json_data_srv_proof()
Dinform_message.c66 INFORM_MESSAGE, FIELD_PAYLOAD, FIELD_ERROR_CODE, inform_msg->error_code) < 0) { in make_inform_message()
Dauth_ack_response.c78 FIELD_AUTH_FORM, AUTH_FORM, FIELD_MESSAGE, AUTH_ACK_RESPONSE, FIELD_PAYLOAD, in make_auth_ack_response()
Dpake_server_confirm.c78 PAKE_SERVER_CONFIRM_RESPONSE, FIELD_PAYLOAD, FIELD_KCF_DATA, tmp_kcf_data_hex) < 0) { in make_pake_server_confirm()
Dauth_ack_request.c78 FIELD_AUTH_FORM, AUTH_FORM, FIELD_MESSAGE, AUTH_ACK_REQUEST, FIELD_PAYLOAD, in make_auth_ack_request()
Dpake_request.c87 FIELD_MESSAGE, PAKE_REQUEST, FIELD_PAYLOAD, FIELD_VERSION, FIELD_CURRENT_VERSION, in make_pake_request()
Dparsedata.c52 json_pobject obj_value = get_json_obj(obj, FIELD_PAYLOAD); in parse_data()
Dadd_auth_info_request.c98 ADD_AUTHINFO_REQUEST, FIELD_PAYLOAD, FIELD_ADD_AUTH_INFO, tmp_data_hex) < 0) { in make_add_auth_info_request()
Dexchange_request.c94 EXCHANGE_REQUEST, FIELD_PAYLOAD, FIELD_EX_AUTH_INFO, tmp_data_hex) < 0) { in make_exchange_request()
Drmv_auth_info_request.c97 REMOVE_AUTHINFO_REQUEST, FIELD_PAYLOAD, FIELD_RMV_AUTH_INFO, tmp_data_hex) < 0) { in make_rmv_auth_info_request()
Drmv_auth_info_response.c97 REMOVE_AUTHINFO_RESPONSE, FIELD_PAYLOAD, FIELD_RMV_RETURN, tmp_data_hex) < 0) { in make_rmv_auth_info_response()
Dexchange_response.c96 EXCHANGE_RESPONSE, FIELD_PAYLOAD, FIELD_EX_AUTH_INFO, tmp_data_hex) < 0) { in make_exchange_response()
Dadd_auth_info_response.c97 ADD_AUTHINFO_RESPONSE, FIELD_PAYLOAD, FIELD_ADD_RETURN, tmp_data_hex) < 0) { in make_add_auth_info_response()
Dpake_client_confirm.c110 PAKE_CLIENT_CONFIRM, FIELD_PAYLOAD, FIELD_KCF_DATA, tmp_kcf_data_hex, FIELD_CHALLENGE, in make_pake_client_confirm()
Dpake_response.c116 FIELD_MESSAGE, PAKE_RESPONSE, FIELD_PAYLOAD, FIELD_VERSION, FIELD_CURRENT_VERSION, in make_pake_response()
Dparsedata.h186 #define FIELD_PAYLOAD "payload" macro
/base/security/device_security_level/services/common/
Ddslm_msg_serialize.c79 payload = ConvertJsonToString(GetJsonFieldJson(handle, FIELD_PAYLOAD)); in ParseMessage()
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
Dpake_v1_server_protocol_task.c48 CJson *payload = GetObjFromJson(out, FIELD_PAYLOAD); in PackageMsgForResponse()
165 CJson *payload = GetObjFromJson(out, FIELD_PAYLOAD); in PakeServerConfirm()
Dpake_v1_client_protocol_task.c55 CJson *payload = GetObjFromJson(out, FIELD_PAYLOAD); in PakeRequest()
118 CJson *payload = GetObjFromJson(out, FIELD_PAYLOAD); in PackageMsgForClientConfirm()
/base/security/device_auth/services/authenticators/src/account_unrelated/
Ddas_task_common.c68 GOTO_ERR_AND_SET_RET(AddObjToJson(sendToPeer, FIELD_PAYLOAD, payload), res); in DasSendErrorToOut()
379 const CJson *payload = GetObjFromJson(in, FIELD_PAYLOAD); in GetAndCheckAuthIdPeer()
421 const CJson *payload = GetObjFromJson(in, FIELD_PAYLOAD); in GetAuthIdPeerFromPayload()
435 const CJson *payload = GetObjFromJson(in, FIELD_PAYLOAD); in GetAndCheckKeyLenOnServer()
/base/security/device_security_level/services/dslm/
Ddslm_msg_utils.c50 AddFieldJsonToJson(head, FIELD_PAYLOAD, body); in GenerateSecInfoResponseJson()
98 AddFieldJsonToJson(head, FIELD_PAYLOAD, body); in GenerateSecInfoRequestJson()
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
Diso_server_protocol_task.c67 GOTO_ERR_AND_SET_RET(AddObjToJson(sendToPeer, FIELD_PAYLOAD, payload), res); in PackageServerStartMessage()
146 GOTO_ERR_AND_SET_RET(AddObjToJson(sendToPeer, FIELD_PAYLOAD, payload), res); in PackDataForCalTokenServer()
Diso_client_protocol_task.c72 GOTO_ERR_AND_SET_RET(AddObjToJson(sendToPeer, FIELD_PAYLOAD, payload), res); in IsoClientStartPackData()
130 GOTO_ERR_AND_SET_RET(AddObjToJson(sendToPeer, FIELD_PAYLOAD, payload), res); in PackDataForCalToken()
/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h86 #define FIELD_PAYLOAD "payload" macro

12