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

/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_asn1.h17 VALUE asn1time_to_time(ASN1_TIME *);
H A Dossl_ocsp.c459 ASN1_TIME *ths, *nxt, *rev;
524 ASN1_TIME *revtime, *thisupd, *nextupd;
H A Dossl_x509cert.c481 ASN1_TIME *asn1time;
H A Dossl_asn1.c32 asn1time_to_time(ASN1_TIME *time)
466 ASN1_TIME *time;
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dasn1.h269 #define ASN1_TIME ASN1_STRING macro
287 typedef struct asn1_string_st ASN1_TIME;
472 #define M_ASN1_TIME_new() (ASN1_TIME *)\
475 #define M_ASN1_TIME_dup(a) (ASN1_TIME *)ASN1_STRING_dup((ASN1_STRING *)a)
685 ASN1_TIME * ASN1_TIME_new(void);
686 void ASN1_TIME_free(ASN1_TIME *a);
687 int i2d_ASN1_TIME(ASN1_TIME *a,unsigned char **pp);
688 ASN1_TIME * d2i_ASN1_TIME(ASN1_TIME **a,unsigned char **pp, long length);
689 ASN1_TIME *ASN1_TIME_se
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-asn1.h97 typedef struct asn1_string_st ASN1_TIME; typedef in typeref:struct:asn1_string_st
726 #define M_ASN1_TIME_new() (ASN1_TIME *)\
729 #define M_ASN1_TIME_dup(a) (ASN1_TIME *)ASN1_STRING_dup((ASN1_STRING *)a)
885 DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
889 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s,time_t t);
890 int ASN1_TIME_check(ASN1_TIME *t);
891 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out);
1024 int ASN1_TIME_print(BIO *fp,ASN1_TIME *a);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dssluse.c2037 ASN1_TIME *certdate;
2186 ASN1_TIME *certdate;
/macosx-10.9.5/ntp-88/util/
H A Dntp-keygen.c150 u_long asn2ntp (ASN1_TIME *);
1951 * asn2ntp - convert ASN1_TIME time structure to NTP time
1955 ASN1_TIME *asn1time /* pointer to ASN1_TIME structure */
1958 char *v; /* pointer to ASN1_TIME string */
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_crypto.c163 static u_long asn2ntp (ASN1_TIME *);
1907 * asn2ntp - convert ASN1_TIME time structure to NTP time.
1913 ASN1_TIME *asn1time /* pointer to ASN1_TIME structure */
1916 char *v; /* pointer to ASN1_TIME string */

Completed in 225 milliseconds