#[repr(C)]pub struct ocb3_state {Show 17 fields
pub Offset_0: [c_uchar; 128],
pub Offset_current: [c_uchar; 128],
pub L_dollar: [c_uchar; 128],
pub L_star: [c_uchar; 128],
pub L_: [[c_uchar; 128]; 32],
pub tag_part: [c_uchar; 128],
pub checksum: [c_uchar; 128],
pub aSum_current: [c_uchar; 128],
pub aOffset_current: [c_uchar; 128],
pub adata_buffer: [c_uchar; 128],
pub adata_buffer_bytes: c_int,
pub ablock_index: c_ulong,
pub key: symmetric_key,
pub block_index: c_ulong,
pub cipher: c_int,
pub tag_len: c_int,
pub block_len: c_int,
}
Fields§
§Offset_0: [c_uchar; 128]
§Offset_current: [c_uchar; 128]
§L_dollar: [c_uchar; 128]
§L_star: [c_uchar; 128]
§L_: [[c_uchar; 128]; 32]
§tag_part: [c_uchar; 128]
§checksum: [c_uchar; 128]
§aSum_current: [c_uchar; 128]
§aOffset_current: [c_uchar; 128]
§adata_buffer: [c_uchar; 128]
§adata_buffer_bytes: c_int
§ablock_index: c_ulong
§key: symmetric_key
§block_index: c_ulong
§cipher: c_int
§tag_len: c_int
§block_len: c_int
Trait Implementations§
Source§impl Clone for ocb3_state
impl Clone for ocb3_state
impl Copy for ocb3_state
Auto Trait Implementations§
impl Freeze for ocb3_state
impl RefUnwindSafe for ocb3_state
impl !Send for ocb3_state
impl !Sync for ocb3_state
impl Unpin for ocb3_state
impl UnwindSafe for ocb3_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