mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-06 07:10:41 +00:00
Specify unit for rk_offset in AES context
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
dd76ef359d
commit
6d71944f0d
@ -80,7 +80,8 @@ extern "C" {
|
|||||||
typedef struct mbedtls_aes_context
|
typedef struct mbedtls_aes_context
|
||||||
{
|
{
|
||||||
int MBEDTLS_PRIVATE(nr); /*!< The number of rounds. */
|
int MBEDTLS_PRIVATE(nr); /*!< The number of rounds. */
|
||||||
size_t MBEDTLS_PRIVATE(rk_offset); /*!< Buffer offset for AES round keys. */
|
size_t MBEDTLS_PRIVATE(rk_offset); /*!< The offset in array elements to AES
|
||||||
|
round keys in the buffer. */
|
||||||
uint32_t MBEDTLS_PRIVATE(buf)[68]; /*!< Unaligned data buffer. This buffer can
|
uint32_t MBEDTLS_PRIVATE(buf)[68]; /*!< Unaligned data buffer. This buffer can
|
||||||
hold 32 extra Bytes, which can be used for
|
hold 32 extra Bytes, which can be used for
|
||||||
one of the following purposes:
|
one of the following purposes:
|
||||||
|
Loading…
Reference in New Issue
Block a user