|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <IModule.h>
Public Attributes | |
| const char * | mapName = nullptr |
| uint8_t | minEccSlots = 0 |
| uint16_t | minRmemSlots = 0 |
| const char* cdc::core::IModule::SlotRequest::mapName = nullptr |
Definition at line 58 of file IModule.h.
Referenced by cdc::mod_2fa::TwoFaModule::getSlotRequest(), cdc::mod_fido2::Fido2Module::getSlotRequest(), cdc::mod_gpg::GpgModule::getSlotRequest(), and cdc::mod_password::PasswordModule::getSlotRequest().
| uint8_t cdc::core::IModule::SlotRequest::minEccSlots = 0 |
Definition at line 59 of file IModule.h.
Referenced by cdc::mod_fido2::Fido2Module::getSlotRequest(), and cdc::mod_gpg::GpgModule::getSlotRequest().
| uint16_t cdc::core::IModule::SlotRequest::minRmemSlots = 0 |
Definition at line 60 of file IModule.h.
Referenced by cdc::mod_2fa::TwoFaModule::getSlotRequest(), cdc::mod_fido2::Fido2Module::getSlotRequest(), cdc::mod_gpg::GpgModule::getSlotRequest(), and cdc::mod_password::PasswordModule::getSlotRequest().