camellia_key_st

Legacy Camellia expanded key schedule (deprecated low-level type; prefer EVP_CIPHER APIs).

Synopsis

Declared in <openssl/camellia.h>

struct camellia_key_st;

Types

NameDescription
Unnamed union Storage for the round-key table with forced 64-bit alignment.

Data Members

NameDescription
grand_rounds Number of Camellia grand rounds for this key length (for example 3 or 4).
u Storage for the round-key table with forced 64-bit alignment.