Home
last modified time | relevance | path

Searched defs:posix_time (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_gentm.c102 int64_t posix_time) { in ASN1_GENERALIZEDTIME_set()
107 int64_t posix_time, int offset_day, in ASN1_GENERALIZEDTIME_adj()
Da_utctm.c102 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, int64_t posix_time) { in ASN1_UTCTIME_set()
106 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, int64_t posix_time, int offset_day, in ASN1_UTCTIME_adj()
Dposix_time.c167 int64_t posix_time; in OPENSSL_timegm() local
183 int64_t posix_time = *time; in OPENSSL_gmtime() local
191 int64_t posix_time; in OPENSSL_gmtime_adj() local
Da_time.c85 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, int64_t posix_time, int offset_day, in ASN1_TIME_adj()
Dasn1_test.cc2388 int64_t posix_time = -11676096000; // Sat, 01 Jan 1600 00:00:00 +0000 in TEST() local
/external/cronet/third_party/boringssl/src/crypto/asn1/
Da_gentm.c102 int64_t posix_time) { in ASN1_GENERALIZEDTIME_set()
107 int64_t posix_time, int offset_day, in ASN1_GENERALIZEDTIME_adj()
Da_utctm.c102 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, int64_t posix_time) { in ASN1_UTCTIME_set()
106 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, int64_t posix_time, int offset_day, in ASN1_UTCTIME_adj()
Dposix_time.c167 int64_t posix_time; in OPENSSL_timegm() local
183 int64_t posix_time = *time; in OPENSSL_gmtime() local
191 int64_t posix_time; in OPENSSL_gmtime_adj() local
Da_time.c85 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, int64_t posix_time, int offset_day, in ASN1_TIME_adj()
Dasn1_test.cc2388 int64_t posix_time = -11676096000; // Sat, 01 Jan 1600 00:00:00 +0000 in TEST() local
/external/cronet/net/der/
Dencode_values.cc55 bool EncodePosixTimeAsGeneralizedTime(int64_t posix_time, in EncodePosixTimeAsGeneralizedTime()