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

Public Attributes

uint8_t magic [MAGIC_SIZE]
uint8_t nonce [NONCE_SIZE]
uint8_t encrypted [AES_RECORD_PAYLOAD]
uint8_t tag [TAG_SIZE]

Detailed Description

Definition at line 62 of file GpgStorage.cpp.

Member Data Documentation

◆ encrypted

uint8_t cdc::mod_gpg::AesKeyStorage::encrypted[AES_RECORD_PAYLOAD]

Definition at line 65 of file GpgStorage.cpp.

◆ magic

uint8_t cdc::mod_gpg::AesKeyStorage::magic[MAGIC_SIZE]

Definition at line 63 of file GpgStorage.cpp.

◆ nonce

uint8_t cdc::mod_gpg::AesKeyStorage::nonce[NONCE_SIZE]

Definition at line 64 of file GpgStorage.cpp.

◆ tag

uint8_t cdc::mod_gpg::AesKeyStorage::tag[TAG_SIZE]

Definition at line 66 of file GpgStorage.cpp.


The documentation for this struct was generated from the following file: