Home
last modified time | relevance | path

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

1234

/third_party/openssl/test/
H A 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()
H A Dx509aux.c101 err = X509_cmp(reuse, cert); in test_certs()
103 TEST_error("X509_cmp for %s resulted in %d", name, err); in test_certs()
H A Dcmp_client_test.c139 if (!TEST_ptr(res) || !TEST_int_eq(X509_cmp(res, client_cert), 0)) in execute_exec_certrequest_ses_test()
372 X509_cmp(OSSL_CMP_CTX_get0_newCert(ctx), client_cert)); in execute_try_certreq_poll_test()
H A Dhttp_test.c146 res = TEST_ptr(rcert) && TEST_int_eq(X509_cmp(x509, rcert), 0); in test_http_x509()
H A Dcmp_msg_test.c408 if (certfromresp == NULL || !TEST_int_eq(X509_cmp(cert, certfromresp), 0)) in execute_certrep_create()
/third_party/openssl/test/helpers/
H A Dcmp_testlib.c52 if ((res = X509_cmp(a, b)) != 0) in STACK_OF()
H A Dpkcs12.c569 if (!TEST_false(X509_cmp(x509, ref_x509))) in check_certbag()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A 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 STACK_OF()
H A 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 STACK_OF()
1364 return X509_cmp(cert_ta, crl_ta) == 0; in check_crl_chain()
3170 if (X509_cmp(curr, issuer) != 0) { in build_chain()
H A Dx509_lu.c705 if (!X509_cmp(obj->data.x509, x->data.x509)) in STACK_OF()
/third_party/openssl/crypto/x509/
H A 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 STACK_OF()
H A 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 STACK_OF()
1364 return X509_cmp(cert_ta, crl_ta) == 0; in check_crl_chain()
3172 if (X509_cmp(curr, issuer) != 0) { in build_chain()
H A Dx509_lu.c705 if (!X509_cmp(obj->data.x509, x->data.x509)) in STACK_OF()
/third_party/python/Modules/_ssl/
H A Dcert.c206 cmp = X509_cmp(self->cert, ((PySSLCertificate*)other)->cert); in certificate_richcompare()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_lib.c536 if (!X509_cmp(cch->d.certificate, cert)) { in CMS_add0_cert()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_vfy.c212 if (X509_cmp(sk_X509_value(already_checked, i - 1), cert) == 0) in already_checked()
/third_party/openssl/crypto/cms/
H A Dcms_lib.c523 if (!X509_cmp(cch->d.certificate, cert)) { in CMS_add0_cert()
/third_party/openssl/crypto/cmp/
H A 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/
H A Dx509.rs677 pub fn X509_cmp(a: *const X509, b: *const X509) -> c_int; in X509_cmp() functions
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert.c338 if (cpk->privatekey && cpk->x509 && !X509_cmp(cpk->x509, x)) { in ssl_cert_select_current()
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509.h773 int X509_cmp(const X509 *a, const X509 *b);
/third_party/openssl/ssl/
H A Dssl_cert.c338 if (cpk->privatekey && cpk->x509 && !X509_cmp(cpk->x509, x)) { in ssl_cert_select_current()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs694 // X509_cmp returns a number <0 for less than, 0 for equal and >0 for greater than. in cmp()
696 let cmp = unsafe { ffi::X509_cmp(self.as_ptr(), other.as_ptr()) }; in cmp()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509.h984 int X509_cmp(const X509 *a, const X509 *b);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509.h984 int X509_cmp(const X509 *a, const X509 *b);

Completed in 43 milliseconds

1234