In this section you can find all the projects related to the Advanced Encryption Standard (AES).
XMEGA AES XMEGA A1-Xplained example1 | |
Use the XMEGA built-in AES accelerator. A single block is encrypted and decrypted. | |
XMEGA AES XMEGA-A1 Xplained example2 | |
Use the XMEGA built-in AES accelerator with interrupts. A single block is encrypted and decrypted using interrupts to control the process flow. | |
XMEGA AES XMEGA-A1 Xplained example3 | |
Use the XMEGA built-in AES accelerator. DMA channel 0 is used to access AES register. | |
XMEGA AES xplain example1 | |
Use the XMEGA built-in AES accelerator. A single block is encrypted and decrypted. | |
XMEGA AES xplain example2 | |
Use the XMEGA built-in AES accelerator with interrupts. A single block is encrypted and decrypted using interrupts to control the process flow. | |
XMEGA AES xplain example3 | |
Use the XMEGA built-in AES accelerator. DMA channel 0 is used to access AES register. |
AES driver unit tests on XMEGA-A1 Xplained | |