Lines Matching refs:time_t
142 time_t notbefore; /* cert's Not Before */
143 time_t notafter; /* cert's Not After */
144 time_t expires; /* when the signature path expires */
216 time_t signtime; /* CMS signing-time attribute */
217 time_t thisupdate; /* from the eContent */
218 time_t nextupdate; /* from the eContent */
219 time_t expires; /* when the signature path expires */
254 time_t signtime; /* CMS signing-time attribute */
255 time_t notbefore; /* EE cert's Not Before */
256 time_t notafter; /* EE cert's Not After */
257 time_t expires; /* when the signature path expires */
280 time_t signtime; /* CMS signing-time attribute */
281 time_t notbefore; /* EE cert's Not Before */
282 time_t notafter; /* Not After of the RSC EE */
283 time_t expires; /* when the signature path expires */
307 time_t signtime; /* CMS signing-time attribute */
308 time_t notbefore; /* EE cert's Not Before */
309 time_t notafter; /* EE cert's Not After */
310 time_t expires; /* when the certification path expires */
339 time_t signtime; /* CMS signing-time attribute */
340 time_t notbefore; /* EE cert's Not Before */
341 time_t notafter; /* Not After of the TAK EE */
342 time_t expires; /* when the signature path expires */
362 time_t signtime; /* CMS signing-time attribute */
363 time_t notbefore; /* EE cert's Not Before */
364 time_t notafter; /* Not After of the Geofeed EE */
365 time_t expires; /* when the signature path expires */
378 time_t signtime; /* CMS signing-time attribute */
379 time_t notbefore; /* EE cert's Not Before */
380 time_t notafter; /* Not After of the GBR EE */
381 time_t expires; /* when the signature path expires */
398 time_t signtime; /* CMS signing-time attribute */
399 time_t notbefore; /* EE cert's Not Before */
400 time_t notafter; /* notAfter of the ASPA EE cert */
401 time_t expires; /* when the signature path expires */
413 time_t expires;
434 time_t expires; /* transitive expiry moment */
454 time_t expires;
473 time_t expires; /* transitive expiry moment */
489 time_t thisupdate; /* do not use before */
490 time_t nextupdate; /* do not use after */
771 const ASN1_OBJECT *, size_t *, time_t *);
774 const ASN1_OBJECT *, BIO *, time_t *);
841 int filepath_add(struct filepath_tree *, char *, int, time_t, int);
919 int x509_get_notbefore(X509 *, const char *, time_t *);
920 int x509_get_notafter(X509 *, const char *, time_t *);
925 int x509_get_time(const ASN1_TIME *, time_t *);
935 time_t x509_find_expires(time_t, struct auth *, struct crl_tree *);
940 char *time2str(time_t);
983 time_t getmonotime(void);
984 time_t get_current_time(void);