Home
last modified time | relevance | path

Searched refs:EVP_PKEY_cmp (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_PKEY_copy_parameters.pod7 EVP_PKEY_cmp - public key parameter and comparison functions
24 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
50 The deprecated functions EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters() differ in
54 The function EVP_PKEY_cmp() previously only checked the key parameters
61 Instead, EVP_PKEY_eq() (and therefore also EVP_PKEY_cmp()) now compares:
94 EVP_PKEY_cmp() and EVP_PKEY_eq() return 1 if their
105 The EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters() functions were deprecated in
109 replace EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs246 #[corresponds(EVP_PKEY_cmp)]
251 let res = unsafe { ffi::EVP_PKEY_cmp(self.as_ptr(), other.as_ptr()) == 1 }; in public_eq()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs462 pub fn EVP_PKEY_cmp(a: *const EVP_PKEY, b: *const EVP_PKEY) -> c_int; in EVP_PKEY_cmp() function
/third_party/node/src/crypto/
Dcrypto_keys.cc1167 int ok = EVP_PKEY_cmp(pkey, pkey2); in Equals()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1058 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
/third_party/node/deps/openssl/openssl/crypto/evp/
Dp_lib.c323 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp() function
/third_party/openssl/crypto/evp/
Dp_lib.c323 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2956 if (EVP_PKEY_cmp((EVP_PKEY *) key1, (EVP_PKEY *) key2) != 1) in crypto_ec_key_cmp()
/third_party/node/deps/openssl/openssl/include/openssl/
Devp.h1420 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
/third_party/openssl/include/openssl/
Devp.h1418 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
/third_party/openssl/doc/man7/
Dmigration_guide.pod1749 EVP_PKEY_cmp(), EVP_PKEY_cmp_parameters()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c5458 if (EVP_PKEY_cmp(key, auth->own_protocol_key) != 1) { in dpp_parse_connector()
/third_party/node/deps/openssl/openssl/util/
Dlibcrypto.num193 EVP_PKEY_cmp 197 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/third_party/openssl/util/
Dlibcrypto.num193 EVP_PKEY_cmp 197 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/third_party/node/deps/openssl/openssl/
DCHANGES.md1433 * Deprecated `EVP_PKEY_cmp()` and `EVP_PKEY_cmp_parameters()`.
/third_party/openssl/
DCHANGES.md1255 * Deprecated `EVP_PKEY_cmp()` and `EVP_PKEY_cmp_parameters()`.