Struct yubico_manager::configure::DeviceModeConfig[][src]

#[repr(C)]
#[repr(packed)]
pub struct DeviceModeConfig { pub fixed: [u8; 16], pub uid: [u8; 6], pub key: [u8; 16], pub acc_code: [u8; 6], pub fixed_size: u8, pub ext_flags: ExtendedFlags, pub tkt_flags: TicketFlags, pub cfg_flags: ConfigFlags, pub rfu: [u8; 2], pub crc: u16, }
Expand description

The configuration of a YubiKey.

Fields

fixed: [u8; 16]uid: [u8; 6]key: [u8; 16]acc_code: [u8; 6]fixed_size: u8ext_flags: ExtendedFlagstkt_flags: TicketFlagscfg_flags: ConfigFlagsrfu: [u8; 2]crc: u16

Implementations

Sets the configuration in challenge-response, HMAC-SHA1 mode. This mode has two sub-modes: if variable is true, the challenges can be of variable length up to 63 bytes. Else, all challenges must be exactly 64 bytes long.

Sets the configuration in challenge-response, OTP mode.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.