Home
last modified time | relevance | path

Searched refs:OPENSSL_gmtime_diff (Results 1 – 4 of 4) sorted by relevance

/openbsd/regress/lib/libcrypto/asn1/
H A Dasn1time.c685 if (OPENSSL_gmtime_diff(&days, &secs, &overflow_year, &overflow_year)) { in asn1_time_overflow()
690 if (OPENSSL_gmtime_diff(&days, &secs, &overflow_month, &overflow_month)) { in asn1_time_overflow()
817 if (!OPENSSL_gmtime_diff(&days, &secs, &max_time, &min_time)) { in asn1_time_overflow()
822 if (!OPENSSL_gmtime_diff(&days, &secs, &min_time, &max_time)) { in asn1_time_overflow()
/openbsd/lib/libcrypto/asn1/
H A Da_time.c122 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
H A Da_time_posix.c275 OPENSSL_gmtime_diff(int *out_days, int *out_secs, const struct tm *from, in OPENSSL_gmtime_diff() function
H A Dasn1_local.h164 int OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from,