Home
last modified time | relevance | path

Searched refs:EVP_PKEY_base_id (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Deddsa.c160 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 Drs256.c251 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 Des384.c244 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 Drs1.c70 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_RSA) { in rs1_verify_sig()
H A Des256.c401 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 Dlibssl_compat.h89 #define EVP_PKEY_base_id sslshim_EVP_PKEY_base_id macro
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_set1_RSA.pod13 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 Dsk-dummy.c335 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 Ddnssec_sign.c416 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 Dconfigure.ac366 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 DChangelog89 * Fix #143: EVP_PKEY_base_id became a macro with OpenSSL > 3.0
/freebsd/contrib/ldns/ldns/
H A Dconfig.h.in51 /* 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 Dsshkey.c3574 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 Dssh-pkcs11.c1008 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 Dssh-keygen.c729 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 Dntp-keygen.c985 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 Dother.syms687 EVP_PKEY_base_id define
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c3749 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 Dctrl_params_translate.c1769 switch (EVP_PKEY_base_id(pkey)) { in get_ec_decoded_from_explicit_params()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1311 # define EVP_PKEY_base_id EVP_PKEY_get_base_id macro
/freebsd/secure/lib/libcrypto/
H A DVersion.map
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c4476 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_RSA) { in crypto_rsa_key_read_public()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2118 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_base_id.3