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

Synopsis

Declared in <openssl/camellia.h>

union Unnamed union;

Data Members

Name

Description

d [variant member]

Dummy member ensuring the union (and thus rd_key) is 64‐bit aligned.

rd_key [variant member]

Expanded Camellia round keys produced by Camellia_set_key().

Created with MrDocs