Struct bearssl::br_sslrec_in_gcm_class_ [] [src]

#[repr(C)]
pub struct br_sslrec_in_gcm_class_ { pub inner: br_sslrec_in_class, pub init: Option<unsafe extern "C" fn(_: *mut *const br_sslrec_in_gcm_class, _: *const br_block_ctr_class, _: *const c_void, _: usize, _: br_ghash, _: *const c_void)>, }

Fields

\brief Superclass, as first vtable field.

\brief Engine initialisation method.

This method sets the vtable field in the context.

\param ctx context to initialise. \param bc_impl block cipher implementation (CTR). \param key block cipher key. \param key_len block cipher key length (in bytes). \param gh_impl GHASH implementation. \param iv static IV (4 bytes).

Trait Implementations

impl Debug for br_sslrec_in_gcm_class_
[src]

[src]

Formats the value using the given formatter.

impl Copy for br_sslrec_in_gcm_class_
[src]

impl Clone for br_sslrec_in_gcm_class_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more