Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
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()
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
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
/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
Dremove_auth_info.c34 remove_response_data *send_data = malloc_auth_info_msg(HC_AUTH_RESPONSE_LEN); in send_remove_response() local
Dexchange_auth_info_client.c46 exchange_request_data *send_data = malloc_auth_info_msg(HC_EXCHANGE_REQUEST_LEN); in send_exchange_request() local
/base/security/device_auth/frameworks/deviceauth_lite/source/
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()