Struct bearssl::br_sslrec_in_cbc_class_ [] [src]

#[repr(C)]
pub struct br_sslrec_in_cbc_class_ { pub inner: br_sslrec_in_class, pub init: Option<unsafe extern "C" fn(_: *mut *const br_sslrec_in_cbc_class, _: *const br_block_cbcdec_class, _: *const c_void, _: usize, _: *const br_hash_class, _: *const c_void, _: usize, _: usize, _: *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 (CBC decryption). \param bc_key block cipher key. \param bc_key_len block cipher key length (in bytes). \param dig_impl hash function for HMAC. \param mac_key HMAC key. \param mac_key_len HMAC key length (in bytes). \param mac_out_len HMAC output length (in bytes). \param iv initial IV (or NULL).

Trait Implementations

impl Debug for br_sslrec_in_cbc_class_
[src]

[src]

Formats the value using the given formatter.

impl Copy for br_sslrec_in_cbc_class_
[src]

impl Clone for br_sslrec_in_cbc_class_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more