Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/interfaces/inner_api/deviceauth_lite/
H A Dhichain.h23 #define DLL_API_PUBLIC __declspec(dllexport) macro
25 #define DLL_API_PUBLIC __declspec(dllimport) macro
28 #define DLL_API_PUBLIC __attribute__ ((visibility("default"))) macro
264 DLL_API_PUBLIC void registe_log(struct log_func_group *log);
283 DLL_API_PUBLIC void destroy(hc_handle *handle);
292 DLL_API_PUBLIC void set_context(hc_handle handle, void *context);
301 DLL_API_PUBLIC int32_t receive_data(hc_handle handle, struct uint8_buff *data);
322 DLL_API_PUBLIC int32_t start_pake(hc_handle handle, const struct operation_parameter *params);
382 DLL_API_PUBLIC int32_t is_trust_peer(hc_handle handle, struct hc_user_info *user_info);
393 DLL_API_PUBLIC uint32_t list_trust_peers(hc_handle handle, int32_t trust_user_type,
[all …]
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/log/
H A Dlog.c24 #define DLL_API_PUBLIC __declspec(dllexport) macro
26 #define DLL_API_PUBLIC __declspec(dllimport) macro
29 #define DLL_API_PUBLIC __attribute__ ((visibility("default"))) macro
60 DLL_API_PUBLIC void registe_log(struct log_f_group *log) in registe_log()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c72 DLL_API_PUBLIC hc_handle get_instance(const struct session_identity *identity, enum hc_type type, in get_instance()
113 DLL_API_PUBLIC void destroy(hc_handle *handle) in destroy()
143 DLL_API_PUBLIC int32_t receive_data(hc_handle handle, struct uint8_buff *data) in receive_data()
245 DLL_API_PUBLIC int32_t start_pake(hc_handle handle, const struct operation_parameter *params) in start_pake()
266 DLL_API_PUBLIC int32_t authenticate_peer(hc_handle handle, struct operation_parameter *params) in authenticate_peer()
285 DLL_API_PUBLIC int32_t delete_local_auth_info(hc_handle handle, struct hc_user_info *user_info) in delete_local_auth_info()
340 DLL_API_PUBLIC int32_t is_trust_peer(hc_handle handle, struct hc_user_info *user_info) in is_trust_peer()
387 DLL_API_PUBLIC uint32_t list_trust_peers(hc_handle handle, int32_t trust_user_type, in list_trust_peers()