pub struct CFBS_W<'a> { /* private fields */ }
Expand description
Field CFBS
writer - Cipher Feedback Block Size
Implementations
sourceimpl<'a> CFBS_W<'a>
impl<'a> CFBS_W<'a>
sourcepub fn _128bit(self) -> &'a mut W
pub fn _128bit(self) -> &'a mut W
128-bit Input data block for Encryption/Decryption in Cipher Feedback mode
sourcepub fn _64bit(self) -> &'a mut W
pub fn _64bit(self) -> &'a mut W
64-bit Input data block for Encryption/Decryption in Cipher Feedback mode
sourcepub fn _32bit(self) -> &'a mut W
pub fn _32bit(self) -> &'a mut W
32-bit Input data block for Encryption/Decryption in Cipher Feedback mode
sourcepub fn _16bit(self) -> &'a mut W
pub fn _16bit(self) -> &'a mut W
16-bit Input data block for Encryption/Decryption in Cipher Feedback mode
Auto Trait Implementations
impl<'a> RefUnwindSafe for CFBS_W<'a>
impl<'a> Send for CFBS_W<'a>
impl<'a> Sync for CFBS_W<'a>
impl<'a> Unpin for CFBS_W<'a>
impl<'a> !UnwindSafe for CFBS_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more