CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
kdf_do_t Struct Reference

Parsed KDF-DO contents. More...

#include <kdf.h>

Public Attributes

kdf_algo_t algo
kdf_hash_t hash
uint32_t iter_count
bool has_pw1_salt
uint8_t pw1_salt [8]
bool has_rc_salt
uint8_t rc_salt [8]
bool has_pw3_salt
uint8_t pw3_salt [8]
bool has_pw1_initial
uint8_t pw1_initial [64]
uint8_t pw1_initial_len
bool has_pw3_initial
uint8_t pw3_initial [64]
uint8_t pw3_initial_len

Detailed Description

Parsed KDF-DO contents.

Definition at line 51 of file kdf.h.

Member Data Documentation

◆ algo

kdf_algo_t kdf_do_t::algo

Definition at line 52 of file kdf.h.

◆ has_pw1_initial

bool kdf_do_t::has_pw1_initial

Definition at line 63 of file kdf.h.

◆ has_pw1_salt

bool kdf_do_t::has_pw1_salt

Definition at line 56 of file kdf.h.

◆ has_pw3_initial

bool kdf_do_t::has_pw3_initial

Definition at line 66 of file kdf.h.

◆ has_pw3_salt

bool kdf_do_t::has_pw3_salt

Definition at line 60 of file kdf.h.

◆ has_rc_salt

bool kdf_do_t::has_rc_salt

Definition at line 58 of file kdf.h.

◆ hash

kdf_hash_t kdf_do_t::hash

Definition at line 53 of file kdf.h.

◆ iter_count

uint32_t kdf_do_t::iter_count

Definition at line 54 of file kdf.h.

◆ pw1_initial

uint8_t kdf_do_t::pw1_initial[64]

Definition at line 64 of file kdf.h.

◆ pw1_initial_len

uint8_t kdf_do_t::pw1_initial_len

Definition at line 65 of file kdf.h.

◆ pw1_salt

uint8_t kdf_do_t::pw1_salt[8]

Definition at line 57 of file kdf.h.

◆ pw3_initial

uint8_t kdf_do_t::pw3_initial[64]

Definition at line 67 of file kdf.h.

◆ pw3_initial_len

uint8_t kdf_do_t::pw3_initial_len

Definition at line 68 of file kdf.h.

◆ pw3_salt

uint8_t kdf_do_t::pw3_salt[8]

Definition at line 61 of file kdf.h.

◆ rc_salt

uint8_t kdf_do_t::rc_salt[8]

Definition at line 59 of file kdf.h.


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