Searched refs:ASN1_UTCTIME (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_utctm.c | 17 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 D | tasn_typ.c | 37 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_UTCTIME)
|
H A D | asn1_local.h | 18 int ossl_asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
|
H A D | asn1_item_list.h | 41 ASN1_ITEM_ref(ASN1_UTCTIME),
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_TIME_set.pod | 22 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 D | asn1.h | 541 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 D | types.h | 52 # define ASN1_UTCTIME ASN1_STRING macro 73 typedef struct asn1_string_st ASN1_UTCTIME; typedef
|
H A D | asn1.h.in | 494 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 D | krbasn1.h | 40 #define ASN1_UTCTIME 23 macro
|
/freebsd/crypto/openssl/demos/cms/ |
H A D | cms_ver.c | 25 ASN1_UTCTIME *utctime; in print_signingTime()
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_decode_test.c | 200 ASN1_UTCTIME *utctime; in test_utctime()
|
/freebsd/crypto/openssl/fuzz/ |
H A D | asn1.c | 74 ASN1_ITEM_ref(ASN1_UTCTIME),
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 76 -T ASN1_UTCTIME
|
/freebsd/crypto/openssl/apps/ |
H A D | ca.c | 2348 ASN1_UTCTIME *revtm = NULL; in make_revocation_str()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 17487 * Various fixes to use ASN1_TIME instead of ASN1_UTCTIME.
|