Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fido2_attestation.h File Reference

FIDO2 attestation callback API. More...

#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  fido2_attestation_result
 Attestation result produced by an attestation callback. More...
#define FIDO2_ATTESTATION_FMT_PACKED   "packed"
 FIDO2 attestation.
#define FIDO2_ATTESTATION_FMT_NONE   "none"
 No attestation.
#define FIDO2_ATTESTATION_FMT_MAX_LEN   32
 Maximum attestation format identifier length.
int fido2_attestation_sign (const uint8_t *auth_data, size_t auth_data_len, const uint8_t *client_data_hash, uint32_t credential_key_id, struct fido2_attestation_result *result)
 Sign authenticatorData for a new credential.

Detailed Description

FIDO2 attestation callback API.