Union bearssl::br_aes_gen_cbcdec_keys [] [src]

#[repr(C)]
pub union br_aes_gen_cbcdec_keys { pub vtable: *const br_block_cbcdec_class, pub c_big: br_aes_big_cbcdec_keys, pub c_small: br_aes_small_cbcdec_keys, pub c_ct: br_aes_ct_cbcdec_keys, pub c_ct64: br_aes_ct64_cbcdec_keys, pub c_x86ni: br_aes_x86ni_cbcdec_keys, pub c_pwr8: br_aes_pwr8_cbcdec_keys, // some fields omitted }

\brief Aggregate structure large enough to be used as context for subkeys (CBC decryption) for all AES implementations.

Fields

vtable: *const br_block_cbcdec_class c_big: br_aes_big_cbcdec_keys c_small: br_aes_small_cbcdec_keys c_ct: br_aes_ct_cbcdec_keys c_ct64: br_aes_ct64_cbcdec_keys c_x86ni: br_aes_x86ni_cbcdec_keys c_pwr8: br_aes_pwr8_cbcdec_keys

Trait Implementations

impl Copy for br_aes_gen_cbcdec_keys
[src]

impl Clone for br_aes_gen_cbcdec_keys
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more