Searched defs:x509_parse_context (Results 1 – 1 of 1) sorted by relevance
19 struct x509_parse_context { struct20 struct x509_certificate *cert; /* Certificate being constructed */21 unsigned long data; /* Start of data */22 const void *key; /* Key data */23 size_t key_size; /* Size of key data */24 const void *params; /* Key parameters */25 size_t params_size; /* Size of key parameters */26 enum OID key_algo; /* Algorithm used by the cert's key */27 enum OID last_oid; /* Last OID encountered */28 enum OID sig_algo; /* Algorithm used to sign the cert */[all …]