Struct mbedtls_sys::gcm_context [] [src]

#[repr(C)]
pub struct gcm_context { pub cipher_ctx: cipher_context_t, pub HL: [uint64_t; 16], pub HH: [uint64_t; 16], pub len: uint64_t, pub add_len: uint64_t, pub base_ectr: [c_uchar; 16], pub y: [c_uchar; 16], pub buf: [c_uchar; 16], pub mode: c_int, }

Fields

Trait Implementations

impl Copy for gcm_context
[src]

impl Clone for gcm_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for gcm_context
[src]

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