Home
last modified time | relevance | path

Searched refs:header_analysis (Results 1 - 3 of 3) sorted by relevance

/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/
H A Ddistribution.h60 struct header_analysis { struct
66 struct header_analysis navigate_message(uint32_t message_code);
67 int32_t check_message_support(struct hichain *hichain, const struct header_analysis *nav,
69 int32_t proc_message(struct hichain *handle, struct header_analysis *nav, struct message *receive,
71 int32_t connect_message(struct hichain *handle, struct header_analysis *nav, struct message *send);
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Ddistribution.c33 static int32_t proc_pake_response_message(struct hichain *handle, struct header_analysis *nav,
35 static int32_t proc_exchange_response_message(struct hichain *handle, struct header_analysis *nav,
37 static int32_t proc_remove_request_message(struct hichain *handle, struct header_analysis *nav,
39 static int32_t proc_remove_response_message(struct hichain *handle, struct header_analysis *nav,
41 static int32_t proc_inform_message(struct hichain *handle, struct header_analysis *nav,
43 static bool check_hichain_state_is_success(struct hichain *hichain, const struct header_analysis *nav);
44 static int32_t get_operation_code(const struct header_analysis *nav, const struct message *receive);
46 static int32_t proc_sts_response_message(struct hichain *handle, struct header_analysis *nav,
49 typedef int32_t (*proc_message_func)(struct hichain *handle, struct header_analysis *nav,
101 struct header_analysis navigate_messag
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c160 struct header_analysis nav = navigate_message(receive.msg_code); in receive_data()

Completed in 4 milliseconds