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_t * | endorsement |
Pointer to SHA256 digest of the public key matching the private key used to endorse the certificate. | |
hmac_digest_t * | cert |
Pointer to SHA256 digest of the public key the certificate is created for. | |
A set of public key IDs required to generate an X.509 certificate.
hmac_digest_t* cert_key_id_pair::cert |
hmac_digest_t* cert_key_id_pair::endorsement |