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

/external/openssl/crypto/pkcs7/
H A Dexample.h56 ASN1_UTCTIME *get_signed_time(PKCS7_SIGNER_INFO *si);
H A Dexample.c10 ASN1_UTCTIME *sign_time;
20 ASN1_UTCTIME *get_signed_time(PKCS7_SIGNER_INFO *si)
169 ASN1_UTCTIME *sign_time;
180 ASN1_UTCTIME *sk_get_time(STACK_OF(X509_ATTRIBUTE) *sk)
H A Dverify.c180 ASN1_UTCTIME *tm;
/external/openssl/crypto/asn1/
H A Da_utctm.c66 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 *
[all...]
H A Dtasn_typ.c97 IMPLEMENT_ASN1_TYPE(ASN1_UTCTIME)
98 IMPLEMENT_ASN1_FUNCTIONS(ASN1_UTCTIME)
H A Dasn1.h539 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 *
[all...]
H A Dt_x509.c434 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm)
/external/openssl/crypto/
H A Dossl_typ.h68 #define ASN1_UTCTIME ASN1_STRING macro
89 typedef struct asn1_string_st ASN1_UTCTIME; typedef in typeref:struct:asn1_string_st
/external/openssl/include/openssl/
H A Dossl_typ.h68 #define ASN1_UTCTIME ASN1_STRING macro
89 typedef struct asn1_string_st ASN1_UTCTIME; typedef in typeref:struct:asn1_string_st
H A Dasn1.h539 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 *
[all...]
/external/openssl/apps/
H A Dca.c1709 ASN1_UTCTIME *tm,*tmptm;
2412 ASN1_UTCTIME *tm=NULL;
2618 ASN1_UTCTIME *a_tm = NULL;
2719 ASN1_UTCTIME *revtm = NULL;

Completed in 88 milliseconds