mbed TLS v2.2.0
|
CAMELLIA context structure.
Definition at line 52 of file camellia.h.
#include <camellia.h>
Data Fields | |
int | nr |
uint32_t | rk [68] |
int mbedtls_camellia_context::nr |
number of rounds
Definition at line 54 of file camellia.h.
uint32_t mbedtls_camellia_context::rk[68] |
CAMELLIA round keys
Definition at line 55 of file camellia.h.