Lines Matching refs:ASN1_TIME
156 ASN1_TIME *notBefore;
157 ASN1_TIME *notAfter;
437 ASN1_TIME *revocationDate;
454 ASN1_TIME *lastUpdate;
455 ASN1_TIME *nextUpdate;
775 int X509_cmp_time(const ASN1_TIME *s, time_t *t);
776 int X509_cmp_current_time(const ASN1_TIME *s);
777 ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
778 ASN1_TIME * X509_time_adj_ex(ASN1_TIME *s,
780 ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);
916 int X509_set_notBefore(X509 *x, const ASN1_TIME *tm);
917 int X509_set_notAfter(X509 *x, const ASN1_TIME *tm);
954 int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm);
955 int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
959 int X509_REVOKED_set_revocationDate(X509_REVOKED *r, ASN1_TIME *tm);