/third_party/openssl/test/ |
H A D | ocspapitest.c | 134 || !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 D | x509aux.c | 101 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 D | cmp_client_test.c | 139 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 D | http_test.c | 146 res = TEST_ptr(rcert) && TEST_int_eq(X509_cmp(x509, rcert), 0); in test_http_x509()
|
H A D | cmp_msg_test.c | 408 if (certfromresp == NULL || !TEST_int_eq(X509_cmp(cert, certfromresp), 0)) in execute_certrep_create()
|
/third_party/openssl/test/helpers/ |
H A D | cmp_testlib.c | 52 if ((res = X509_cmp(a, b)) != 0) in STACK_OF()
|
H A D | pkcs12.c | 569 if (!TEST_false(X509_cmp(x509, ref_x509))) in check_certbag()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_cmp.c | 155 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 D | x509_vfy.c | 130 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 D | x509_lu.c | 705 if (!X509_cmp(obj->data.x509, x->data.x509)) in STACK_OF()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_cmp.c | 155 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 D | x509_vfy.c | 130 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 D | x509_lu.c | 705 if (!X509_cmp(obj->data.x509, x->data.x509)) in STACK_OF()
|
/third_party/python/Modules/_ssl/ |
H A D | cert.c | 206 cmp = X509_cmp(self->cert, ((PySSLCertificate*)other)->cert); in certificate_richcompare()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_lib.c | 536 if (!X509_cmp(cch->d.certificate, cert)) { in CMS_add0_cert()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 212 if (X509_cmp(sk_X509_value(already_checked, i - 1), cert) == 0) in already_checked()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_lib.c | 523 if (!X509_cmp(cch->d.certificate, cert)) { in CMS_add0_cert()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 212 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 D | x509.rs | 677 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 D | ssl_cert.c | 338 if (cpk->privatekey && cpk->x509 && !X509_cmp(cpk->x509, x)) { in ssl_cert_select_current()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509.h | 773 int X509_cmp(const X509 *a, const X509 *b);
|
/third_party/openssl/ssl/ |
H A D | ssl_cert.c | 338 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 D | mod.rs | 694 // 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 D | x509.h | 984 int X509_cmp(const X509 *a, const X509 *b);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509.h | 984 int X509_cmp(const X509 *a, const X509 *b);
|