Home
last modified time | relevance | path

Searched refs:crypt_handle_t (Results 1 – 4 of 4) sorted by relevance

/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_crypt.h146 } crypt_handle_t; typedef
194 ald_status_t ald_crypt_init(crypt_handle_t *hperh);
195 ald_status_t ald_crypt_write_key(crypt_handle_t *hperh, uint32_t *key);
196 ald_status_t ald_crypt_read_key(crypt_handle_t *hperh, uint32_t *key);
197 ald_status_t ald_crypt_write_ivr(crypt_handle_t *hperh, uint32_t *iv);
198 ald_status_t ald_crypt_read_ivr(crypt_handle_t *hperh, uint32_t *iv);
225 ald_status_t ald_crypt_dma_pause(crypt_handle_t *hperh);
226 ald_status_t ald_crypt_dma_resume(crypt_handle_t *hperh);
227 ald_status_t ald_crypt_dma_stop(crypt_handle_t *hperh);
229 void ald_crypt_irq_handler(crypt_handle_t *hperh);
[all …]
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_crypt.h207 } crypt_handle_t; typedef
266 extern ald_status_t ald_crypt_init(crypt_handle_t *hperh);
284 extern ald_status_t ald_crypt_encrypt_by_dma(crypt_handle_t *hperh, uint8_t * plain_text,
297 extern ald_status_t ald_crypt_dma_pause(crypt_handle_t *hperh);
298 extern ald_status_t ald_crypt_dma_resume(crypt_handle_t *hperh);
299 extern ald_status_t ald_crypt_dma_stop(crypt_handle_t *hperh);
301 extern void ald_crypt_irq_handler(crypt_handle_t *hperh);
310 extern flag_status_t ald_crypt_get_flag_status(crypt_handle_t *hperh, crypt_flag_t flag);
311 extern void ald_crypt_clear_flag_status(crypt_handle_t *hperh, crypt_flag_t flag);
312 extern it_status_t ald_crypt_get_it_status(crypt_handle_t *hperh, crypt_it_t it);
[all …]
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_crypt.c49 void crypt_reset(crypt_handle_t *hperh);
75 ald_status_t ald_crypt_init(crypt_handle_t *hperh) in ald_crypt_init()
196 ald_status_t ald_crypt_read_ivr(crypt_handle_t *hperh, uint32_t *iv) in ald_crypt_read_ivr()
711 ald_status_t ald_crypt_dma_pause(crypt_handle_t *hperh) in ald_crypt_dma_pause()
727 ald_status_t ald_crypt_dma_resume(crypt_handle_t *hperh) in ald_crypt_dma_resume()
742 ald_status_t ald_crypt_dma_stop(crypt_handle_t *hperh) in ald_crypt_dma_stop()
759 void ald_crypt_irq_handler(crypt_handle_t *hperh) in ald_crypt_irq_handler()
903 crypt_state_t ald_crypt_get_state(crypt_handle_t *hperh) in ald_crypt_get_state()
930 void crypt_reset(crypt_handle_t *hperh) in crypt_reset()
963 crypt_handle_t *hperh = (crypt_handle_t *)arg; in crypt_dma_crypt_cplt()
[all …]
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_crypt.c51 void crypt_reset(crypt_handle_t *hperh);
77 ald_status_t ald_crypt_init(crypt_handle_t *hperh) in ald_crypt_init()
863 ald_status_t ald_crypt_dma_pause(crypt_handle_t *hperh) in ald_crypt_dma_pause()
879 ald_status_t ald_crypt_dma_resume(crypt_handle_t *hperh) in ald_crypt_dma_resume()
894 ald_status_t ald_crypt_dma_stop(crypt_handle_t *hperh) in ald_crypt_dma_stop()
911 void ald_crypt_irq_handler(crypt_handle_t *hperh) in ald_crypt_irq_handler()
1033 it_status_t ald_crypt_get_it_status(crypt_handle_t *hperh, crypt_it_t it) in ald_crypt_get_it_status()
1059 crypt_state_t ald_crypt_get_state(crypt_handle_t *hperh) in ald_crypt_get_state()
1085 void crypt_reset(crypt_handle_t *hperh) in crypt_reset()
1118 crypt_handle_t *hperh = (crypt_handle_t *)arg; in crypt_dma_crypt_cplt()
[all …]

Completed in 14 milliseconds