ReactOS 0.4.16-dev-1109-gd06d9f3
|
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.