/base/security/device_security_level/services/include/ |
D | dslm_msg_serialize.h | 31 #define FIELD_PAYLOAD "payload" macro
|
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/ |
D | sec_clone_data.c | 94 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()
|
D | inform_message.c | 66 INFORM_MESSAGE, FIELD_PAYLOAD, FIELD_ERROR_CODE, inform_msg->error_code) < 0) { in make_inform_message()
|
D | auth_ack_response.c | 78 FIELD_AUTH_FORM, AUTH_FORM, FIELD_MESSAGE, AUTH_ACK_RESPONSE, FIELD_PAYLOAD, in make_auth_ack_response()
|
D | pake_server_confirm.c | 78 PAKE_SERVER_CONFIRM_RESPONSE, FIELD_PAYLOAD, FIELD_KCF_DATA, tmp_kcf_data_hex) < 0) { in make_pake_server_confirm()
|
D | auth_ack_request.c | 78 FIELD_AUTH_FORM, AUTH_FORM, FIELD_MESSAGE, AUTH_ACK_REQUEST, FIELD_PAYLOAD, in make_auth_ack_request()
|
D | pake_request.c | 87 FIELD_MESSAGE, PAKE_REQUEST, FIELD_PAYLOAD, FIELD_VERSION, FIELD_CURRENT_VERSION, in make_pake_request()
|
D | parsedata.c | 52 json_pobject obj_value = get_json_obj(obj, FIELD_PAYLOAD); in parse_data()
|
D | add_auth_info_request.c | 98 ADD_AUTHINFO_REQUEST, FIELD_PAYLOAD, FIELD_ADD_AUTH_INFO, tmp_data_hex) < 0) { in make_add_auth_info_request()
|
D | exchange_request.c | 94 EXCHANGE_REQUEST, FIELD_PAYLOAD, FIELD_EX_AUTH_INFO, tmp_data_hex) < 0) { in make_exchange_request()
|
D | rmv_auth_info_request.c | 97 REMOVE_AUTHINFO_REQUEST, FIELD_PAYLOAD, FIELD_RMV_AUTH_INFO, tmp_data_hex) < 0) { in make_rmv_auth_info_request()
|
D | rmv_auth_info_response.c | 97 REMOVE_AUTHINFO_RESPONSE, FIELD_PAYLOAD, FIELD_RMV_RETURN, tmp_data_hex) < 0) { in make_rmv_auth_info_response()
|
D | exchange_response.c | 96 EXCHANGE_RESPONSE, FIELD_PAYLOAD, FIELD_EX_AUTH_INFO, tmp_data_hex) < 0) { in make_exchange_response()
|
D | add_auth_info_response.c | 97 ADD_AUTHINFO_RESPONSE, FIELD_PAYLOAD, FIELD_ADD_RETURN, tmp_data_hex) < 0) { in make_add_auth_info_response()
|
D | pake_client_confirm.c | 110 PAKE_CLIENT_CONFIRM, FIELD_PAYLOAD, FIELD_KCF_DATA, tmp_kcf_data_hex, FIELD_CHALLENGE, in make_pake_client_confirm()
|
D | pake_response.c | 116 FIELD_MESSAGE, PAKE_RESPONSE, FIELD_PAYLOAD, FIELD_VERSION, FIELD_CURRENT_VERSION, in make_pake_response()
|
D | parsedata.h | 186 #define FIELD_PAYLOAD "payload" macro
|
/base/security/device_security_level/services/common/ |
D | dslm_msg_serialize.c | 79 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/ |
D | pake_v1_server_protocol_task.c | 48 CJson *payload = GetObjFromJson(out, FIELD_PAYLOAD); in PackageMsgForResponse() 165 CJson *payload = GetObjFromJson(out, FIELD_PAYLOAD); in PakeServerConfirm()
|
D | pake_v1_client_protocol_task.c | 55 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/ |
D | das_task_common.c | 68 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/ |
D | dslm_msg_utils.c | 50 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/ |
D | iso_server_protocol_task.c | 67 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()
|
D | iso_client_protocol_task.c | 72 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/ |
D | common_defs.h | 86 #define FIELD_PAYLOAD "payload" macro
|