45 #ifndef ATCACERT_CLIENT_H
46 #define ATCACERT_CLIENT_H
85 const uint8_t ca_public_key[64],
104 const uint8_t challenge[32],
105 uint8_t response[64]);
int atcacert_get_response(uint8_t device_private_key_slot, const uint8_t challenge[32], uint8_t response[64])
Calculates the response to a challenge sent from the host.
Definition: atcacert_client.c:105
Declarations for certificates related to ECC CryptoAuthentication devices. These are the definitions ...
int atcacert_read_cert(const atcacert_def_t *cert_def, const uint8_t ca_public_key[64], uint8_t *cert, size_t *cert_size)
Reads the certificate specified by the certificate definition from the ATECC508A device.
Definition: atcacert_client.c:49
Definition: atcacert_def.h:154