#[repr(C)]pub struct ccm_state {Show 14 fields
pub K: symmetric_key,
pub cipher: c_int,
pub taglen: c_int,
pub x: c_int,
pub L: c_ulong,
pub ptlen: c_ulong,
pub current_ptlen: c_ulong,
pub aadlen: c_ulong,
pub current_aadlen: c_ulong,
pub noncelen: c_ulong,
pub PAD: [c_uchar; 16],
pub ctr: [c_uchar; 16],
pub CTRPAD: [c_uchar; 16],
pub CTRlen: c_uchar,
}
Fields§
§K: symmetric_key
§cipher: c_int
§taglen: c_int
§x: c_int
§L: c_ulong
§ptlen: c_ulong
§current_ptlen: c_ulong
§aadlen: c_ulong
§current_aadlen: c_ulong
§noncelen: c_ulong
§PAD: [c_uchar; 16]
§ctr: [c_uchar; 16]
§CTRPAD: [c_uchar; 16]
§CTRlen: c_uchar
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ccm_state
impl RefUnwindSafe for ccm_state
impl !Send for ccm_state
impl !Sync for ccm_state
impl Unpin for ccm_state
impl UnwindSafe for ccm_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