Software APIs
Data Fields
cert_key_id_pair Struct Reference

A set of public key IDs required to generate an X.509 certificate. More...

#include <sw/device/silicon_creator/lib/cert/cert.h>

Data Fields

hmac_digest_tendorsement
 Pointer to SHA256 digest of the public key matching the private key used to endorse the certificate.
 
hmac_digest_tcert
 Pointer to SHA256 digest of the public key the certificate is created for.
 

Detailed Description

A set of public key IDs required to generate an X.509 certificate.

Definition at line 103 of file cert.h.

Field Documentation

◆ cert

hmac_digest_t* cert_key_id_pair::cert

Pointer to SHA256 digest of the public key the certificate is created for.

Definition at line 112 of file cert.h.

◆ endorsement

hmac_digest_t* cert_key_id_pair::endorsement

Pointer to SHA256 digest of the public key matching the private key used to endorse the certificate.

Definition at line 108 of file cert.h.