Home
last modified time | relevance | path

Searched refs:ASN1_GENERALIZEDTIME (Results 1 – 12 of 12) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_gentm.c67 int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d) in asn1_generalizedtime_to_tm()
180 int ASN1_GENERALIZEDTIME_check(const ASN1_GENERALIZEDTIME *d) in ASN1_GENERALIZEDTIME_check()
185 int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str) in ASN1_GENERALIZEDTIME_set_string()
187 ASN1_GENERALIZEDTIME t; in ASN1_GENERALIZEDTIME_set_string()
207 ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s, in ASN1_GENERALIZEDTIME_set()
213 ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s, in ASN1_GENERALIZEDTIME_adj()
Da_time.c131 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out) in ASN1_TIME_to_generalizedtime()
133 ASN1_GENERALIZEDTIME *ret; in ASN1_TIME_to_generalizedtime()
Dasn1_locl.h62 int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d);
Dtasn_typ.c86 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_GENERALIZEDTIME)
/external/boringssl/src/crypto/x509v3/
Dv3_pku.c79 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
80 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notAfter, ASN1_GENERALIZEDTIME, 1)
/external/boringssl/src/include/openssl/
Dasn1.h495 ASN1_GENERALIZEDTIME * generalizedtime;
671 #define M_ASN1_GENERALIZEDTIME_new() (ASN1_GENERALIZEDTIME *)\
674 #define M_ASN1_GENERALIZEDTIME_dup(a) (ASN1_GENERALIZEDTIME *)ASN1_STRING_dup(\
804 OPENSSL_EXPORT int ASN1_GENERALIZEDTIME_check(const ASN1_GENERALIZEDTIME *a);
805 OPENSSL_EXPORT ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s,time_t t);
806 OPENSSL_EXPORT ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s, time_t t, in…
807 OPENSSL_EXPORT int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str);
833 DECLARE_ASN1_FUNCTIONS(ASN1_GENERALIZEDTIME)
841 OPENSSL_EXPORT ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIM…
967 OPENSSL_EXPORT int ASN1_GENERALIZEDTIME_print(BIO *fp, const ASN1_GENERALIZEDTIME *a);
Dbase.h151 typedef struct asn1_string_st ASN1_GENERALIZEDTIME; typedef
Dx509v3.h156 ASN1_GENERALIZEDTIME *notBefore;
157 ASN1_GENERALIZEDTIME *notAfter;
/external/boringssl/src/crypto/x509/
Dt_x509.c366 int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) in ASN1_GENERALIZEDTIME_print()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c1044 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c3271 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp280 void operator()(ASN1_GENERALIZEDTIME* p) const { in operator ()()
284 typedef UniquePtr<ASN1_GENERALIZEDTIME, ASN1_GENERALIZEDTIME_Delete> Unique_ASN1_GENERALIZEDTIME;