mbed TLS v3.1.0
|
CAMELLIA context structure. More...
#include <camellia.h>
Data Fields | |
int | private_nr |
uint32_t | private_rk [68] |
CAMELLIA context structure.
Definition at line 53 of file camellia.h.
int mbedtls_camellia_context::private_nr |
number of rounds
Definition at line 55 of file camellia.h.
uint32_t mbedtls_camellia_context::private_rk[68] |
CAMELLIA round keys
Definition at line 56 of file camellia.h.