Home
last modified time | relevance | path

Searched refs:ASN1_UTCTIME (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_utctm.c17 IMPLEMENT_ASN1_DUP_FUNCTION(ASN1_UTCTIME) in IMPLEMENT_ASN1_DUP_FUNCTION() argument
20 int ossl_asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d) in IMPLEMENT_ASN1_DUP_FUNCTION()
28 int ASN1_UTCTIME_check(const ASN1_UTCTIME *d) in ASN1_UTCTIME_check()
34 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str) in ASN1_UTCTIME_set_string()
36 ASN1_UTCTIME t; in ASN1_UTCTIME_set_string()
52 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_set()
57 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, in ASN1_UTCTIME_adj()
75 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_cmp_time_t()
96 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
H A Dtasn_typ.c37 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_UTCTIME)
H A Dasn1_local.h16 int ossl_asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
H A Dasn1_item_list.h41 ASN1_ITEM_ref(ASN1_UTCTIME),
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_utctm.c17 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d) in asn1_utctime_to_tm()
25 int ASN1_UTCTIME_check(const ASN1_UTCTIME *d) in ASN1_UTCTIME_check()
31 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str) in ASN1_UTCTIME_set_string()
33 ASN1_UTCTIME t; in ASN1_UTCTIME_set_string()
49 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_set()
54 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, in ASN1_UTCTIME_adj()
72 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_cmp_time_t()
93 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
H A Dtasn_typ.c37 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_UTCTIME)
H A Dasn1_local.h13 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
H A Dasn1_item_list.h41 ASN1_ITEM_ref(ASN1_UTCTIME),
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DASN1_TIME_set.pod22 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
28 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
36 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
43 int ASN1_UTCTIME_check(const ASN1_UTCTIME *t);
48 int ASN1_UTCTIME_print(BIO *b, const ASN1_UTCTIME *s);
56 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
64 ASN1_UTCTIME *ASN1_UTCTIME_dup(const ASN1_UTCTIME *t);
96 B<ASN1_UTCTIME> into a time value that can be used in a certificate. It
154 The B<ASN1_TIME>, B<ASN1_UTCTIME> and B<ASN1_GENERALIZEDTIME> structures are
162 B<ASN1_UTCTIME> is limited to a year range of 1950 through 2049.
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DASN1_TIME_set.pod21 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
27 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
35 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
42 int ASN1_UTCTIME_check(const ASN1_UTCTIME *t);
46 int ASN1_UTCTIME_print(BIO *b, const ASN1_UTCTIME *s);
54 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
90 ASN1_UTCTIME into a time value that can be used in a certificate. It
141 The ASN1_TIME, ASN1_UTCTIME and ASN1_GENERALIZEDTIME structures are represented
148 ASN1_UTCTIME is limited to a year range of 1950 through 2049.
157 ASN1_TIME_adj() may change the type from ASN1_GENERALIZEDTIME to ASN1_UTCTIME,
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1.h461 ASN1_UTCTIME *utctime;
578 int ASN1_UTCTIME_check(const ASN1_UTCTIME *a);
579 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
580 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
582 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
583 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
620 DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME)
758 int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
H A Dossl_typ.h29 # define ASN1_UTCTIME ASN1_STRING macro
50 typedef struct asn1_string_st ASN1_UTCTIME;
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dtypes.h34 # define ASN1_UTCTIME ASN1_STRING macro
55 typedef struct asn1_string_st ASN1_UTCTIME; typedef
H A Dasn1.h.in490 ASN1_UTCTIME *utctime;
615 int ASN1_UTCTIME_check(const ASN1_UTCTIME *a);
616 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
617 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
619 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
620 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
665 DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME)
670 DECLARE_ASN1_DUP_FUNCTION(ASN1_UTCTIME)
806 int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/
H A Dasn1.c73 ASN1_ITEM_ref(ASN1_UTCTIME),
/netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/
H A Dasn1.c70 ASN1_ITEM_ref(ASN1_UTCTIME),
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dindent.pro76 -T ASN1_UTCTIME
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dindent.pro77 -T ASN1_UTCTIME
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dca.c2306 ASN1_UTCTIME *revtm = NULL; in make_revocation_str()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dca.c2382 ASN1_UTCTIME *revtm = NULL; in make_revocation_str()
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES10701 *) Various fixes to use ASN1_TIME instead of ASN1_UTCTIME.