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
cipher_ctx: cipher_context_t
HL: [uint64_t; 16]
HH: [uint64_t; 16]
len: uint64_t
add_len: uint64_t
base_ectr: [c_uchar; 16]
y: [c_uchar; 16]
buf: [c_uchar; 16]
mode: c_int
Trait Implementations
impl Copy for gcm_context[src]
impl Clone for gcm_context[src]
fn clone(&self) -> gcm_context
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more