Home
last modified time | relevance | path

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

/ohos5.0/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,
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_message(uint32_t message_code) in navigate_message()
103 struct header_analysis nav = { INVALID_MODULAR, 0, 0 }; in navigate_message()
117 int32_t check_message_support(struct hichain *hichain, const struct header_analysis *nav, in check_message_support()
[all …]
/ohos5.0/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); argument
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);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c160 struct header_analysis nav = navigate_message(receive.msg_code); in receive_data()