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

Synopsis

Declared in <openssl/camellia.h>

struct camellia_key_st;

Types

Name

Description

Unnamed union

Storage for the round‐key table with forced 64‐bit alignment.

Data Members

Name

Description

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.

Created with MrDocs