|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Snapshot of the current OpenPGP card-application state for UI display. More...
#include <gpg.h>
Public Attributes | |
| bool | initialized |
| uint8_t | curve |
| char | user_id [64] |
| uint8_t | fingerprint [20] |
| uint32_t | created_at |
| uint32_t | sign_count |
Snapshot of the current OpenPGP card-application state for UI display.
| uint32_t cdc::mod_gpg::gpg_status_t::created_at |
Definition at line 30 of file gpg.h.
Referenced by cdc::mod_gpg::cmd_gpg_status(), and cdc::mod_gpg::showStatus().
| uint8_t cdc::mod_gpg::gpg_status_t::curve |
Definition at line 27 of file gpg.h.
Referenced by cdc::mod_gpg::cmd_gpg_status(), cdc::mod_gpg::gpgBuildSignedKeyArmored(), cdc::mod_gpg::gpgCrossSign(), cdc::mod_gpg::showExport(), and cdc::mod_gpg::showStatus().
| uint8_t cdc::mod_gpg::gpg_status_t::fingerprint[20] |
Definition at line 29 of file gpg.h.
Referenced by cdc::mod_gpg::gpgBuildSignedKeyArmored(), and cdc::mod_gpg::showStatus().
| bool cdc::mod_gpg::gpg_status_t::initialized |
Definition at line 26 of file gpg.h.
Referenced by cdc::mod_gpg::showExport().
| uint32_t cdc::mod_gpg::gpg_status_t::sign_count |
Definition at line 31 of file gpg.h.
Referenced by cdc::mod_gpg::cmd_gpg_status(), and cdc::mod_gpg::showStatus().
| char cdc::mod_gpg::gpg_status_t::user_id[64] |
Definition at line 28 of file gpg.h.
Referenced by cdc::mod_gpg::cmd_gpg_status(), cdc::mod_gpg::showExport(), and cdc::mod_gpg::showStatus().