#[repr(C)]pub struct pmac_state {
pub Ls: [[c_uchar; 128]; 32],
pub Li: [c_uchar; 128],
pub Lr: [c_uchar; 128],
pub block: [c_uchar; 128],
pub checksum: [c_uchar; 128],
pub key: symmetric_key,
pub block_index: c_ulong,
pub cipher_idx: c_int,
pub block_len: c_int,
pub buflen: c_int,
}Fields§
§Ls: [[c_uchar; 128]; 32]§Li: [c_uchar; 128]§Lr: [c_uchar; 128]§block: [c_uchar; 128]§checksum: [c_uchar; 128]§key: symmetric_key§block_index: c_ulong§cipher_idx: c_int§block_len: c_int§buflen: c_intTrait Implementations§
Source§impl Clone for pmac_state
impl Clone for pmac_state
impl Copy for pmac_state
Auto Trait Implementations§
impl Freeze for pmac_state
impl RefUnwindSafe for pmac_state
impl !Send for pmac_state
impl !Sync for pmac_state
impl Unpin for pmac_state
impl UnwindSafe for pmac_state
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