Searched refs:ASN1_TIME (Results 1 - 25 of 39) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_val.c65 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
66 ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
H A Da_time.c70 IMPLEMENT_ASN1_MSTRING(ASN1_TIME, B_ASN1_TIME)
72 IMPLEMENT_ASN1_FUNCTIONS(ASN1_TIME)
75 int i2d_ASN1_TIME(ASN1_TIME *a, unsigned char **pp)
101 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t)
117 int ASN1_TIME_check(ASN1_TIME *t)
126 /* Convert an ASN1_TIME structure to GeneralizedTime */
127 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out)
H A Dx_crl.c69 ASN1_SIMPLE(X509_REVOKED,revocationDate, ASN1_TIME),
98 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
99 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dx_val.c65 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
66 ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
H A Da_time.c70 IMPLEMENT_ASN1_MSTRING(ASN1_TIME, B_ASN1_TIME)
72 IMPLEMENT_ASN1_FUNCTIONS(ASN1_TIME)
75 int i2d_ASN1_TIME(ASN1_TIME *a, unsigned char **pp)
101 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t)
117 int ASN1_TIME_check(ASN1_TIME *t)
126 /* Convert an ASN1_TIME structure to GeneralizedTime */
127 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out)
H A Dx_crl.c69 ASN1_SIMPLE(X509_REVOKED,revocationDate, ASN1_TIME),
98 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
99 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
H A Dasn1.h636 #define M_ASN1_TIME_new() (ASN1_TIME *)\
639 #define M_ASN1_TIME_dup(a) (ASN1_TIME *)ASN1_STRING_dup((ASN1_STRING *)a)
793 DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
795 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s,time_t t);
796 int ASN1_TIME_check(ASN1_TIME *t);
797 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out);
875 int ASN1_TIME_print(BIO *fp,ASN1_TIME *a);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509cset.c84 int X509_CRL_set_lastUpdate(X509_CRL *x, ASN1_TIME *tm)
86 ASN1_TIME *in;
102 int X509_CRL_set_nextUpdate(X509_CRL *x, ASN1_TIME *tm)
104 ASN1_TIME *in;
136 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm)
138 ASN1_TIME *in;
H A Dx509_set.c107 int X509_set_notBefore(X509 *x, ASN1_TIME *tm)
109 ASN1_TIME *in;
125 int X509_set_notAfter(X509 *x, ASN1_TIME *tm)
127 ASN1_TIME *in;
H A Dx509.h135 ASN1_TIME *notBefore;
136 ASN1_TIME *notAfter;
396 ASN1_TIME *revocationDate;
409 ASN1_TIME *lastUpdate;
410 ASN1_TIME *nextUpdate;
817 int X509_cmp_time(ASN1_TIME *s, time_t *t);
818 int X509_cmp_current_time(ASN1_TIME *s);
819 ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
820 ASN1_TIME * X509_gmtime_ad
[all...]
H A Dx509_vfy.c854 int X509_cmp_current_time(ASN1_TIME *ctm)
859 int X509_cmp_time(ASN1_TIME *ctm, time_t *cmp_time)
862 ASN1_TIME atm;
937 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj)
942 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *in_tm)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509cset.c84 int X509_CRL_set_lastUpdate(X509_CRL *x, ASN1_TIME *tm)
86 ASN1_TIME *in;
102 int X509_CRL_set_nextUpdate(X509_CRL *x, ASN1_TIME *tm)
104 ASN1_TIME *in;
136 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm)
138 ASN1_TIME *in;
H A Dx509_set.c107 int X509_set_notBefore(X509 *x, ASN1_TIME *tm)
109 ASN1_TIME *in;
125 int X509_set_notAfter(X509 *x, ASN1_TIME *tm)
127 ASN1_TIME *in;
H A Dx509.h154 ASN1_TIME *notBefore;
155 ASN1_TIME *notAfter;
426 ASN1_TIME *revocationDate;
439 ASN1_TIME *lastUpdate;
440 ASN1_TIME *nextUpdate;
870 int X509_cmp_time(ASN1_TIME *s, time_t *t);
871 int X509_cmp_current_time(ASN1_TIME *s);
872 ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
873 ASN1_TIME * X509_gmtime_ad
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/
H A Dossl_typ.h70 #define ASN1_TIME ASN1_STRING macro
90 typedef struct asn1_string_st ASN1_TIME; typedef in typeref:struct:asn1_string_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dossl_typ.h70 #define ASN1_TIME ASN1_STRING macro
90 typedef struct asn1_string_st ASN1_TIME; typedef in typeref:struct:asn1_string_st
H A Dx509.h135 ASN1_TIME *notBefore;
136 ASN1_TIME *notAfter;
396 ASN1_TIME *revocationDate;
409 ASN1_TIME *lastUpdate;
410 ASN1_TIME *nextUpdate;
817 int X509_cmp_time(ASN1_TIME *s, time_t *t);
818 int X509_cmp_current_time(ASN1_TIME *s);
819 ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
820 ASN1_TIME * X509_gmtime_ad
[all...]
H A Dasn1.h636 #define M_ASN1_TIME_new() (ASN1_TIME *)\
639 #define M_ASN1_TIME_dup(a) (ASN1_TIME *)ASN1_STRING_dup((ASN1_STRING *)a)
793 DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
795 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s,time_t t);
796 int ASN1_TIME_check(ASN1_TIME *t);
797 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out);
875 int ASN1_TIME_print(BIO *fp,ASN1_TIME *a);
H A Docsp.h469 ASN1_TIME *revtime,
470 ASN1_TIME *thisupd, ASN1_TIME *nextupd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dossl_typ.h70 #define ASN1_TIME ASN1_STRING macro
90 typedef struct asn1_string_st ASN1_TIME; typedef in typeref:struct:asn1_string_st
H A Dx509.h154 ASN1_TIME *notBefore;
155 ASN1_TIME *notAfter;
426 ASN1_TIME *revocationDate;
439 ASN1_TIME *lastUpdate;
440 ASN1_TIME *nextUpdate;
870 int X509_cmp_time(ASN1_TIME *s, time_t *t);
871 int X509_cmp_current_time(ASN1_TIME *s);
872 ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
873 ASN1_TIME * X509_gmtime_ad
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dossl_typ.h70 #define ASN1_TIME ASN1_STRING macro
90 typedef struct asn1_string_st ASN1_TIME; typedef in typeref:struct:asn1_string_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ocsp/
H A Docsp_srv.c127 ASN1_TIME *revtime,
128 ASN1_TIME *thisupd, ASN1_TIME *nextupd)
H A Docsp.h469 ASN1_TIME *revtime,
470 ASN1_TIME *thisupd, ASN1_TIME *nextupd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_srv.c127 ASN1_TIME *revtime,
128 ASN1_TIME *thisupd, ASN1_TIME *nextupd)

Completed in 284 milliseconds

12