Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A 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().
/openssl/crypto/evp/
H A Dp_lib.c331 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp() function
/openssl/include/openssl/
H A Devp.h1436 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
/openssl/doc/man7/
H A Dossl-guide-migration.pod1794 EVP_PKEY_cmp(), EVP_PKEY_cmp_parameters()
/openssl/util/
H A Dlibcrypto.num193 EVP_PKEY_cmp 197 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/openssl/
H A DCHANGES.md2465 * Deprecated `EVP_PKEY_cmp()` and `EVP_PKEY_cmp_parameters()`.

Completed in 99 milliseconds