Module to declare AES entity API. More...
Functions |
|
| void | aes_entity_init (void) |
|
Function for initializing the AES ECB module.
|
|
| void | aes_handle (uint8_t *key, uint8_t *text) |
|
AES encryption.
More...
|
|
Detailed Description
Module to declare AES entity API.
Function Documentation
| void aes_handle | ( | uint8_t * | key , |
| uint8_t * | text | ||
| ) |
AES encryption.
Performs synchronous encryption of text against the key. Encrypted data is stored to text memory.
- Parameters
-
key Pointer to a 128-bit key. text Pointer to a 128-bit plain text data.