Symbol: ASN1_GENERALIZEDTIME
crypto/openssl/apps/ca.c
2480
ASN1_GENERALIZEDTIME *comp_time = NULL;
crypto/openssl/apps/ca.c
2568
ASN1_GENERALIZEDTIME **pinvtm, const char *str)
crypto/openssl/apps/ca.c
2576
ASN1_GENERALIZEDTIME *comp_time = NULL;
crypto/openssl/apps/include/apps.h
200
ASN1_GENERALIZEDTIME **pinvtm, const char *str);
crypto/openssl/apps/ocsp.c
1020
ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd;
crypto/openssl/apps/ocsp.c
1167
ASN1_GENERALIZEDTIME *invtm = NULL;
crypto/openssl/crypto/asn1/a_gentm.c
21
IMPLEMENT_ASN1_DUP_FUNCTION(ASN1_GENERALIZEDTIME)
crypto/openssl/crypto/asn1/a_gentm.c
25
const ASN1_GENERALIZEDTIME *d)
crypto/openssl/crypto/asn1/a_gentm.c
33
int ASN1_GENERALIZEDTIME_check(const ASN1_GENERALIZEDTIME *d)
crypto/openssl/crypto/asn1/a_gentm.c
38
int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str)
crypto/openssl/crypto/asn1/a_gentm.c
40
ASN1_GENERALIZEDTIME t;
crypto/openssl/crypto/asn1/a_gentm.c
56
ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s,
crypto/openssl/crypto/asn1/a_gentm.c
62
ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s,
crypto/openssl/crypto/asn1/a_gentm.c
81
int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm)
crypto/openssl/crypto/asn1/a_time.c
356
ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t,
crypto/openssl/crypto/asn1/a_time.c
357
ASN1_GENERALIZEDTIME **out)
crypto/openssl/crypto/asn1/a_time.c
359
ASN1_GENERALIZEDTIME *ret = NULL;
crypto/openssl/crypto/asn1/asn1_item_list.h
24
ASN1_ITEM_ref(ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/asn1/tasn_typ.c
38
IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_GENERALIZEDTIME)
crypto/openssl/crypto/cmp/cmp_asn.c
1036
ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, messageTime, ASN1_GENERALIZEDTIME, 0),
crypto/openssl/crypto/cmp/cmp_asn.c
104
ASN1_GENERALIZEDTIME)),
crypto/openssl/crypto/cmp/cmp_asn.c
26
ASN1_SIMPLE(OSSL_CMP_REVANNCONTENT, willBeRevokedAt, ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/cmp/cmp_asn.c
27
ASN1_SIMPLE(OSSL_CMP_REVANNCONTENT, badSinceDate, ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/cmp/cmp_local.h
160
ASN1_GENERALIZEDTIME *willBeRevokedAt;
crypto/openssl/crypto/cmp/cmp_local.h
161
ASN1_GENERALIZEDTIME *badSinceDate;
crypto/openssl/crypto/cmp/cmp_local.h
284
ASN1_GENERALIZEDTIME *confirmWaitTime;
crypto/openssl/crypto/cmp/cmp_local.h
542
ASN1_GENERALIZEDTIME *messageTime; /* 0 */
crypto/openssl/crypto/cms/cms_asn1.c
112
ASN1_OPT(CMS_RecipientKeyIdentifier, date, ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/cms/cms_asn1.c
172
ASN1_OPT(CMS_KEKIdentifier, date, ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/cms/cms_env.c
691
ASN1_GENERALIZEDTIME *date,
crypto/openssl/crypto/cms/cms_env.c
794
ASN1_GENERALIZEDTIME **pdate,
crypto/openssl/crypto/cms/cms_kari.c
115
ASN1_GENERALIZEDTIME **tm,
crypto/openssl/crypto/cms/cms_local.h
213
ASN1_GENERALIZEDTIME *date;
crypto/openssl/crypto/cms/cms_local.h
230
ASN1_GENERALIZEDTIME *date;
crypto/openssl/crypto/ct/ct_prn.c
31
ASN1_GENERALIZEDTIME *gen = ASN1_GENERALIZEDTIME_new();
crypto/openssl/crypto/ocsp/ocsp_asn.c
106
ASN1_SIMPLE(OCSP_RESPDATA, producedAt, ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/ocsp/ocsp_asn.c
125
ASN1_EXP_OPT(OCSP_CRLID, crlTime, ASN1_GENERALIZEDTIME, 2)
crypto/openssl/crypto/ocsp/ocsp_asn.c
79
ASN1_SIMPLE(OCSP_REVOKEDINFO, revocationTime, ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/ocsp/ocsp_asn.c
96
ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/ocsp/ocsp_asn.c
97
ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
crypto/openssl/crypto/ocsp/ocsp_cl.c
173
const ASN1_GENERALIZEDTIME *OCSP_resp_get0_produced_at(const OCSP_BASICRESP *bs)
crypto/openssl/crypto/ocsp/ocsp_cl.c
249
ASN1_GENERALIZEDTIME **revtime,
crypto/openssl/crypto/ocsp/ocsp_cl.c
250
ASN1_GENERALIZEDTIME **thisupd,
crypto/openssl/crypto/ocsp/ocsp_cl.c
251
ASN1_GENERALIZEDTIME **nextupd)
crypto/openssl/crypto/ocsp/ocsp_cl.c
285
ASN1_GENERALIZEDTIME **revtime,
crypto/openssl/crypto/ocsp/ocsp_cl.c
286
ASN1_GENERALIZEDTIME **thisupd,
crypto/openssl/crypto/ocsp/ocsp_cl.c
287
ASN1_GENERALIZEDTIME **nextupd)
crypto/openssl/crypto/ocsp/ocsp_cl.c
310
int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
crypto/openssl/crypto/ocsp/ocsp_cl.c
311
ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec)
crypto/openssl/crypto/ocsp/ocsp_ext.c
410
ASN1_GENERALIZEDTIME *gt = NULL;
crypto/openssl/crypto/ocsp/ocsp_local.h
117
ASN1_GENERALIZEDTIME *revocationTime;
crypto/openssl/crypto/ocsp/ocsp_local.h
145
ASN1_GENERALIZEDTIME *thisUpdate;
crypto/openssl/crypto/ocsp/ocsp_local.h
146
ASN1_GENERALIZEDTIME *nextUpdate;
crypto/openssl/crypto/ocsp/ocsp_local.h
160
ASN1_GENERALIZEDTIME *producedAt;
crypto/openssl/crypto/ocsp/ocsp_local.h
207
ASN1_GENERALIZEDTIME *crlTime;
crypto/openssl/crypto/ocsp/v3_ocsp.c
52
NID_id_pkix_OCSP_archiveCutoff, 0, ASN1_ITEM_ref(ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/ts/ts_asn1.c
91
ASN1_SIMPLE(TS_TST_INFO, time, ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/ts/ts_local.h
87
ASN1_GENERALIZEDTIME *time;
crypto/openssl/crypto/ts/ts_rsp_sign.c
39
static ASN1_GENERALIZEDTIME *TS_RESP_set_genTime_with_precision(ASN1_GENERALIZEDTIME *, long, long,
crypto/openssl/crypto/ts/ts_rsp_sign.c
537
ASN1_GENERALIZEDTIME *asn1_time = NULL;
crypto/openssl/crypto/ts/ts_rsp_sign.c
830
static ASN1_GENERALIZEDTIME *TS_RESP_set_genTime_with_precision(
crypto/openssl/crypto/ts/ts_rsp_sign.c
831
ASN1_GENERALIZEDTIME *asn1_time, long sec, long usec,
crypto/openssl/crypto/ts/ts_rsp_utils.c
131
int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime)
crypto/openssl/crypto/ts/ts_rsp_utils.c
133
ASN1_GENERALIZEDTIME *new_time;
crypto/openssl/crypto/ts/ts_rsp_utils.c
147
const ASN1_GENERALIZEDTIME *TS_TST_INFO_get_time(const TS_TST_INFO *a)
crypto/openssl/crypto/x509/v3_crld.c
488
NID_invalidity_date, 0, ASN1_ITEM_ref(ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/x509/v3_pku.c
30
ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
crypto/openssl/crypto/x509/v3_pku.c
31
ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notAfter, ASN1_GENERALIZEDTIME, 1)
crypto/openssl/crypto/x509/v3_timespec.c
50
ASN1_EXP_OPT(OSSL_TIME_SPEC_ABSOLUTE, startTime, ASN1_GENERALIZEDTIME, 0),
crypto/openssl/crypto/x509/v3_timespec.c
51
ASN1_EXP_OPT(OSSL_TIME_SPEC_ABSOLUTE, endTime, ASN1_GENERALIZEDTIME, 1),
crypto/openssl/crypto/x509/x509_acert.c
180
const ASN1_GENERALIZEDTIME *X509_ACERT_get0_notBefore(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
185
const ASN1_GENERALIZEDTIME *X509_ACERT_get0_notAfter(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509aset.c
15
static int replace_gentime(ASN1_STRING **dest, const ASN1_GENERALIZEDTIME *src)
crypto/openssl/crypto/x509/x509aset.c
169
int X509_ACERT_set1_notBefore(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time)
crypto/openssl/crypto/x509/x509aset.c
174
int X509_ACERT_set1_notAfter(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time)
crypto/openssl/demos/cms/cms_ver.c
26
ASN1_GENERALIZEDTIME *gtime;
crypto/openssl/fuzz/asn1.c
57
ASN1_ITEM_ref(ASN1_GENERALIZEDTIME),
crypto/openssl/fuzz/x509.c
120
ASN1_GENERALIZEDTIME *revtime, *thisupd, *nextupd;
crypto/openssl/include/openssl/asn1.h
542
ASN1_GENERALIZEDTIME *generalizedtime;
crypto/openssl/include/openssl/asn1.h
733
int ASN1_GENERALIZEDTIME_check(const ASN1_GENERALIZEDTIME *a);
crypto/openssl/include/openssl/asn1.h
734
ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s,
crypto/openssl/include/openssl/asn1.h
736
ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s,
crypto/openssl/include/openssl/asn1.h
739
int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str);
crypto/openssl/include/openssl/asn1.h
829
DECLARE_ASN1_FUNCTIONS(ASN1_GENERALIZEDTIME)
crypto/openssl/include/openssl/asn1.h
834
DECLARE_ASN1_DUP_FUNCTION(ASN1_GENERALIZEDTIME)
crypto/openssl/include/openssl/asn1.h
842
ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t,
crypto/openssl/include/openssl/asn1.h
843
ASN1_GENERALIZEDTIME **out);
crypto/openssl/include/openssl/asn1.h
969
int ASN1_GENERALIZEDTIME_print(BIO *fp, const ASN1_GENERALIZEDTIME *a);
crypto/openssl/include/openssl/cms.h
335
ASN1_GENERALIZEDTIME *date,
crypto/openssl/include/openssl/cms.h
342
ASN1_GENERALIZEDTIME **pdate,
crypto/openssl/include/openssl/cms.h
491
ASN1_GENERALIZEDTIME **tm,
crypto/openssl/include/openssl/ocsp.h
336
const ASN1_GENERALIZEDTIME *OCSP_resp_get0_produced_at(const OCSP_BASICRESP *bs);
crypto/openssl/include/openssl/ocsp.h
347
ASN1_GENERALIZEDTIME **revtime,
crypto/openssl/include/openssl/ocsp.h
348
ASN1_GENERALIZEDTIME **thisupd,
crypto/openssl/include/openssl/ocsp.h
349
ASN1_GENERALIZEDTIME **nextupd);
crypto/openssl/include/openssl/ocsp.h
352
ASN1_GENERALIZEDTIME **revtime,
crypto/openssl/include/openssl/ocsp.h
353
ASN1_GENERALIZEDTIME **thisupd,
crypto/openssl/include/openssl/ocsp.h
354
ASN1_GENERALIZEDTIME **nextupd);
crypto/openssl/include/openssl/ocsp.h
355
int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
crypto/openssl/include/openssl/ocsp.h
356
ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
crypto/openssl/include/openssl/ts.h
189
int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);
crypto/openssl/include/openssl/ts.h
190
const ASN1_GENERALIZEDTIME *TS_TST_INFO_get_time(const TS_TST_INFO *a);
crypto/openssl/include/openssl/x509_acert.h
107
int X509_ACERT_set1_notBefore(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time);
crypto/openssl/include/openssl/x509_acert.h
108
int X509_ACERT_set1_notAfter(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time);
crypto/openssl/include/openssl/x509v3.h
161
ASN1_GENERALIZEDTIME *notBefore;
crypto/openssl/include/openssl/x509v3.h
1616
ASN1_GENERALIZEDTIME *startTime;
crypto/openssl/include/openssl/x509v3.h
1617
ASN1_GENERALIZEDTIME *endTime;
crypto/openssl/include/openssl/x509v3.h
162
ASN1_GENERALIZEDTIME *notAfter;
crypto/openssl/test/asn1_decode_test.c
184
ASN1_GENERALIZEDTIME *gentime;