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

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/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.h462 ASN1_UTCTIME * utctime;
625 #define M_ASN1_UTCTIME_new() (ASN1_UTCTIME *)\
628 #define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)ASN1_STRING_dup((ASN1_STRING *)a)
757 int ASN1_UTCTIME_check(ASN1_UTCTIME *a);
758 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s,time_t t);
759 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, char *str);
760 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
762 time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s);
791 DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/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.h505 ASN1_UTCTIME * utctime;
668 #define M_ASN1_UTCTIME_new() (ASN1_UTCTIME *)\
671 #define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)ASN1_STRING_dup((ASN1_STRING *)a)
802 int ASN1_UTCTIME_check(ASN1_UTCTIME *a);
803 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s,time_t t);
804 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
805 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
833 DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME)
936 int ASN1_UTCTIME_print(BIO *fp,ASN1_UTCTIME *
[all...]

Completed in 2488 milliseconds