pub enum MessageBlockLength {}
Expand description
L"MessageBlockLength"
This can be set on any key handle that has the CFB chaining mode set. By default, this property is set to 1 for 8-bit CFB. Setting it to the block size in bytes causes full-block CFB to be used. For XTS keys it is used to set the size, in bytes, of the XTS Data Unit (commonly 512 or 4096).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageBlockLength
impl RefUnwindSafe for MessageBlockLength
impl Send for MessageBlockLength
impl Sync for MessageBlockLength
impl Unpin for MessageBlockLength
impl UnwindSafe for MessageBlockLength
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