Home
last modified time | relevance | path

Searched refs:X509_cmp (Results 1 – 25 of 25) sorted by relevance

/third_party/openssl/doc/man3/
DX509_cmp.pod5 X509_cmp, X509_NAME_cmp,
14 int X509_cmp(const X509 *a, const X509 *b);
27 The X509_cmp() function compares two B<X509> objects indicated by parameters
DX509_add_cert.pod39 which is determined using L<X509_cmp(3)>, are ignored.
59 L<X509_cmp(3)>
/third_party/openssl/test/
Docspapitest.c134 || !TEST_int_eq(X509_cmp(tmp, signer), 0)) in test_resp_signer()
146 || !TEST_int_eq(X509_cmp(tmp, signer), 0)) in test_resp_signer()
Dcmp_client_test.c115 if (!TEST_ptr(res) || !TEST_int_eq(X509_cmp(res, client_cert), 0)) in execute_exec_certrequest_ses_test()
254 X509_cmp(OSSL_CMP_CTX_get0_newCert(ctx), client_cert)); in execute_try_certreq_poll_test()
Dx509aux.c101 err = X509_cmp(reuse, cert); in test_certs()
Dhttp_test.c146 res = TEST_ptr(rcert) && TEST_int_eq(X509_cmp(x509, rcert), 0); in test_http_x509()
Dcmp_msg_test.c409 if (certfromresp == NULL || !TEST_int_eq(X509_cmp(cert, certfromresp), 0)) in execute_certrep_create()
/third_party/openssl/test/helpers/
Dcmp_testlib.c52 if ((res = X509_cmp(a, b)) != 0) in STACK_OF_X509_cmp()
Dpkcs12.c569 if (!TEST_false(X509_cmp(x509, ref_x509))) in check_certbag()
/third_party/openssl/crypto/x509/
Dx509_cmp.c155 int X509_cmp(const X509 *a, const X509 *b) in X509_cmp() function
207 if (X509_cmp(sk_X509_value(sk, i), cert) == 0) in X509_add_cert()
Dx509_vfy.c130 if (X509_cmp(xtmp, x) == 0) in lookup_cert_match()
312 if (X509_cmp(sk_X509_value(sk, i), cert) == 0) in sk_X509_contains()
1364 return X509_cmp(cert_ta, crl_ta) == 0; in check_crl_chain()
3170 if (X509_cmp(curr, issuer) != 0) { in build_chain()
Dx509_lu.c705 if (!X509_cmp(obj->data.x509, x->data.x509)) in X509_OBJECT_retrieve_match()
/third_party/python/Modules/_ssl/
Dcert.c206 cmp = X509_cmp(self->cert, ((PySSLCertificate*)other)->cert); in certificate_richcompare()
/third_party/openssl/doc/man7/
Dopenssl-threads.pod55 L<X509_cmp(3)> takes pointers to C<const> objects, but the implementation
/third_party/openssl/crypto/cms/
Dcms_lib.c535 if (!X509_cmp(cch->d.certificate, cert)) { in CMS_add0_cert()
/third_party/openssl/crypto/cmp/
Dcmp_vfy.c212 if (X509_cmp(sk_X509_value(already_checked, i - 1), cert) == 0) in already_checked()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs635 pub fn X509_cmp(a: *const X509, b: *const X509) -> c_int; in X509_cmp() function
/third_party/openssl/util/
Dmissingcrypto111.txt1606 X509_cmp(3)
Dlibcrypto.num793 X509_cmp 814 3_0_0 EXIST::FUNCTION:
/third_party/openssl/ssl/
Dssl_cert.c328 if (cpk->privatekey && cpk->x509 && !X509_cmp(cpk->x509, x)) { in ssl_cert_select_current()
/third_party/openssl/ohos_lite/include/openssl/
Dx509.h773 int X509_cmp(const X509 *a, const X509 *b);
/third_party/openssl/doc/
Dbuild.info2734 DEPEND[html/man3/X509_cmp.html]=man3/X509_cmp.pod
2735 GENERATE[html/man3/X509_cmp.html]=man3/X509_cmp.pod
2736 DEPEND[man/man3/X509_cmp.3]=man3/X509_cmp.pod
2737 GENERATE[man/man3/X509_cmp.3]=man3/X509_cmp.pod
3421 html/man3/X509_cmp.html \
4017 man/man3/X509_cmp.3 \
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs616 let cmp = unsafe { ffi::X509_cmp(self.as_ptr(), other.as_ptr()) }; in cmp()
/third_party/openssl/include/openssl/
Dx509.h.in790 int X509_cmp(const X509 *a, const X509 *b);
/third_party/openssl/
DCHANGES.md17190 * New function X509_cmp(). Oddly enough there wasn't a function
17192 hash and comparing that. X509_cmp() will be needed by the trust