Home
last modified time | relevance | path

Searched refs:HKS_DLL_API_PUBLIC (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/huks/interfaces/inner_api/huks_lite/
H A Dhks_client.h38 HKS_DLL_API_PUBLIC int32_t hks_init(void);
45 HKS_DLL_API_PUBLIC void hks_destroy(void);
54 HKS_DLL_API_PUBLIC int32_t hks_refresh_key_info(void);
84 HKS_DLL_API_PUBLIC int32_t hks_generate_asymmetric_key(
100 HKS_DLL_API_PUBLIC int32_t hks_import_public_key(
110 HKS_DLL_API_PUBLIC int32_t hks_export_public_key(
155 HKS_DLL_API_PUBLIC int32_t hks_asymmetric_sign(
286 HKS_DLL_API_PUBLIC int32_t hks_hash(const uint32_t alg,
295 HKS_DLL_API_PUBLIC int32_t hks_bn_exp_mod(struct hks_blob *x,
304 HKS_DLL_API_PUBLIC int32_t hks_register_log_interface(
[all …]
H A Dhks_types.h29 #define HKS_DLL_API_PUBLIC __declspec(dllexport) macro
31 #define HKS_DLL_API_PUBLIC __declspec(dllimport)
34 #define HKS_DLL_API_PUBLIC __attribute__ ((visibility("default")))
37 #define HKS_DLL_API_PUBLIC __attribute__ ((visibility("default")))