ProvisioningLibrary
Atmel Security Provisioning Library
atcaprov_cert_data_s Struct Reference

#include <atcaprov_request.h>

Data Fields

atcaprov_zone_t zone
 What zone the data should be written to. More...
 
int slot
 Slot to write the data to. More...
 
int offset
 Byte offset within the slot to write the data to. More...
 
int data_size
 Number of bytes of data to be written. More...
 
uint8_t data [416]
 Data to be written. More...
 

Detailed Description

Structure for returning a chunk of certificate data to be written to the device.

Field Documentation

uint8_t data[416]

Data to be written.

int data_size

Number of bytes of data to be written.

int offset

Byte offset within the slot to write the data to.

int slot

Slot to write the data to.

What zone the data should be written to.