Searched refs:OPENSSL_gmtime_diff (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_gmtime.pod | 7 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 D | gmdifftest.c | 42 || !TEST_true(OPENSSL_gmtime_diff(&off_day, &off_sec, &o1, &tm1))) in check_time()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_utctm.c | 86 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_UTCTIME_cmp_time_t()
|
H A D | a_time.c | 467 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 D | o_time.c | 102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 453 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
H A D | crypto.h.in | 430 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto111.txt | 931 OPENSSL_gmtime_diff(3)
|
H A D | libcrypto.num | 2356 OPENSSL_gmtime_diff 2407 3_0_0 EXIST::FUNCTION:
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 2057 OPENSSL_gmtime_diff;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2789 MLINKS+= OPENSSL_gmtime.3 OPENSSL_gmtime_diff.3
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 7897 * New functions OPENSSL_gmtime_diff and ASN1_TIME_diff to find the
|