mbedtls_aes_context::buf is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

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.

Syntax

uint32_t buf[68];

References

LocationReferrerText
aes.h:90
uint32_t buf[68]; /*!< Unaligned data buffer. This buffer can
aes.c:589mbedtls_aes_setkey_enc()
ctx->rk = RK = ctx->buf;
aes.c:693mbedtls_aes_setkey_dec()
ctx->rk = RK = ctx->buf;

Data Use

Functions reading mbedtls_aes_context::buf
mbedtls_aes_context::buf
Type of mbedtls_aes_context::buf
mbedtls_aes_context::buf
uint32_t
all items filtered out