Home
last modified time | relevance | path

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

/openssl/test/
H A Dasn1_time_test.c371 return TEST_int_eq(ASN1_TIME_compare(&td->t1, &td->t2), td->result); in test_table_compare()
398 if (!TEST_int_eq(ASN1_TIME_compare(asn1_time, asn1_time_dup), 0)) { in test_time_dup()
409 if (!TEST_int_eq(ASN1_TIME_compare(asn1_time, asn1_time_dup), 0)) { in test_time_dup()
420 if (!TEST_int_eq(ASN1_TIME_compare(asn1_gentime, asn1_time_dup), 0)) { in test_time_dup()
/openssl/doc/man3/
H A DASN1_TIME_set.pod15 ASN1_TIME_compare,
58 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b);
136 The ASN1_TIME_compare() function compares the two times represented by the
224 ASN1_TIME_compare() returns -1 if I<a> is before I<b>, 0 if I<a> equals I<b>,
271 The ASN1_TIME_compare() function was added in OpenSSL 1.1.1.
/openssl/crypto/asn1/
H A Da_time.c582 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b) in ASN1_TIME_compare() function
/openssl/test/testutil/
H A Dtests.c459 && ASN1_TIME_compare(at1, at2) op 0; \
/openssl/apps/lib/
H A Dcmp_mock_srv.c447 || ASN1_TIME_compare(thisupd, X509_CRL_get0_lastUpdate(crl)) < 0; in check_client_crl()
H A Dapps.c3308 if (ASN1_TIME_compare(X509_get0_notAfter(x), X509_get0_notBefore(x)) < 0) { in set_cert_times()
/openssl/crypto/x509/
H A Dx509_lu.c863 || ASN1_TIME_compare(X509_get0_notAfter(pobj->data.x509), in X509_STORE_CTX_get1_issuer()
H A Dx509_vfy.c398 if (rv == NULL || ASN1_TIME_compare(X509_get0_notAfter(issuer), in find_issuer()
/openssl/include/openssl/
H A Dasn1.h.in689 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b);
/openssl/apps/
H A Dca.c2303 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
/openssl/util/
H A Dlibcrypto.num4217 ASN1_TIME_compare 4325 3_0_0 EXIST::FUNCTION:

Completed in 74 milliseconds