|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "mod_password/PasswordStore.h"#include "cdc_core/TropicStorage.h"#include "cdc_hal/ISecureElement.h"#include "cdc_log.h"#include <algorithm>#include <cctype>#include <cstring>#include <memory>Go to the source code of this file.
Classes | |
| struct | cdc::mod_password::PasswordPayload |
Namespaces | |
| namespace | cdc |
| namespace | cdc::mod_password |
Functions | |
| static void | cdc::mod_password::copyText (char *dst, size_t dstSize, const char *src) |
| Copies text into bounded destination buffer. | |
Variables | |
| static const char * | TAG = "PASSWORD" |
|
static |
Definition at line 10 of file PasswordStore.cpp.