mbedtls_aes_context::buf field
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.
![]()
uint32_t buf[68];
mbedtls_aes_context::buf is read by 2 functions:
![]()
mbedtls_aes_context::buf