Mbed TLS v3.6.1
|
CAMELLIA context structure. More...
#include <camellia.h>
Data Fields | |
int | private_nr |
uint32_t | private_rk [68] |
int | dummy |
CAMELLIA context structure.
Definition at line 41 of file camellia.h.
int mbedtls_camellia_context::dummy |
Definition at line 11 of file camellia_alt.h.
int mbedtls_camellia_context::private_nr |
number of rounds
Definition at line 42 of file camellia.h.
uint32_t mbedtls_camellia_context::private_rk[68] |
CAMELLIA round keys
Definition at line 43 of file camellia.h.