Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/smarth_rv64/include/
A Ddrv_aes.h26 typedef void *aes_handle_t; typedef
104 aes_handle_t csi_aes_initialize(int32_t idx, aes_event_cb_t cb_event);
111 int32_t csi_aes_uninitialize(aes_handle_t handle);
119 int32_t csi_aes_power_control(aes_handle_t handle, csi_power_stat_e state);
136 int32_t csi_aes_config(aes_handle_t handle,
151 int32_t csi_aes_set_key(aes_handle_t handle, void *context, void *key, aes_key_len_bits_e key_len, …
162 int32_t csi_aes_ecb_crypto(aes_handle_t handle, void *context, void *in, void *out, uint32_t len);
174 int32_t csi_aes_cbc_crypto(aes_handle_t handle, void *context, void *in, void *out, uint32_t len, u…
186 int32_t csi_aes_cfb1_crypto(aes_handle_t handle, void *context, void *in, void *out, uint32_t len,…
198 int32_t csi_aes_cfb8_crypto(aes_handle_t handle, void *context, void *in, void *out, uint32_t len, …
[all …]
/AliOS-Things-master/components/csi/csi1/include/drv/
A Daes.h26 typedef void *aes_handle_t; typedef
104 aes_handle_t csi_aes_initialize(int32_t idx, aes_event_cb_t cb_event);
111 int32_t csi_aes_uninitialize(aes_handle_t handle);
119 int32_t csi_aes_power_control(aes_handle_t handle, csi_power_stat_e state);
136 int32_t csi_aes_config(aes_handle_t handle,
151 int32_t csi_aes_set_key(aes_handle_t handle, void *context, void *key, aes_key_len_bits_e key_len, …
162 int32_t csi_aes_ecb_crypto(aes_handle_t handle, void *context, void *in, void *out, uint32_t len);
174 int32_t csi_aes_cbc_crypto(aes_handle_t handle, void *context, void *in, void *out, uint32_t len, u…
186 int32_t csi_aes_cfb1_crypto(aes_handle_t handle, void *context, void *in, void *out, uint32_t len,…
198 int32_t csi_aes_cfb8_crypto(aes_handle_t handle, void *context, void *in, void *out, uint32_t len, …
[all …]

Completed in 5 milliseconds