Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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.h18 int ossl_asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
H A Dasn1_item_list.h41 ASN1_ITEM_ref(ASN1_UTCTIME),
/freebsd/crypto/openssl/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 …]
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h541 ASN1_UTCTIME *utctime;
738 int ASN1_UTCTIME_check(const ASN1_UTCTIME *a);
739 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
740 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
742 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
743 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
836 DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME)
841 DECLARE_ASN1_DUP_FUNCTION(ASN1_UTCTIME)
977 int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
H A Dtypes.h52 # define ASN1_UTCTIME ASN1_STRING macro
73 typedef struct asn1_string_st ASN1_UTCTIME; typedef
H A Dasn1.h.in494 ASN1_UTCTIME *utctime;
619 int ASN1_UTCTIME_check(const ASN1_UTCTIME *a);
620 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
621 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
623 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
624 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
669 DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME)
674 DECLARE_ASN1_DUP_FUNCTION(ASN1_UTCTIME)
810 int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dkrbasn1.h40 #define ASN1_UTCTIME 23 macro
/freebsd/crypto/openssl/demos/cms/
H A Dcms_ver.c25 ASN1_UTCTIME *utctime; in print_signingTime()
/freebsd/crypto/openssl/test/
H A Dasn1_decode_test.c200 ASN1_UTCTIME *utctime; in test_utctime()
/freebsd/crypto/openssl/fuzz/
H A Dasn1.c74 ASN1_ITEM_ref(ASN1_UTCTIME),
/freebsd/crypto/openssl/util/
H A Dindent.pro76 -T ASN1_UTCTIME
/freebsd/crypto/openssl/apps/
H A Dca.c2348 ASN1_UTCTIME *revtm = NULL; in make_revocation_str()
/freebsd/crypto/openssl/
H A DCHANGES.md17487 * Various fixes to use ASN1_TIME instead of ASN1_UTCTIME.