Searched refs:ASN1_TIME_compare (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | asn1_time_test.c | 320 return TEST_int_eq(ASN1_TIME_compare(&td->t1, &td->t2), td->result); in test_table_compare() 347 if (!TEST_int_eq(ASN1_TIME_compare(asn1_time, asn1_time_dup), 0)) { in test_time_dup() 358 if (!TEST_int_eq(ASN1_TIME_compare(asn1_time, asn1_time_dup), 0)) { in test_time_dup() 369 if (!TEST_int_eq(ASN1_TIME_compare(asn1_gentime, asn1_time_dup), 0)) { in test_time_dup()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_TIME_set.pod | 15 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.
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_time.c | 580 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b) in ASN1_TIME_compare() function
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | tests.c | 458 && ASN1_TIME_compare(at1, at2) op 0; \
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_lu.c | 786 || ASN1_TIME_compare(X509_get0_notAfter(pobj->data.x509), in X509_STORE_CTX_get1_issuer()
|
H A D | x509_vfy.c | 335 if (rv == NULL || ASN1_TIME_compare(X509_get0_notAfter(issuer), in find_issuer()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 853 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b);
|
H A D | asn1.h.in | 686 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b);
|
/freebsd/crypto/openssl/apps/ |
H A D | ca.c | 2337 if (ASN1_TIME_compare(exp_date, a_tm) <= 0) { in do_updatedb()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4069 ASN1_TIME_compare;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 668 MLINKS+= ASN1_TIME_set.3 ASN1_TIME_compare.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4217 ASN1_TIME_compare 4325 3_0_0 EXIST::FUNCTION:
|