Home
last modified time | relevance | path

Searched refs:ASN1_TIME (Results 1 – 10 of 10) sorted by relevance

/include/crypto/
A Dx509.h93 ASN1_TIME *lastUpdate; /* lastUpdate field */
94 ASN1_TIME *nextUpdate; /* nextUpdate field: optional */
132 ASN1_TIME *revocationDate; /* revocation date */
314 int ossl_x509_set1_time(int *modified, ASN1_TIME **ptm, const ASN1_TIME *tm);
A Dasn1.h143 int ossl_asn1_time_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags);
/include/openssl/
A Dx509.h.in97 ASN1_TIME *notBefore;
98 ASN1_TIME *notAfter;
501 int X509_cmp_time(const ASN1_TIME *s, time_t *t);
502 int X509_cmp_current_time(const ASN1_TIME *s);
504 const ASN1_TIME *start, const ASN1_TIME *end);
505 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
506 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
508 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
668 ASN1_TIME *X509_getm_notBefore(const X509 *x);
670 const ASN1_TIME *X509_get0_notAfter(const X509 *x);
[all …]
A Dasn1.h.in635 const ASN1_TIME *from, const ASN1_TIME *to);
671 DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
673 DECLARE_ASN1_DUP_FUNCTION(ASN1_TIME)
679 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
680 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t,
682 int ASN1_TIME_check(const ASN1_TIME *t);
687 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm);
688 int ASN1_TIME_normalize(ASN1_TIME *s);
689 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
690 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b);
[all …]
A Dtypes.h54 # define ASN1_TIME ASN1_STRING macro
74 typedef struct asn1_string_st ASN1_TIME; typedef
A Dcrmf.h.in147 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
A Dx509_acert.h.in65 const ASN1_TIME *X509_ACERT_get0_notBefore(const X509_ACERT *x);
66 const ASN1_TIME *X509_ACERT_get0_notAfter(const X509_ACERT *x);
A Docsp.h.in277 ASN1_TIME *revtime,
278 ASN1_TIME *thisupd,
279 ASN1_TIME *nextupd);
A Dcmp.h.in301 const ASN1_TIME *thisUpdate);
304 ASN1_TIME **thisUpdate);
A Dpkcs7.h.in346 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t);

Completed in 37 milliseconds