Go to the documentation of this file.
52 #ifndef _APP_AES_DMA_H_
53 #define _APP_AES_DMA_H_
63 #ifdef HAL_AES_MODULE_ENABLED
AES parameters structure definition.
uint16_t app_aes_dma_deinit(void)
De-initialize the APP AES DRIVER peripheral.
uint16_t app_aes_dma_init(app_aes_params_t *p_params)
Initialize the APP AES DRIVER according to the specified parameters in the app_aes_params_t and app_a...
uint16_t app_aes_dma_decrypt_async(uint32_t *p_cypher_data, uint32_t number, uint32_t *p_plain_data)
Decrypted an amount of data in non-blocking mode.
This file contains all the functions prototypes for the HAL module driver.
uint16_t app_aes_dma_encrypt_async(uint32_t *p_plain_data, uint32_t number, uint32_t *p_cypher_data)
Encrypted an amount of data in non-blocking mode.
Header file of app driver error code.
Header file of app driver config code.
Header file containing functions prototypes of AES app library.