Home
last modified time | relevance | path

Searched defs:send (Results 1 – 13 of 13) sorted by relevance

/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
Ddistribution.c171 struct message *receive, struct message *send) in proc_message()
184 int32_t connect_message(struct hichain *handle, struct header_analysis *nav, struct message *send) in connect_message()
335 struct message *receive, struct message *send) in proc_pake_request_message()
359 struct message *receive, struct message *send) in proc_pake_response_message()
383 struct message *receive, struct message *send) in proc_exchange_request_message()
398 struct message *receive, struct message *send) in proc_exchange_response_message()
415 struct message *receive, struct message *send) in proc_sts_request_message()
439 struct message *receive, struct message *send) in proc_sts_response_message()
462 struct message *receive, struct message *send) in proc_add_request_message()
478 struct message *receive, struct message *send) in proc_remove_request_message()
[all …]
/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
Dadd_auth_info_client.c24 int32_t send_add_request(const struct hichain *hichain, struct message *send) in send_add_request()
64 …t32_t build_add_request_data(struct add_auth_info_client *auth_info_client, add_request_data *send) in build_add_request_data()
140 int32_t send_add_request(const struct hichain *hichain, struct message *send) in send_add_request()
Dremove_auth_info_client.c29 int32_t send_remove_request(const struct hichain *hichain, struct message *send) in send_remove_request()
71 …ld_remove_request_data(struct remove_auth_info_client *auth_info_client, remove_request_data *send) in build_remove_request_data()
145 int32_t send_remove_request(const struct hichain *hichain, struct message *send) in send_remove_request()
Dremove_auth_info.c32 … send_remove_response(const struct hichain *hichain, struct message *receive, struct message *send) in send_remove_response()
97 static int32_t build_remove_response_data(const struct hichain *hichain, remove_response_data *send) in build_remove_response_data()
Dexchange_auth_info_client.c44 int32_t send_exchange_request(const struct hichain *hichain, struct message *send) in send_exchange_request()
128 static int32_t build_exchange_request(const struct hichain *hichain, exchange_request_data *send) in build_exchange_request()
407 int32_t send_exchange_request(const struct hichain *hichain, struct message *send) in send_exchange_request()
Dadd_auth_info.c38 …2_t send_add_response(const struct hichain *hichain, struct message *receive, struct message *send) in send_add_response()
101 static int32_t build_add_response_data(const struct hichain *hichain, add_response_data *send) in build_add_response_data()
Dexchange_auth_info.c40 …end_exchange_response(const struct hichain *hichain, struct message *receive, struct message *send) in send_exchange_response()
123 …c int32_t build_exchange_response_data(const struct hichain *hichain, exchange_response_data *send) in build_exchange_response_data()
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
Dpake_client.c76 int32_t send_pake_start_request(struct pake_client *pake_client, struct message *send) in send_pake_start_request()
102 …e_end_request(struct pake_client *pake_client, const struct message *receive, struct message *send) in send_pake_end_request()
251 struct pake_end_request_data *send = (struct pake_end_request_data *)data; in build_end_request_data() local
Dsts_client.c342 struct sts_end_request_data *send = (struct sts_end_request_data *)data; in build_end_request_data() local
425 int32_t send_sts_start_request(struct sts_client *sts_client, struct message *send) in send_sts_start_request()
451 …sts_end_request(struct sts_client *sts_client, const struct message *receive, struct message *send) in send_sts_end_request()
Dpake_server.c79 …pake_start_response(struct pake_server *pake_server, struct message *receive, struct message *send) in send_pake_start_response()
109 …d_pake_end_response(struct pake_server *pake_server, struct message *receive, struct message *send) in send_pake_end_response()
Dsec_clone_server.c118 const struct message *receive, struct message *send) in send_sec_clone_start_response()
157 const struct message *receive, struct message *send) in send_sec_clone_end_response()
Dsts_server.c77 …t send_sts_start_response(struct sts_server *handle, struct message *receive, struct message *send) in send_sts_start_response()
120 …2_t send_sts_end_response(struct sts_server *handle, struct message *receive, struct message *send) in send_sts_end_response()
/base/security/device_auth/frameworks/deviceauth_lite/source/
Dhichain.c163 struct message send = { INFORM_MESSAGE, 0, 0 }; in receive_data() local
272 struct message send = { INFORM_MESSAGE, 0, 0 }; in receive_data_with_json_object() local
746 static void encap_inform_message(int32_t error_code, struct message *send) in encap_inform_message()
774 struct message send = { in triggered_pake_client() local
816 struct message send = { in triggered_sts_client() local