/freebsd/contrib/libfido2/src/ |
H A D | eddsa.c | 160 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_ED25519) in eddsa_pk_from_EVP_PKEY() 179 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_ED25519) { in eddsa_verify_sig()
|
H A D | rs256.c | 251 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_RSA || in rs256_pk_from_EVP_PKEY() 266 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_RSA) { in rs256_verify_sig()
|
H A D | es384.c | 244 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC || in es384_pk_from_EVP_PKEY() 258 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC) { in es384_verify_sig()
|
H A D | rs1.c | 70 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_RSA) { in rs1_verify_sig()
|
H A D | es256.c | 401 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC || in es256_pk_from_EVP_PKEY() 503 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC) { in es256_verify_sig()
|
/freebsd/contrib/ntp/include/ |
H A D | libssl_compat.h | 89 #define EVP_PKEY_base_id sslshim_EVP_PKEY_base_id macro
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_set1_RSA.pod | 13 EVP_PKEY_id, EVP_PKEY_base_id - 25 #define EVP_PKEY_base_id EVP_PKEY_get_base_id 211 The EVP_PKEY_id() and EVP_PKEY_base_id() functions were renamed to
|
/freebsd/crypto/openssh/regress/misc/sk-dummy/ |
H A D | sk-dummy.c | 335 if (EVP_PKEY_base_id(pk) != EVP_PKEY_EC) { in sig_ecdsa() 336 skdebug(__func__, "Not an EC key: %d", EVP_PKEY_base_id(pk)); in sig_ecdsa()
|
/freebsd/contrib/ldns/ |
H A D | dnssec_sign.c | 416 if(EVP_PKEY_base_id(pkey) != EVP_PKEY_EC) in ldns_pkey_is_ecdsa() 534 if (EVP_PKEY_base_id(key) == EVP_PKEY_DSA) { 548 EVP_PKEY_base_id(key)
|
H A D | configure.ac | 366 AC_CHECK_DECLS([EVP_PKEY_base_id], [ 367 …AC_DEFINE_UNQUOTED([HAVE_EVP_PKEY_BASE_ID], [1], [Define to 1 if you have the EVP_PKEY_base_id fun…
|
H A D | Changelog | 89 * Fix #143: EVP_PKEY_base_id became a macro with OpenSSL > 3.0
|
/freebsd/contrib/ldns/ldns/ |
H A D | config.h.in | 51 /* Define to 1 if you have the declaration of `EVP_PKEY_base_id', and to 0 if 116 /* Define to 1 if you have the EVP_PKEY_base_id function or macro. */
|
/freebsd/crypto/openssh/ |
H A D | sshkey.c | 3574 if (EVP_PKEY_base_id(pk) == EVP_PKEY_RSA && in sshkey_parse_private_pem_fileblob() 3598 } else if (EVP_PKEY_base_id(pk) == EVP_PKEY_DSA && in sshkey_parse_private_pem_fileblob() 3611 } else if (EVP_PKEY_base_id(pk) == EVP_PKEY_EC && in sshkey_parse_private_pem_fileblob() 3638 } else if (EVP_PKEY_base_id(pk) == EVP_PKEY_ED25519 && in sshkey_parse_private_pem_fileblob()
|
H A D | ssh-pkcs11.c | 1008 if (EVP_PKEY_base_id(evp) == EVP_PKEY_RSA) { in pkcs11_fetch_x509_pubkey() 1035 } else if (EVP_PKEY_base_id(evp) == EVP_PKEY_EC) { in pkcs11_fetch_x509_pubkey()
|
H A D | ssh-keygen.c | 729 switch (EVP_PKEY_base_id(pubkey)) { in do_convert_from_pkcs8() 758 EVP_PKEY_base_id(pubkey)); in do_convert_from_pkcs8()
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.c | 985 if (EVP_PKEY_base_id(parkey) == EVP_PKEY_DSA) in readkey() 988 else if (EVP_PKEY_base_id(parkey) == EVP_PKEY_RSA)
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 687 EVP_PKEY_base_id define
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_crypto.c | 3749 if (EVP_PKEY_base_id(pkey) == EVP_PKEY_DSA) in crypto_key() 3751 else if (EVP_PKEY_base_id(pkey) == EVP_PKEY_RSA) in crypto_key() 3962 if (EVP_PKEY_base_id(pinfo->pkey) != EVP_PKEY_RSA) { in crypto_setup()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1769 switch (EVP_PKEY_base_id(pkey)) { in get_ec_decoded_from_explicit_params()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1311 # define EVP_PKEY_base_id EVP_PKEY_get_base_id macro
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map |
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 4476 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_RSA) { in crypto_rsa_key_read_public()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2118 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_base_id.3
|