#[repr(transparent)]pub struct Inclipshwcfg(pub u32);
Expand description
Incuded IPs Hardware configuration
Tuple Fields§
§0: u32
Implementations§
Source§impl Inclipshwcfg
impl Inclipshwcfg
Sourcepub const fn ba411aesincluded(&self) -> bool
pub const fn ba411aesincluded(&self) -> bool
Generic g_IncludeAES value.
Sourcepub fn set_ba411aesincluded(&mut self, val: bool)
pub fn set_ba411aesincluded(&mut self, val: bool)
Generic g_IncludeAES value.
Sourcepub const fn ba415hpaesgcmincluded(&self) -> bool
pub const fn ba415hpaesgcmincluded(&self) -> bool
Generic g_IncludeAESGCM value.
Sourcepub fn set_ba415hpaesgcmincluded(&mut self, val: bool)
pub fn set_ba415hpaesgcmincluded(&mut self, val: bool)
Generic g_IncludeAESGCM value.
Sourcepub const fn ba416hpaesxtsincluded(&self) -> bool
pub const fn ba416hpaesxtsincluded(&self) -> bool
Generic g_IncludeAESXTS value.
Sourcepub fn set_ba416hpaesxtsincluded(&mut self, val: bool)
pub fn set_ba416hpaesxtsincluded(&mut self, val: bool)
Generic g_IncludeAESXTS value.
Sourcepub const fn ba412desincluded(&self) -> bool
pub const fn ba412desincluded(&self) -> bool
Generic g_IncludeDES value.
Sourcepub fn set_ba412desincluded(&mut self, val: bool)
pub fn set_ba412desincluded(&mut self, val: bool)
Generic g_IncludeDES value.
Sourcepub const fn ba413hashincluded(&self) -> bool
pub const fn ba413hashincluded(&self) -> bool
Generic g_IncludeHASH value.
Sourcepub fn set_ba413hashincluded(&mut self, val: bool)
pub fn set_ba413hashincluded(&mut self, val: bool)
Generic g_IncludeHASH value.
Sourcepub const fn ba417chachapolyincluded(&self) -> bool
pub const fn ba417chachapolyincluded(&self) -> bool
Generic g_IncludeChachaPoly value.
Sourcepub fn set_ba417chachapolyincluded(&mut self, val: bool)
pub fn set_ba417chachapolyincluded(&mut self, val: bool)
Generic g_IncludeChachaPoly value.
Sourcepub const fn ba418sha3included(&self) -> bool
pub const fn ba418sha3included(&self) -> bool
Generic g_IncludeSHA3 value.
Sourcepub fn set_ba418sha3included(&mut self, val: bool)
pub fn set_ba418sha3included(&mut self, val: bool)
Generic g_IncludeSHA3 value.
Sourcepub const fn ba421zucincluded(&self) -> bool
pub const fn ba421zucincluded(&self) -> bool
Generic g_IncludeZUC value.
Sourcepub fn set_ba421zucincluded(&mut self, val: bool)
pub fn set_ba421zucincluded(&mut self, val: bool)
Generic g_IncludeZUC value.
Sourcepub const fn ba419sm4included(&self) -> bool
pub const fn ba419sm4included(&self) -> bool
Generic g_IncludeSM4 value.
Sourcepub fn set_ba419sm4included(&mut self, val: bool)
pub fn set_ba419sm4included(&mut self, val: bool)
Generic g_IncludeSM4 value.
Sourcepub const fn ba414eppkeincluded(&self) -> bool
pub const fn ba414eppkeincluded(&self) -> bool
Generic g_IncludePKE value.
Sourcepub fn set_ba414eppkeincluded(&mut self, val: bool)
pub fn set_ba414eppkeincluded(&mut self, val: bool)
Generic g_IncludePKE value.
Sourcepub const fn ba431ndrngincluded(&self) -> bool
pub const fn ba431ndrngincluded(&self) -> bool
Generic g_IncludeNDRNG value.
Sourcepub fn set_ba431ndrngincluded(&mut self, val: bool)
pub fn set_ba431ndrngincluded(&mut self, val: bool)
Generic g_IncludeNDRNG value.
Sourcepub const fn ba420hpchachapolyincluded(&self) -> bool
pub const fn ba420hpchachapolyincluded(&self) -> bool
Generic g_IncludeHPChachaPoly value.
Sourcepub fn set_ba420hpchachapolyincluded(&mut self, val: bool)
pub fn set_ba420hpchachapolyincluded(&mut self, val: bool)
Generic g_IncludeHPChachaPoly value.
Sourcepub const fn ba423snow3gincluded(&self) -> bool
pub const fn ba423snow3gincluded(&self) -> bool
Generic g_IncludeSnow3G value.
Sourcepub fn set_ba423snow3gincluded(&mut self, val: bool)
pub fn set_ba423snow3gincluded(&mut self, val: bool)
Generic g_IncludeSnow3G value.
Sourcepub const fn ba422kasumiincluded(&self) -> bool
pub const fn ba422kasumiincluded(&self) -> bool
Generic g_IncludeKasumi value.
Sourcepub fn set_ba422kasumiincluded(&mut self, val: bool)
pub fn set_ba422kasumiincluded(&mut self, val: bool)
Generic g_IncludeKasumi value.
Trait Implementations§
Source§impl Clone for Inclipshwcfg
impl Clone for Inclipshwcfg
Source§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