Searched refs:ASN1_UTCTIME (Results 1 – 9 of 9) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | a_utctm.c | 68 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d) in asn1_utctime_to_tm() 160 int ASN1_UTCTIME_check(const ASN1_UTCTIME *d) in ASN1_UTCTIME_check() 165 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str) in ASN1_UTCTIME_set_string() 167 ASN1_UTCTIME t; in ASN1_UTCTIME_set_string() 184 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_set() 189 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, in ASN1_UTCTIME_adj() 241 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_cmp_time_t() 267 time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s)
|
D | asn1_locl.h | 90 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
|
D | tasn_typ.c | 84 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_UTCTIME)
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 453 ASN1_UTCTIME * utctime; 582 #define M_ASN1_UTCTIME_new() (ASN1_UTCTIME *)\ 585 #define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)\ 674 OPENSSL_EXPORT int ASN1_UTCTIME_check(const ASN1_UTCTIME *a); 675 OPENSSL_EXPORT ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s,time_t t); 676 OPENSSL_EXPORT ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, int offset_day, long offse… 677 OPENSSL_EXPORT int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str); 678 OPENSSL_EXPORT int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t); 680 time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s); 708 DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME) [all …]
|
D | base.h | 315 typedef struct asn1_string_st ASN1_UTCTIME; typedef
|
/external/boringssl/src/crypto/x509/ |
D | t_x509.c | 444 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) { in ASN1_UTCTIME_print()
|
D | x509_test.cc | 1369 bssl::UniquePtr<ASN1_UTCTIME> tm(ASN1_UTCTIME_new()); in TEST()
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 203 ASN1_UTCTIME = asn1_string_st variable 222 ('utctime', POINTER(ASN1_UTCTIME)),
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 203 ASN1_UTCTIME = asn1_string_st variable 222 ('utctime', POINTER(ASN1_UTCTIME)),
|