#[repr(C)]
pub struct umac64_ctx {
Show 13 fields pub l1_key: [u32; 260], pub l2_key: [u32; 12], pub l3_key1: [u64; 16], pub l3_key2: [u32; 2], pub pdf_key: aes128_ctx, pub l2_state: [u64; 6], pub nonce: [u8; 16], pub nonce_length: c_ushort, pub nonce_low: c_ushort, pub pad_cache: [u32; 4], pub index: c_uint, pub count: u64, pub block: [u8; 1024],
}

Fields

l1_key: [u32; 260]l2_key: [u32; 12]l3_key1: [u64; 16]l3_key2: [u32; 2]pdf_key: aes128_ctxl2_state: [u64; 6]nonce: [u8; 16]nonce_length: c_ushortnonce_low: c_ushortpad_cache: [u32; 4]index: c_uintcount: u64block: [u8; 1024]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.