mbedtls_aes_context is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
int
The number of rounds.
uint32_t *
AES round keys.
uint32_t[68]
Unaligned data buffer. This buffer can hold 32 extra Bytes, which can be used for one of the following purposes: Alignment if VIA padlock is used. Simplifying key expansion in the 256-bit case by generating an extra round key.

References

from examples