Searched refs:EVP_PKEY_cmp (Results 1 – 15 of 15) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A 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().
|
| /freebsd/contrib/libfido2/regress/ |
| H A D | rs256.c | 140 if ((r = EVP_PKEY_cmp(pkA, pkB)) != 1) { in rs256_pk_cmp() 182 assert(EVP_PKEY_cmp(pkeyA, pkeyB) == 1); in valid_size()
|
| H A D | eddsa.c | 90 if ((r = EVP_PKEY_cmp(pkA, pkB)) != 1) { in eddsa_pk_cmp() 91 warnx("EVP_PKEY_cmp: %d", r); in eddsa_pk_cmp() 140 assert(EVP_PKEY_cmp(pkeyA, pkeyB) == 1); in valid_key()
|
| H A D | es256.c | 120 if ((r = EVP_PKEY_cmp(pkA, pkB)) != 1) { in es256_pk_cmp() 177 assert(EVP_PKEY_cmp(pkeyA, pkeyB) == 1); in valid_curve()
|
| H A D | es384.c | 132 if ((r = EVP_PKEY_cmp(pkA, pkB)) != 1) { in es384_pk_cmp() 191 assert(EVP_PKEY_cmp(pkeyA, pkeyB) == 1); in valid_curve()
|
| /freebsd/crypto/openssh/ |
| H A D | ssh-ecdsa.c | 130 return EVP_PKEY_cmp(a->pkey, b->pkey) == 1; in ssh_ecdsa_equal()
|
| H A D | ssh-rsa.c | 65 return EVP_PKEY_cmp(a->pkey, b->pkey) == 1; in ssh_rsa_equal()
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | p_lib.c | 354 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp() function
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | evp.h | 1467 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 1579 EVP_PKEY_cmp;
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | crypto_openssl.c | 4127 if (EVP_PKEY_cmp((EVP_PKEY *) key1, (EVP_PKEY *) key2) != 1) in crypto_ec_key_cmp()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-migration.pod | 1804 EVP_PKEY_cmp(), EVP_PKEY_cmp_parameters()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2313 MLINKS+= EVP_PKEY_copy_parameters.3 EVP_PKEY_cmp.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 193 EVP_PKEY_cmp 197 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 3347 * Deprecated `EVP_PKEY_cmp()` and `EVP_PKEY_cmp_parameters()`.
|