CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::mod_gpg::gpg_status_t Struct Reference

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

Detailed Description

Snapshot of the current OpenPGP card-application state for UI display.

Definition at line 25 of file gpg.h.

Member Data Documentation

◆ created_at

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().

◆ curve

◆ fingerprint

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().

◆ initialized

bool cdc::mod_gpg::gpg_status_t::initialized

Definition at line 26 of file gpg.h.

Referenced by cdc::mod_gpg::showExport().

◆ sign_count

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().

◆ user_id

char cdc::mod_gpg::gpg_status_t::user_id[64]

The documentation for this struct was generated from the following file:
  • components/mod_gpg/include/mod_gpg/gpg.h