|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Public Attributes | |
| uint8_t | magic [MAGIC_SIZE] |
| uint8_t | nonce [NONCE_SIZE] |
| uint8_t | encrypted [AES_RECORD_PAYLOAD] |
| uint8_t | tag [TAG_SIZE] |
Definition at line 62 of file GpgStorage.cpp.
| uint8_t cdc::mod_gpg::AesKeyStorage::encrypted[AES_RECORD_PAYLOAD] |
Definition at line 65 of file GpgStorage.cpp.
| uint8_t cdc::mod_gpg::AesKeyStorage::magic[MAGIC_SIZE] |
Definition at line 63 of file GpgStorage.cpp.
| uint8_t cdc::mod_gpg::AesKeyStorage::nonce[NONCE_SIZE] |
Definition at line 64 of file GpgStorage.cpp.
| uint8_t cdc::mod_gpg::AesKeyStorage::tag[TAG_SIZE] |
Definition at line 66 of file GpgStorage.cpp.