Home
last modified time | relevance | path

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

/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_crypt.c238 uint32_t *plain_buf = (uint32_t *)plain_text; in ald_crypt_encrypt()
288 uint32_t *plain_buf = (uint32_t*)plain_text; in ald_crypt_decrypt()
465 uint32_t *plain_buf = (uint32_t *)plain_text; in ald_crypt_encrypt_by_it()
479 hperh->plain_text = plain_text; in ald_crypt_encrypt_by_it()
524 hperh->plain_text = plain_text; in ald_crypt_decrypt_by_it()
557 if (plain_text == NULL || cipher_text == NULL || size == 0) in ald_crypt_encrypt_by_dma()
565 hperh->plain_text = plain_text; in ald_crypt_encrypt_by_dma()
643 hperh->plain_text = plain_text; in ald_crypt_decrypt_by_dma()
766 in_buf = (uint32_t *)hperh->plain_text + hperh->count; in ald_crypt_irq_handler()
967 hperh->plain_text = NULL; in crypt_dma_crypt_cplt()
[all …]
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_crypt.c390 uint32_t *plain_buf = (uint32_t *)plain_text; in ald_crypt_encrypt()
438 uint32_t *plain_buf = (uint32_t*)plain_text; in ald_crypt_decrypt()
613 uint32_t *plain_buf = (uint32_t *)plain_text; in ald_crypt_encrypt_by_it()
627 hperh->plain_text = plain_text; in ald_crypt_encrypt_by_it()
672 hperh->plain_text = plain_text; in ald_crypt_decrypt_by_it()
713 hperh->plain_text = plain_text; in ald_crypt_encrypt_by_dma()
793 hperh->plain_text = plain_text; in ald_crypt_decrypt_by_dma()
915 uint32_t *out_buf = (uint32_t *)hperh->plain_text; in ald_crypt_irq_handler()
922 in_buf = (uint32_t *)hperh->plain_text + hperh->count; in ald_crypt_irq_handler()
1122 hperh->plain_text = NULL; in crypt_dma_crypt_cplt()
[all …]
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_crypt.h133 uint8_t *plain_text; /**< Pointer to plain text */ member
206 ald_status_t ald_crypt_encrypt(crypt_handle_t *hperh, uint8_t *plain_text, uint8_t *cipher_text, ui…
207 ald_status_t ald_crypt_decrypt(crypt_handle_t *hperh, uint8_t *cipher_text, uint8_t *plain_text, ui…
209 ald_status_t ald_crypt_encrypt_by_it(crypt_handle_t *hperh, uint8_t *plain_text, uint8_t *cipher_te…
210 …ypt_decrypt_by_it(crypt_handle_t *hperh, uint8_t *cipher_text, uint8_t *plain_text, uint32_t size);
212 ald_status_t ald_crypt_encrypt_by_dma(crypt_handle_t *hperh, uint8_t *plain_text,
215 uint8_t *plain_text, uint32_t size, uint8_t channel_m2p, uint8_t channel_p2m);
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_crypt.h192 uint8_t *plain_text; /**< Pointer to plain text */ member
278 extern ald_status_t ald_crypt_encrypt(crypt_handle_t *hperh, uint8_t * plain_text, uint8_t * cipher…
279 …d_crypt_decrypt(crypt_handle_t *hperh, uint8_t * cipher_text, uint8_t * plain_text, uint32_t size);
281 extern ald_status_t ald_crypt_encrypt_by_it(crypt_handle_t *hperh, uint8_t *plain_text, uint8_t *ci…
282 …ypt_decrypt_by_it(crypt_handle_t *hperh, uint8_t *cipher_text, uint8_t *plain_text, uint32_t size);
284 extern ald_status_t ald_crypt_encrypt_by_dma(crypt_handle_t *hperh, uint8_t * plain_text,
287 uint8_t *plain_text, uint32_t size, uint8_t channel_m2p, uint8_t channel_p2m);

Completed in 9 milliseconds