Home
last modified time | relevance | path

Searched refs:DH_check (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Ddh.rs6 pub fn DH_check(dh: *const DH, codes: *mut c_int) -> c_int; in DH_check() functions
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_check.c115 if (!DH_check(dh, &errflags)) in DH_check_ex()
141 int DH_check(const DH *dh, int *ret) in DH_check() function
/third_party/openssl/crypto/dh/
H A Ddh_check.c115 if (!DH_check(dh, &errflags)) in DH_check_ex()
141 int DH_check(const DH *dh, int *ret) in DH_check() function
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h144 /* DH_check error codes, some of them shared with DH_check_pub_key */
224 OSSL_DEPRECATEDIN_3_0 int DH_check(const DH *dh, int *codes);
/third_party/openssl/include/openssl/
H A Ddh.h144 /* DH_check error codes, some of them shared with DH_check_pub_key */
224 OSSL_DEPRECATEDIN_3_0 int DH_check(const DH *dh, int *codes);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h71 /* DH_check error codes */
149 int DH_check(const DH *dh, int *codes);
/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddh.rs48 cvt(ffi::DH_check(self.as_ptr(), &mut codes))?; in check_key()
/third_party/openssl/test/
H A Ddhtest.c76 if (!DH_check(dh, &i)) in dh_test()
141 if (!DH_check(a, &i)) in dh_test()
651 if (!DH_check(a, &i)) in rfc7919_test()
/third_party/node/src/crypto/
H A Dcrypto_dh.cc483 if (!DH_check(dh_.get(), &codes)) in VerifyContext()

Completed in 7 milliseconds