Searched refs:EVP_PKEY_cmp (Results 1 – 16 of 16) sorted by relevance
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_copy_parameters.pod | 7 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/ |
D | pkey.rs | 246 #[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/ |
D | evp.rs | 462 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/ |
D | crypto_keys.cc | 1167 int ok = EVP_PKEY_cmp(pkey, pkey2); in Equals()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | evp.h | 1058 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | p_lib.c | 323 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp() function
|
/third_party/openssl/crypto/evp/ |
D | p_lib.c | 323 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/ |
D | crypto_openssl.c | 2956 if (EVP_PKEY_cmp((EVP_PKEY *) key1, (EVP_PKEY *) key2) != 1) in crypto_ec_key_cmp()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | evp.h | 1420 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
|
/third_party/openssl/include/openssl/ |
D | evp.h | 1418 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 1749 EVP_PKEY_cmp(), EVP_PKEY_cmp_parameters()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.c | 5458 if (EVP_PKEY_cmp(key, auth->own_protocol_key) != 1) { in dpp_parse_connector()
|
/third_party/node/deps/openssl/openssl/util/ |
D | libcrypto.num | 193 EVP_PKEY_cmp 197 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
/third_party/openssl/util/ |
D | libcrypto.num | 193 EVP_PKEY_cmp 197 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
/third_party/node/deps/openssl/openssl/ |
D | CHANGES.md | 1433 * Deprecated `EVP_PKEY_cmp()` and `EVP_PKEY_cmp_parameters()`.
|
/third_party/openssl/ |
D | CHANGES.md | 1255 * Deprecated `EVP_PKEY_cmp()` and `EVP_PKEY_cmp_parameters()`.
|