#[repr(transparent)]pub struct ElsKs2(pub u32);Expand description
Status Register.
Tuple Fields§
§0: u32Implementations§
Source§impl ElsKs2
impl ElsKs2
Sourcepub const fn set_ks2_ksize(&mut self, val: Ks2Ksize)
pub const fn set_ks2_ksize(&mut self, val: Ks2Ksize)
Key size.
Sourcepub const fn set_ks2_kact(&mut self, val: bool)
pub const fn set_ks2_kact(&mut self, val: bool)
Key is active.
Sourcepub const fn set_ks2_kbase(&mut self, val: bool)
pub const fn set_ks2_kbase(&mut self, val: bool)
First slot in a multislot key.
Sourcepub const fn set_ks2_fgp(&mut self, val: bool)
pub const fn set_ks2_fgp(&mut self, val: bool)
Hardware Feature General Purpose.
Sourcepub const fn set_ks2_frtn(&mut self, val: bool)
pub const fn set_ks2_frtn(&mut self, val: bool)
Hardware Feature Retention.
Sourcepub const fn set_ks2_fhwo(&mut self, val: bool)
pub const fn set_ks2_fhwo(&mut self, val: bool)
Hardware Feature Output.
Sourcepub const fn set_ks2_ukpuk(&mut self, val: bool)
pub const fn set_ks2_ukpuk(&mut self, val: bool)
CMAC key.
Sourcepub const fn ks2_utecdh(&self) -> bool
pub const fn ks2_utecdh(&self) -> bool
CMAC key.
Sourcepub const fn set_ks2_utecdh(&mut self, val: bool)
pub const fn set_ks2_utecdh(&mut self, val: bool)
CMAC key.
Sourcepub const fn set_ks2_ucmac(&mut self, val: bool)
pub const fn set_ks2_ucmac(&mut self, val: bool)
CMAC key.
Sourcepub const fn set_ks2_uksk(&mut self, val: bool)
pub const fn set_ks2_uksk(&mut self, val: bool)
KSK key.
Sourcepub const fn set_ks2_urtf(&mut self, val: bool)
pub const fn set_ks2_urtf(&mut self, val: bool)
Real Time Fingerprint key.
Sourcepub const fn set_ks2_uckdf(&mut self, val: bool)
pub const fn set_ks2_uckdf(&mut self, val: bool)
Derivation key for CKDF command.
Sourcepub const fn set_ks2_uhkdf(&mut self, val: bool)
pub const fn set_ks2_uhkdf(&mut self, val: bool)
Derivation key for HKDF command.
Sourcepub const fn set_ks2_uecsg(&mut self, val: bool)
pub const fn set_ks2_uecsg(&mut self, val: bool)
Ecc signing key.
Sourcepub const fn set_ks2_uecdh(&mut self, val: bool)
pub const fn set_ks2_uecdh(&mut self, val: bool)
Ecc diffie hellman key.
Sourcepub const fn set_ks2_uaes(&mut self, val: bool)
pub const fn set_ks2_uaes(&mut self, val: bool)
Aes key.
Sourcepub const fn set_ks2_uhmac(&mut self, val: bool)
pub const fn set_ks2_uhmac(&mut self, val: bool)
Hmac key.
Sourcepub const fn set_ks2_ukwk(&mut self, val: bool)
pub const fn set_ks2_ukwk(&mut self, val: bool)
Key wrapping key.
Sourcepub const fn set_ks2_ukuok(&mut self, val: bool)
pub const fn set_ks2_ukuok(&mut self, val: bool)
Key unwrapping key.
Sourcepub const fn ks2_utlspms(&self) -> bool
pub const fn ks2_utlspms(&self) -> bool
TLS Pre Master Secret.
Sourcepub const fn set_ks2_utlspms(&mut self, val: bool)
pub const fn set_ks2_utlspms(&mut self, val: bool)
TLS Pre Master Secret.
Sourcepub const fn ks2_utlsms(&self) -> bool
pub const fn ks2_utlsms(&self) -> bool
TLS Master Secret.
Sourcepub const fn set_ks2_utlsms(&mut self, val: bool)
pub const fn set_ks2_utlsms(&mut self, val: bool)
TLS Master Secret.
Sourcepub const fn ks2_ukgsrc(&self) -> bool
pub const fn ks2_ukgsrc(&self) -> bool
Supply KEYGEN source.
Sourcepub const fn set_ks2_ukgsrc(&mut self, val: bool)
pub const fn set_ks2_ukgsrc(&mut self, val: bool)
Supply KEYGEN source.
Sourcepub const fn set_ks2_uhwo(&mut self, val: bool)
pub const fn set_ks2_uhwo(&mut self, val: bool)
Hardware out key.
Sourcepub const fn ks2_uwrpok(&self) -> bool
pub const fn ks2_uwrpok(&self) -> bool
Ok to wrap key.
Sourcepub const fn set_ks2_uwrpok(&mut self, val: bool)
pub const fn set_ks2_uwrpok(&mut self, val: bool)
Ok to wrap key.
Sourcepub const fn set_ks2_uduk(&mut self, val: bool)
pub const fn set_ks2_uduk(&mut self, val: bool)
Device Unique Key.
Sourcepub const fn ks2_upprot(&self) -> u8
pub const fn ks2_upprot(&self) -> u8
Priviledge level.
Sourcepub const fn set_ks2_upprot(&mut self, val: u8)
pub const fn set_ks2_upprot(&mut self, val: u8)
Priviledge level.
Trait Implementations§
impl Copy for ElsKs2
impl Eq for ElsKs2
impl StructuralPartialEq for ElsKs2
Auto Trait Implementations§
impl Freeze for ElsKs2
impl RefUnwindSafe for ElsKs2
impl Send for ElsKs2
impl Sync for ElsKs2
impl Unpin for ElsKs2
impl UnwindSafe for ElsKs2
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