Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/asn1/
H A Da_utctm.c83 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_UTCTIME_cmp_time_t()
H A Da_time.c461 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
527 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_TIME_cmp_time_t()
/freebsd-13.1/crypto/openssl/crypto/
H A Do_time.c102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() function
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dcrypto.h343 int OPENSSL_gmtime_diff(int *pday, int *psec,
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map2122 OPENSSL_gmtime_diff;
/freebsd-13.1/crypto/openssl/
H A DCHANGES3235 *) New functions OPENSSL_gmtime_diff and ASN1_TIME_diff to find the