Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/cert_create/include/
H A Dext.h32 typedef struct ext_s { struct
33 const char *oid; /* OID of the extension */
34 const char *sn; /* Short name */
35 const char *ln; /* Long description */
36 const char *opt; /* Command line option to specify data */
37 const char *help_msg; /* Help message */
38 const char *arg; /* Argument passed from command line */
39 int asn1_type; /* OpenSSL ASN1 type of the extension data.
44 int type; /* See ext_type_e */
47 union {
[all …]