Searched refs:ASN1_TIME_compare (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
D | ASN1_TIME_set.pod | 15 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/ |
D | asn1_time_test.c | 320 return TEST_int_eq(ASN1_TIME_compare(&td->t1, &td->t2), td->result); in test_table_compare()
|
/third_party/openssl/crypto/asn1/ |
D | a_time.c | 547 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b) in ASN1_TIME_compare() function
|
/third_party/openssl/test/testutil/ |
D | tests.c | 434 && ASN1_TIME_compare(at1, at2) op 0; \
|
/third_party/openssl/include/openssl/ |
D | asn1.h | 637 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b);
|
/third_party/openssl/apps/ |
D | ca.c | 2259 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
|
/third_party/openssl/util/ |
D | libcrypto.num | 4380 ASN1_TIME_compare 4325 1_1_1 EXIST::FUNCTION:
|