pub type CfbsR = FieldReader<Cfbsselect>;
Expand description
Field CFBS
reader - Cipher Feedback Block Size
Aliased Type§
struct CfbsR { /* private fields */ }
Implementations§
Source§impl CfbsR
impl CfbsR
Sourcepub const fn variant(&self) -> Option<Cfbsselect>
pub const fn variant(&self) -> Option<Cfbsselect>
Get enumerated values variant
Sourcepub fn is_128bit(&self) -> bool
pub fn is_128bit(&self) -> bool
128-bit Input data block for Encryption/Decryption in Cipher Feedback mode
Sourcepub fn is_64bit(&self) -> bool
pub fn is_64bit(&self) -> bool
64-bit Input data block for Encryption/Decryption in Cipher Feedback mode
Sourcepub fn is_32bit(&self) -> bool
pub fn is_32bit(&self) -> bool
32-bit Input data block for Encryption/Decryption in Cipher Feedback mode