Searched refs:ASN1_UTCTIME (Results 1 - 8 of 8) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Dasn1_locl.h61 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
H A Da_utctm.c68 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)
191 int ASN1_UTCTIME_check(const ASN1_UTCTIME *d)
196 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str)
198 ASN1_UTCTIME t;
218 ASN1_UTCTIME *ASN1_UTCTIME_se
[all...]
H A Dtasn_typ.c85 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_UTCTIME)
/external/boringssl/include/openssl/
H A Dasn1.h493 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 offset_sec);
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 *
[all...]
H A Dbase.h162 typedef struct asn1_string_st ASN1_UTCTIME; typedef in typeref:struct:asn1_string_st
/external/boringssl/src/include/openssl/
H A Dasn1.h493 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 offset_sec);
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 *
[all...]
H A Dbase.h162 typedef struct asn1_string_st ASN1_UTCTIME; typedef in typeref:struct:asn1_string_st
/external/boringssl/src/crypto/x509/
H A Dt_x509.c414 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm)

Completed in 58 milliseconds