Struct bearssl_sys::br_gcm_context [] [src]

#[repr(C)]
pub struct br_gcm_context { pub vtable: *const br_aead_class, pub bctx: *mut *const br_block_ctr_class, pub gh: br_ghash, pub h: [c_uchar; 16], pub j0_1: [c_uchar; 12], pub buf: [c_uchar; 16], pub y: [c_uchar; 16], pub j0_2: u32, pub jc: u32, pub count_aad: u64, pub count_ctr: u64, }

Fields

Trait Implementations

impl Debug for br_gcm_context
[src]

Formats the value using the given formatter.

impl Copy for br_gcm_context
[src]

impl Clone for br_gcm_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for br_gcm_context
[src]

Returns the "default value" for a type. Read more