Searched refs:OPENSSL_gmtime_diff (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/doc/man3/ |
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
|
/third_party/openssl/test/ |
D | gmdifftest.c | 42 || !TEST_true(OPENSSL_gmtime_diff(&off_day, &off_sec, &o1, &tm1))) in check_time()
|
/third_party/openssl/crypto/asn1/ |
D | a_utctm.c | 86 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_UTCTIME_cmp_time_t()
|
D | a_time.c | 465 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/ |
D | o_time.c | 102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | crypto.h | 343 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/openssl/util/ |
D | missingcrypto111.txt | 931 OPENSSL_gmtime_diff(3)
|
D | libcrypto.num | 2356 OPENSSL_gmtime_diff 2407 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/include/openssl/ |
D | crypto.h.in | 412 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/openssl/ |
D | CHANGES.md | 6223 * New functions OPENSSL_gmtime_diff and ASN1_TIME_diff to find the
|