Home
last modified time | relevance | path

Searched defs:cert_s (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a/tools/cert_create/include/
A Dcert.h30 struct cert_s { struct
31 int id; /* Unique identifier */
33 const char *opt; /* Command line option to pass filename */
34 const char *fn; /* Filename to save the certificate */
35 const char *cn; /* Subject CN (Company Name) */
36 const char *help_msg; /* Help message */
39 int key; /* Key to be signed */
40 int issuer; /* Issuer certificate */
41 int ext[CERT_MAX_EXT]; /* Certificate extensions */
42 int num_ext; /* Number of extensions in the certificate */
[all …]

Completed in 2 milliseconds