#[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_ctx§l2_state: [u64; 6]§nonce: [u8; 16]§nonce_length: c_ushort§nonce_low: c_ushort§pad_cache: [u32; 4]§index: c_uint§count: u64§block: [u8; 1024]Trait Implementations§
Source§impl Clone for umac64_ctx
impl Clone for umac64_ctx
Source§fn clone(&self) -> umac64_ctx
fn clone(&self) -> umac64_ctx
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for umac64_ctx
impl Debug for umac64_ctx
impl Copy for umac64_ctx
Auto Trait Implementations§
impl Freeze for umac64_ctx
impl RefUnwindSafe for umac64_ctx
impl Send for umac64_ctx
impl Sync for umac64_ctx
impl Unpin for umac64_ctx
impl UnsafeUnpin for umac64_ctx
impl UnwindSafe for umac64_ctx
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more