#[repr(u8)]pub enum KdfSource {
TempKey = 0,
TempKeyUp = 1,
Slot = 2,
AltKeyBuf = 3,
}
Expand description
KDF sources
Variants§
TempKey = 0
source key in TempKey
TempKeyUp = 1
source key in upper TempKey
Slot = 2
source key in a slot
AltKeyBuf = 3
source key in alternate key buffer
Trait Implementations§
impl StructuralPartialEq for KdfSource
Auto Trait Implementations§
impl Freeze for KdfSource
impl RefUnwindSafe for KdfSource
impl Send for KdfSource
impl Sync for KdfSource
impl Unpin for KdfSource
impl UnwindSafe for KdfSource
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