Searched refs:ASN1_UTCTIME (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/lib/libcrypto/asn1/ |
| D | asn1.h | 449 ASN1_UTCTIME * utctime; 570 int ASN1_UTCTIME_check(const ASN1_UTCTIME *a); 571 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t); 572 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, 574 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str); 576 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t); 658 ASN1_UTCTIME *ASN1_UTCTIME_new(void); 659 void ASN1_UTCTIME_free(ASN1_UTCTIME *a); 660 ASN1_UTCTIME *d2i_ASN1_UTCTIME(ASN1_UTCTIME **a, const unsigned char **in, long len); 661 int i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **out); [all …]
|
| D | a_time_tm.c | 510 ASN1_UTCTIME_check(const ASN1_UTCTIME *d) in ASN1_UTCTIME_check() 519 ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str) in ASN1_UTCTIME_set_string() 527 ASN1_UTCTIME * 528 ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_set() 534 ASN1_UTCTIME * 535 ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, int offset_day, long offset_sec) in ASN1_UTCTIME_adj() 543 ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_cmp_time_t()
|
| D | tasn_typ.c | 295 ASN1_UTCTIME * 296 d2i_ASN1_UTCTIME(ASN1_UTCTIME **a, const unsigned char **in, long len) in d2i_ASN1_UTCTIME() 298 return (ASN1_UTCTIME *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_ASN1_UTCTIME() 304 i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **out) in i2d_ASN1_UTCTIME() 310 ASN1_UTCTIME * 313 return (ASN1_UTCTIME *)ASN1_item_new(&ASN1_UTCTIME_it); in ASN1_UTCTIME_new() 318 ASN1_UTCTIME_free(ASN1_UTCTIME *a) in ASN1_UTCTIME_free()
|
| D | t_x509.c | 451 ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
|
| /openbsd/src/regress/lib/libcrypto/asn1/ |
| D | rfc5280time.c | 211 ASN1_UTCTIME *ut = NULL; in rfc5280_invtime_test() 304 ASN1_UTCTIME *ut; in rfc5280_utctime_test()
|
| D | asn1time.c | 29 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t); 241 ASN1_UTCTIME *ut = NULL; in asn1_invtime_test() 381 ASN1_UTCTIME *ut = NULL; in asn1_utctime_test()
|
| /openbsd/src/lib/libcrypto/ |
| D | ossl_typ.h | 71 typedef struct asn1_string_st ASN1_UTCTIME; typedef
|
| /openbsd/src/usr.bin/openssl/ |
| D | ca.c | 1670 ASN1_UTCTIME *tm; in do_body() 2255 ASN1_UTCTIME *tm = NULL; in do_revoke() 2451 ASN1_UTCTIME *a_tm = NULL; in do_updatedb() 2549 ASN1_UTCTIME *revtm = NULL; in make_revocation_str()
|