Home
last modified time | relevance | path

Searched refs:ASN1_TIME_cmp_time_t (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/test/
Dasn1_time_test.c130 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, td->t), 0)) { in test_table()
154 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, gtime_t), td->cmp_result)) { in test_table()
165 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, td->t), 0)) { in test_table()
202 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table()
226 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table()
244 if (ptime != NULL && !TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, td->t), 0)) { in test_table()
Dtime_offset_test.c99 ret = ASN1_TIME_cmp_time_t(&at, the_time); in test_offset()
/third_party/openssl/doc/man3/
DASN1_TIME_set.pod14 ASN1_TIME_cmp_time_t, ASN1_UTCTIME_cmp_time_t,
53 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
124 The ASN1_TIME_cmp_time_t() and ASN1_UTCTIME_cmp_time_t() functions compare
200 ASN1_TIME_cmp_time_t() and ASN1_UTCTIME_cmp_time_t() return -1 if B<s> is
246 The ASN1_TIME_cmp_time_t() function was added in OpenSSL 1.1.1.
/third_party/openssl/crypto/asn1/
Da_time.c516 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t) in ASN1_TIME_cmp_time_t() function
/third_party/openssl/include/openssl/
Dasn1.h636 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
/third_party/openssl/util/
Dlibcrypto.num4379 ASN1_TIME_cmp_time_t 4324 1_1_1 EXIST::FUNCTION: