Searched refs:ASN1_UTCTIME (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | a_utctm.c | 68 int i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **pp) 75 ASN1_UTCTIME *d2i_ASN1_UTCTIME(ASN1_UTCTIME **a, unsigned char **pp, 78 ASN1_UTCTIME *ret=NULL; 80 ret=(ASN1_UTCTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length, 102 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d) in asn1_utctime_to_tm() 191 int ASN1_UTCTIME_check(const ASN1_UTCTIME *d) in ASN1_UTCTIME_check() 196 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str) in ASN1_UTCTIME_set_string() 198 ASN1_UTCTIME t; in ASN1_UTCTIME_set_string() 218 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_set() 223 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, in ASN1_UTCTIME_adj() [all …]
|
D | asn1_locl.h | 61 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
|
D | tasn_typ.c | 85 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_UTCTIME)
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 493 ASN1_UTCTIME * utctime; 663 #define M_ASN1_UTCTIME_new() (ASN1_UTCTIME *)\ 666 #define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)\ 793 OPENSSL_EXPORT int ASN1_UTCTIME_check(const ASN1_UTCTIME *a); 794 OPENSSL_EXPORT ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s,time_t t); 795 OPENSSL_EXPORT ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, int offset_day, long offse… 796 OPENSSL_EXPORT int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str); 797 OPENSSL_EXPORT int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t); 799 time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s); 830 DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME) [all …]
|
D | base.h | 162 typedef struct asn1_string_st ASN1_UTCTIME; typedef
|
/external/boringssl/src/crypto/x509/ |
D | t_x509.c | 414 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
|
/external/curl/lib/vtls/ |
D | openssl.c | 1018 static int asn1_output(const ASN1_UTCTIME *tm, in asn1_output()
|