Searched refs:OPENSSL_gmtime_diff (Results 1 – 4 of 4) sorted by relevance
/openbsd/regress/lib/libcrypto/asn1/ |
H A D | asn1time.c | 685 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 D | a_time.c | 122 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
|
H A D | a_time_posix.c | 275 OPENSSL_gmtime_diff(int *out_days, int *out_secs, const struct tm *from, in OPENSSL_gmtime_diff() function
|
H A D | asn1_local.h | 164 int OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from,
|