Home
last modified time | relevance | path

Searched defs:nav (Results 1 – 2 of 2) sorted by relevance

/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
Ddistribution.c103 struct header_analysis nav = { INVALID_MODULAR, 0, 0 }; in navigate_message() local
117 int32_t check_message_support(struct hichain *hichain, const struct header_analysis *nav, in check_message_support()
151 int32_t proc_message(struct hichain *handle, struct header_analysis *nav, in proc_message()
165 int32_t connect_message(struct hichain *handle, struct header_analysis *nav, struct message *send) in connect_message()
199 …tic bool check_hichain_state_is_success(struct hichain *hichain, const struct header_analysis *nav) in check_hichain_state_is_success()
220 static int32_t get_operation_code(const struct header_analysis *nav, const struct message *receive) in get_operation_code()
253 #define CUT_EMPTY_FUNC(d_name, handle, nav, receive, send) \ argument
264 static int32_t proc_pake_response_message(struct hichain *handle, struct header_analysis *nav, in proc_pake_response_message()
289 static int32_t proc_exchange_response_message(struct hichain *handle, struct header_analysis *nav, in proc_exchange_response_message()
307 static int32_t proc_sts_response_message(struct hichain *handle, struct header_analysis *nav, in proc_sts_response_message()
[all …]
/base/security/device_auth/frameworks/deviceauth_lite/source/
Dhichain.c160 struct header_analysis nav = navigate_message(receive.msg_code); in receive_data() local