CTAP attested credential data header struct. More...
CTAP attested credential data header struct.
Defined for easier serialization
#include <ctap.h>
Data Fields | |
uint8_t | aaguid [CTAP_AAGUID_SIZE] |
authenticator aaguid | |
uint8_t | cred_len_h |
higher byte of credential length | |
uint8_t | cred_len_l |
lower byte of credential length | |
ctap_cred_id_t | cred_id |
credential id | |
uint8_t ctap_attested_cred_data_header_t::aaguid[CTAP_AAGUID_SIZE] |
ctap_cred_id_t ctap_attested_cred_data_header_t::cred_id |
uint8_t ctap_attested_cred_data_header_t::cred_len_h |
uint8_t ctap_attested_cred_data_header_t::cred_len_l |