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.
Dependents: Encrypt_Decrypt1 mbed_blink_tls encrypt encrypt
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 11:22:57 by
