Searched refs:EVP_PKEY_cmp (Results 1 – 6 of 6) sorted by relevance
7 EVP_PKEY_cmp - public key parameter and comparison functions24 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 in54 The function EVP_PKEY_cmp() previously only checked the key parameters61 Instead, EVP_PKEY_eq() (and therefore also EVP_PKEY_cmp()) now compares:94 EVP_PKEY_cmp() and EVP_PKEY_eq() return 1 if their105 The EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters() functions were deprecated in109 replace EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
331 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp() function
1436 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
1794 EVP_PKEY_cmp(), EVP_PKEY_cmp_parameters()
193 EVP_PKEY_cmp 197 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
2529 * Deprecated `EVP_PKEY_cmp()` and `EVP_PKEY_cmp_parameters()`.
Completed in 156 milliseconds