mbed TLS library
Dependents: HTTPClient-SSL WS_SERVER
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 65 of file aes.h.
Field Documentation
Generated on Tue Jul 12 2022 13:50:41 by 1.7.2