Searched refs:ASN1_TIME_cmp_time_t (Results 1 – 6 of 6) sorted by relevance
/openssl/test/ |
H A D | asn1_time_test.c | 181 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, td->t), 0)) { in test_table() 205 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, gtime_t), td->cmp_result)) { in test_table() 216 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, td->t), 0)) { in test_table() 253 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table() 277 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table() 295 if (ptime != NULL && !TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, td->t), 0)) { in test_table()
|
H A D | time_offset_test.c | 99 ret = ASN1_TIME_cmp_time_t(&at, the_time); in test_offset()
|
/openssl/doc/man3/ |
H A D | ASN1_TIME_set.pod | 14 ASN1_TIME_cmp_time_t, ASN1_UTCTIME_cmp_time_t, 55 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t); 133 The ASN1_TIME_cmp_time_t() and ASN1_UTCTIME_cmp_time_t() functions compare 220 ASN1_TIME_cmp_time_t() and ASN1_UTCTIME_cmp_time_t() return -1 if I<s> is 270 The ASN1_TIME_cmp_time_t() function was added in OpenSSL 1.1.1.
|
/openssl/crypto/asn1/ |
H A D | a_time.c | 551 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t) in ASN1_TIME_cmp_time_t() function
|
/openssl/include/openssl/ |
H A D | asn1.h.in | 688 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/openssl/util/ |
H A D | libcrypto.num | 4216 ASN1_TIME_cmp_time_t 4324 3_0_0 EXIST::FUNCTION:
|
Completed in 51 milliseconds