Home
last modified time | relevance | path

Searched refs:build_send_data_by_struct (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c56 static int32_t build_send_data_by_struct(const struct message *message, void **send_data, uint32_t …
179 ret = build_send_data_by_struct(&send, &send_data, &send_data_len); in receive_data()
559 ret = build_send_data_by_struct(&send, &send_data, &send_data_len); in triggered_pake_client()
601 ret = build_send_data_by_struct(&send, &send_data, &send_data_len); in triggered_sts_client()
726 static int32_t build_send_data_by_struct(const struct message *message, void **send_data, uint32_t … in build_send_data_by_struct() function