|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "cdc_core/IModule.h"#include "cdc_core/SlotManager.h"#include "cdc_hal/ISecureElement.h"#include <cstdint>#include <cstddef>Go to the source code of this file.
Classes | |
| struct | cdc::mod_password::PasswordEntry |
| class | cdc::mod_password::PasswordStore |
| struct | cdc::mod_password::PasswordStore::EntryIndex |
Namespaces | |
| namespace | cdc |
| namespace | cdc::mod_password |
Variables | |
| constexpr uint8_t | cdc::mod_password::PASSWORD_TITLE_LEN = 24 |
| constexpr uint8_t | cdc::mod_password::PASSWORD_USERNAME_LEN = 64 |
| constexpr uint8_t | cdc::mod_password::PASSWORD_PASSWORD_LEN = 64 |
| constexpr uint8_t | cdc::mod_password::PASSWORD_URL_LEN = 96 |
| constexpr size_t | cdc::mod_password::PASSWORD_PAYLOAD_MAX |
| constexpr size_t | cdc::mod_password::PASSWORD_FIXED_PAYLOAD |
| constexpr size_t | cdc::mod_password::PASSWORD_NOTES_LEN = PASSWORD_PAYLOAD_MAX - PASSWORD_FIXED_PAYLOAD |