Searched refs:DLL_API_PUBLIC (Results 1 – 3 of 3) sorted by relevance
| /base/security/device_auth/interfaces/inner_api/deviceauth_lite/ |
| D | hichain.h | 23 #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); 274 DLL_API_PUBLIC hc_handle get_instance(const struct session_identity *identity, enum hc_type type, 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); 310 DLL_API_PUBLIC int32_t receive_data_with_json_object(hc_handle handle, const void *json_object); 322 DLL_API_PUBLIC int32_t start_pake(hc_handle handle, const struct operation_parameter *params); [all …]
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/log/ |
| D | log.c | 24 #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()
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/ |
| D | hichain.c | 70 DLL_API_PUBLIC hc_handle get_instance(const struct session_identity *identity, enum hc_type type, in get_instance() 111 DLL_API_PUBLIC void destroy(hc_handle *handle) in destroy() 141 DLL_API_PUBLIC int32_t receive_data(hc_handle handle, struct uint8_buff *data) in receive_data() 241 DLL_API_PUBLIC int32_t start_pake(hc_handle handle, const struct operation_parameter *params) in start_pake() 262 DLL_API_PUBLIC int32_t authenticate_peer(hc_handle handle, struct operation_parameter *params) in authenticate_peer() 281 DLL_API_PUBLIC int32_t delete_local_auth_info(hc_handle handle, struct hc_user_info *user_info) in delete_local_auth_info() 336 DLL_API_PUBLIC int32_t is_trust_peer(hc_handle handle, struct hc_user_info *user_info) in is_trust_peer() 383 DLL_API_PUBLIC uint32_t list_trust_peers(hc_handle handle, int32_t trust_user_type, in list_trust_peers()
|