Searched refs:posix_time (Results 1 – 5 of 5) sorted by relevance
209 int64_t posix_time; in asn1_time_tm_to_time_t() local211 if (!OPENSSL_tm_to_posix(tm, &posix_time)) in asn1_time_tm_to_time_t()217 (posix_time > INT32_MAX || posix_time < INT32_MIN)) in asn1_time_tm_to_time_t()221 *out = posix_time; in asn1_time_tm_to_time_t()228 int64_t posix_time = *time; in asn1_time_time_t_to_tm() local230 return OPENSSL_posix_to_tm(posix_time, out_tm); in asn1_time_time_t_to_tm()251 int64_t posix_time; in OPENSSL_gmtime_adj() local253 if (!OPENSSL_tm_to_posix(tm, &posix_time)) in OPENSSL_gmtime_adj()260 posix_time += offset_day * SECS_PER_DAY; in OPENSSL_gmtime_adj()262 if (posix_time > 0 && offset_sec > INT64_MAX - posix_time) in OPENSSL_gmtime_adj()[all …]
31 int64_t posix_time; in tls_convert_notafter() local36 if (!OPENSSL_tm_to_posix(tm, &posix_time)) in tls_convert_notafter()38 if (posix_time < INT32_MIN) in tls_convert_notafter()40 *out_time = (posix_time > INT32_MAX) ? INT32_MAX : posix_time; in tls_convert_notafter()
645 time_t posix_time; in asn1_time_overflow() local665 if (OPENSSL_timegm(&overflow_year, &posix_time)) { in asn1_time_overflow()670 if (OPENSSL_timegm(&overflow_month, &posix_time)) { in asn1_time_overflow()
643 ${LCRYPTO_SRC}/asn1/posix_time.h \
1159 ./usr/include/openssl/posix_time.h