[#camellia_key_st-_01record] = xref:camellia_key_st.adoc[camellia_key_st]::Unnamed union :relfileprefix: ../ :mrdocs: Storage for the round‐key table with forced 64‐bit alignment. == Synopsis Declared in `<openssl/camellia.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- union Unnamed union; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:camellia_key_st/_01record/d.adoc[`d`] [.small]#[variant member]# | Dummy member ensuring the union (and thus `rd_key)` is 64‐bit aligned. | xref:camellia_key_st/_01record/rd_key.adoc[`rd_key`] [.small]#[variant member]# | Expanded Camellia round keys produced by Camellia_set_key(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#