Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
/third_party/openssl/test/
Dgmdifftest.c42 || !TEST_true(OPENSSL_gmtime_diff(&off_day, &off_sec, &o1, &tm1))) in check_time()
/third_party/openssl/crypto/asn1/
Da_utctm.c86 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_UTCTIME_cmp_time_t()
Da_time.c465 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
560 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_TIME_cmp_time_t()
/third_party/openssl/crypto/
Do_time.c102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() function
/third_party/openssl/ohos_lite/include/openssl/
Dcrypto.h343 int OPENSSL_gmtime_diff(int *pday, int *psec,
/third_party/openssl/util/
Dmissingcrypto111.txt931 OPENSSL_gmtime_diff(3)
Dlibcrypto.num2356 OPENSSL_gmtime_diff 2407 3_0_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dcrypto.h.in412 int OPENSSL_gmtime_diff(int *pday, int *psec,
/third_party/openssl/
DCHANGES.md6223 * New functions OPENSSL_gmtime_diff and ASN1_TIME_diff to find the