ReactOS 0.4.15-dev-7196-g0fe0b40
|
CAMELLIA context structure. More...
#include <camellia.h>
Public Attributes | |
int | nr |
uint32_t | rk [68] |
CAMELLIA context structure.
Definition at line 88 of file camellia.h.
int mbedtls_camellia_context::nr |
number of rounds
Definition at line 90 of file camellia.h.
uint32_t mbedtls_camellia_context::rk[68] |
CAMELLIA round keys
Definition at line 91 of file camellia.h.