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