Struct Inclipshwcfg
#[repr(transparent)]pub struct Inclipshwcfg(pub u32);
Expand description
Incuded IPs Hardware configuration
Tuple Fields§
§0: u32
Implementations§
§impl Inclipshwcfg
impl Inclipshwcfg
pub const fn ba411aesincluded(&self) -> bool
pub const fn ba411aesincluded(&self) -> bool
Generic g_IncludeAES value.
pub fn set_ba411aesincluded(&mut self, val: bool)
pub fn set_ba411aesincluded(&mut self, val: bool)
Generic g_IncludeAES value.
pub const fn ba415hpaesgcmincluded(&self) -> bool
pub const fn ba415hpaesgcmincluded(&self) -> bool
Generic g_IncludeAESGCM value.
pub fn set_ba415hpaesgcmincluded(&mut self, val: bool)
pub fn set_ba415hpaesgcmincluded(&mut self, val: bool)
Generic g_IncludeAESGCM value.
pub const fn ba416hpaesxtsincluded(&self) -> bool
pub const fn ba416hpaesxtsincluded(&self) -> bool
Generic g_IncludeAESXTS value.
pub fn set_ba416hpaesxtsincluded(&mut self, val: bool)
pub fn set_ba416hpaesxtsincluded(&mut self, val: bool)
Generic g_IncludeAESXTS value.
pub const fn ba412desincluded(&self) -> bool
pub const fn ba412desincluded(&self) -> bool
Generic g_IncludeDES value.
pub fn set_ba412desincluded(&mut self, val: bool)
pub fn set_ba412desincluded(&mut self, val: bool)
Generic g_IncludeDES value.
pub const fn ba413hashincluded(&self) -> bool
pub const fn ba413hashincluded(&self) -> bool
Generic g_IncludeHASH value.
pub fn set_ba413hashincluded(&mut self, val: bool)
pub fn set_ba413hashincluded(&mut self, val: bool)
Generic g_IncludeHASH value.
pub const fn ba417chachapolyincluded(&self) -> bool
pub const fn ba417chachapolyincluded(&self) -> bool
Generic g_IncludeChachaPoly value.
pub fn set_ba417chachapolyincluded(&mut self, val: bool)
pub fn set_ba417chachapolyincluded(&mut self, val: bool)
Generic g_IncludeChachaPoly value.
pub const fn ba418sha3included(&self) -> bool
pub const fn ba418sha3included(&self) -> bool
Generic g_IncludeSHA3 value.
pub fn set_ba418sha3included(&mut self, val: bool)
pub fn set_ba418sha3included(&mut self, val: bool)
Generic g_IncludeSHA3 value.
pub const fn ba421zucincluded(&self) -> bool
pub const fn ba421zucincluded(&self) -> bool
Generic g_IncludeZUC value.
pub fn set_ba421zucincluded(&mut self, val: bool)
pub fn set_ba421zucincluded(&mut self, val: bool)
Generic g_IncludeZUC value.
pub const fn ba419sm4included(&self) -> bool
pub const fn ba419sm4included(&self) -> bool
Generic g_IncludeSM4 value.
pub fn set_ba419sm4included(&mut self, val: bool)
pub fn set_ba419sm4included(&mut self, val: bool)
Generic g_IncludeSM4 value.
pub const fn ba414eppkeincluded(&self) -> bool
pub const fn ba414eppkeincluded(&self) -> bool
Generic g_IncludePKE value.
pub fn set_ba414eppkeincluded(&mut self, val: bool)
pub fn set_ba414eppkeincluded(&mut self, val: bool)
Generic g_IncludePKE value.
pub const fn ba431ndrngincluded(&self) -> bool
pub const fn ba431ndrngincluded(&self) -> bool
Generic g_IncludeNDRNG value.
pub fn set_ba431ndrngincluded(&mut self, val: bool)
pub fn set_ba431ndrngincluded(&mut self, val: bool)
Generic g_IncludeNDRNG value.
pub const fn ba420hpchachapolyincluded(&self) -> bool
pub const fn ba420hpchachapolyincluded(&self) -> bool
Generic g_IncludeHPChachaPoly value.
pub fn set_ba420hpchachapolyincluded(&mut self, val: bool)
pub fn set_ba420hpchachapolyincluded(&mut self, val: bool)
Generic g_IncludeHPChachaPoly value.
pub const fn ba423snow3gincluded(&self) -> bool
pub const fn ba423snow3gincluded(&self) -> bool
Generic g_IncludeSnow3G value.
pub fn set_ba423snow3gincluded(&mut self, val: bool)
pub fn set_ba423snow3gincluded(&mut self, val: bool)
Generic g_IncludeSnow3G value.
pub const fn ba422kasumiincluded(&self) -> bool
pub const fn ba422kasumiincluded(&self) -> bool
Generic g_IncludeKasumi value.
pub fn set_ba422kasumiincluded(&mut self, val: bool)
pub fn set_ba422kasumiincluded(&mut self, val: bool)
Generic g_IncludeKasumi value.
Trait Implementations§
§impl Clone for Inclipshwcfg
impl Clone for Inclipshwcfg
§fn clone(&self) -> Inclipshwcfg
fn clone(&self) -> Inclipshwcfg
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more§impl Default for Inclipshwcfg
impl Default for Inclipshwcfg
§fn default() -> Inclipshwcfg
fn default() -> Inclipshwcfg
§impl PartialEq for Inclipshwcfg
impl PartialEq for Inclipshwcfg
impl Copy for Inclipshwcfg
impl Eq for Inclipshwcfg
impl StructuralPartialEq for Inclipshwcfg
Auto Trait Implementations§
impl Freeze for Inclipshwcfg
impl RefUnwindSafe for Inclipshwcfg
impl Send for Inclipshwcfg
impl Sync for Inclipshwcfg
impl Unpin for Inclipshwcfg
impl UnwindSafe for Inclipshwcfg
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)