Home
last modified time | relevance | path

Searched defs:send_data (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dkey_agreement_client.c36 int32_t send_start_request(void *handle, void *send_data) in send_start_request()
61 int32_t send_end_request(void *handle, void *receive_data, void *send_data) in send_end_request()
H A Dpake_client.c80 struct pake_start_request_data *send_data = in send_pake_start_request() local
110 struct pake_end_request_data *send_data = in send_pake_end_request() local
154 struct pake_start_request_data *send_data = (struct pake_start_request_data *)data; in build_start_request_data() local
H A Dsts_client.c74 struct sts_start_request_data *send_data = (struct sts_start_request_data *)data; in build_start_request_data() local
429 struct sts_start_request_data *send_data = in send_sts_start_request() local
459 struct sts_end_request_data *send_data = in send_sts_end_request() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dsettings.rs62 pub(crate) fn send_data(&mut self, size: u32) { in send_data() method
H A Dwindow.rs54 pub(crate) fn send_data(&mut self, size: u32) { in send_data() method
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dremove_auth_info.c34 remove_response_data *send_data = malloc_auth_info_msg(HC_AUTH_RESPONSE_LEN); in send_remove_response() local
H A Dexchange_auth_info_client.c46 exchange_request_data *send_data = malloc_auth_info_msg(HC_EXCHANGE_REQUEST_LEN); in send_exchange_request() local
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c154 void *send_data = NULL; in receive_data() local
556 void *send_data = NULL; in triggered_pake_client() local
598 void *send_data = NULL; in triggered_sts_client() local
726 static int32_t build_send_data_by_struct(const struct message *message, void **send_data, uint32_t … in build_send_data_by_struct()