Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_gmtime.pod7 OPENSSL_gmtime_diff - platform-agnostic OpenSSL time routines
15 int OPENSSL_gmtime_diff(int *pday, int *psec,
25 OPENSSL_gmtime_diff() calculates the difference between I<from> and I<to>.
37 OPENSSL_gmtime_diff() calculates the difference between the two I<struct tm>
46 OPENSSL_gmtime_adj() and OPENSSL_gmtime_diff() return 0 on error, and 1 on success.
50 OPENSSL_gmtime(), OPENSSL_gmtime_adj() and OPENSSL_gmtime_diff() have been
/freebsd/crypto/openssl/test/
H A Dgmdifftest.c42 || !TEST_true(OPENSSL_gmtime_diff(&off_day, &off_sec, &o1, &tm1))) in check_time()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_utctm.c86 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_UTCTIME_cmp_time_t()
H A Da_time.c467 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
557 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_TIME_cmp_time_t()
/freebsd/crypto/openssl/crypto/
H A Do_time.c102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() function
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h453 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Dcrypto.h.in430 int OPENSSL_gmtime_diff(int *pday, int *psec,
/freebsd/crypto/openssl/util/
H A Dmissingcrypto111.txt931 OPENSSL_gmtime_diff(3)
H A Dlibcrypto.num2356 OPENSSL_gmtime_diff 2407 3_0_0 EXIST::FUNCTION:
/freebsd/secure/lib/libcrypto/
H A DVersion.map2057 OPENSSL_gmtime_diff;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2789 MLINKS+= OPENSSL_gmtime.3 OPENSSL_gmtime_diff.3
/freebsd/crypto/openssl/
H A DCHANGES.md7897 * New functions OPENSSL_gmtime_diff and ASN1_TIME_diff to find the