Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbedtls by
mbedtls_aes_context Struct Reference
AES context structure. More...
#include <aes.h>
Data Fields | |
int | nr |
uint32_t * | rk |
uint32_t | buf [68] |
Detailed Description
AES context structure.
- Note:
- buf is able to hold 32 extra bytes, which can be used:
- for alignment purposes if VIA padlock is used, and/or
- to simplify key expansion in the 256-bit case by generating an extra round key
Definition at line 58 of file aes.h.
Field Documentation
Generated on Tue Jul 12 2022 12:52:56 by
