Home
last modified time | relevance | path

Searched refs:ASN1_TIME_compare (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DASN1_TIME_set.pod15 ASN1_TIME_compare,
56 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b);
127 The ASN1_TIME_compare() function compares the two times represented by the
204 ASN1_TIME_compare() returns -1 if B<a> is before B<b>, 0 if B<a> equals B<b>, or 1 if B<a> is after…
247 The ASN1_TIME_compare() function was added in OpenSSL 1.1.1.
/third_party/openssl/test/
Dasn1_time_test.c320 return TEST_int_eq(ASN1_TIME_compare(&td->t1, &td->t2), td->result); in test_table_compare()
/third_party/openssl/crypto/asn1/
Da_time.c547 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b) in ASN1_TIME_compare() function
/third_party/openssl/test/testutil/
Dtests.c434 && ASN1_TIME_compare(at1, at2) op 0; \
/third_party/openssl/include/openssl/
Dasn1.h637 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b);
/third_party/openssl/apps/
Dca.c2259 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
/third_party/openssl/util/
Dlibcrypto.num4380 ASN1_TIME_compare 4325 1_1_1 EXIST::FUNCTION: