Lines Matching defs:cert

124 struct cert {
129 int talid; /* cert is covered by which TAL */
131 unsigned int repoid; /* repository of this cert file */
141 X509 *x509; /* the cert */
142 time_t notbefore; /* cert's Not Before */
143 time_t notafter; /* cert's Not After */
255 time_t notbefore; /* EE cert's Not Before */
256 time_t notafter; /* EE cert's Not After */
281 time_t notbefore; /* EE cert's Not Before */
308 time_t notbefore; /* EE cert's Not Before */
309 time_t notafter; /* EE cert's Not After */
340 time_t notbefore; /* EE cert's Not Before */
363 time_t notbefore; /* EE cert's Not Before */
379 time_t notbefore; /* EE cert's Not Before */
399 time_t notbefore; /* EE cert's Not Before */
400 time_t notafter; /* notAfter of the ASPA EE cert */
504 struct cert *cert; /* owner information */
505 struct auth *issuer; /* pointer to issuer or NULL for TA cert */
515 struct auth *auth_insert(const char *, struct auth_tree *, struct cert *,
680 void cert_buffer(struct ibuf *, const struct cert *);
681 void cert_free(struct cert *);
683 struct cert *cert_parse_ee_cert(const char *, int, X509 *);
684 struct cert *cert_parse_pre(const char *, const unsigned char *, size_t);
685 struct cert *cert_parse(const char *, struct cert *);
686 struct cert *ta_parse(const char *, struct cert *, const unsigned char *,
688 struct cert *cert_read(struct ibuf *);
689 void cert_insert_brks(struct brk_tree *, struct cert *);
750 int valid_cert(const char *, struct auth *, const struct cert *);
751 int valid_roa(const char *, struct cert *, struct roa *);
759 int valid_rsc(const char *, struct cert *, struct rsc *);
762 int valid_aspa(const char *, struct cert *, struct aspa *);
763 int valid_geofeed(const char *, struct cert *, struct geofeed *);
766 int valid_spl(const char *, struct cert *, struct spl *);
821 int constraints_validate(const char *, const struct cert *);
943 void cert_print(const struct cert *);