HomeSort by relevance Sort by last modified time
    Searched refs:ASN1_UTCTIME (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
a_utctm.c 65 int i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **pp)
72 ASN1_UTCTIME *d2i_ASN1_UTCTIME(ASN1_UTCTIME **a, unsigned char **pp,
75 ASN1_UTCTIME *ret=NULL;
77 ret=(ASN1_UTCTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length,
99 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d)
188 int ASN1_UTCTIME_check(const ASN1_UTCTIME *d)
193 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str)
195 ASN1_UTCTIME t;
215 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t
    [all...]
asn1_locl.h 61 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
tasn_typ.c 96 IMPLEMENT_ASN1_TYPE(ASN1_UTCTIME);
97 IMPLEMENT_ASN1_FUNCTIONS(ASN1_UTCTIME);
  /external/openssl/crypto/asn1/
a_utctm.c 66 int i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **pp)
85 ASN1_UTCTIME *d2i_ASN1_UTCTIME(ASN1_UTCTIME **a, unsigned char **pp,
88 ASN1_UTCTIME *ret=NULL;
90 ret=(ASN1_UTCTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length,
115 int ASN1_UTCTIME_check(ASN1_UTCTIME *d)
165 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str)
167 ASN1_UTCTIME t;
187 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t
    [all...]
tasn_typ.c 97 IMPLEMENT_ASN1_TYPE(ASN1_UTCTIME)
98 IMPLEMENT_ASN1_FUNCTIONS(ASN1_UTCTIME)
asn1.h 539 ASN1_UTCTIME * utctime;
702 #define M_ASN1_UTCTIME_new() (ASN1_UTCTIME *)\
705 #define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)\
842 int ASN1_UTCTIME_check(ASN1_UTCTIME *a);
843 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s,time_t t);
844 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
846 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
847 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t)
    [all...]
t_x509.c 434 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm)
  /external/openssl/crypto/
ossl_typ.h 72 #define ASN1_UTCTIME ASN1_STRING
93 typedef struct asn1_string_st ASN1_UTCTIME;
  /external/openssl/include/openssl/
ossl_typ.h 72 #define ASN1_UTCTIME ASN1_STRING
93 typedef struct asn1_string_st ASN1_UTCTIME;
asn1.h 539 ASN1_UTCTIME * utctime;
702 #define M_ASN1_UTCTIME_new() (ASN1_UTCTIME *)\
705 #define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)\
842 int ASN1_UTCTIME_check(ASN1_UTCTIME *a);
843 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s,time_t t);
844 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
846 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
847 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t)
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1.h 496 ASN1_UTCTIME * utctime;
667 #define M_ASN1_UTCTIME_new() (ASN1_UTCTIME *)\
670 #define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)\
799 OPENSSL_EXPORT int ASN1_UTCTIME_check(const ASN1_UTCTIME *a);
800 OPENSSL_EXPORT ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s,time_t t);
801 OPENSSL_EXPORT ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, int offset_day, long offset_sec);
802 OPENSSL_EXPORT int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
803 OPENSSL_EXPORT int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t)
    [all...]
base.h 148 typedef struct asn1_string_st ASN1_UTCTIME;
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
t_x509.c 422 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm)
  /external/openssl/apps/
ca.c     [all...]

Completed in 954 milliseconds