Loading...
Searching...
No Matches
ctap_attested_cred_data_header_t Struct Reference

CTAP attested credential data header struct. More...

Detailed Description

CTAP attested credential data header struct.

Defined for easier serialization

Definition at line 587 of file ctap.h.

#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
 

Field Documentation

◆ aaguid

uint8_t ctap_attested_cred_data_header_t::aaguid[CTAP_AAGUID_SIZE]

authenticator aaguid

Definition at line 588 of file ctap.h.

◆ cred_id

ctap_cred_id_t ctap_attested_cred_data_header_t::cred_id

credential id

Definition at line 591 of file ctap.h.

◆ cred_len_h

uint8_t ctap_attested_cred_data_header_t::cred_len_h

higher byte of credential length

Definition at line 589 of file ctap.h.

◆ cred_len_l

uint8_t ctap_attested_cred_data_header_t::cred_len_l

lower byte of credential length

Definition at line 590 of file ctap.h.


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