Searched refs:EVP_PKEY_base_id (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
H A Dlibssl_compat.h89 #define EVP_PKEY_base_id sslshim_EVP_PKEY_base_id macro
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dd2i_pr.c59 if (EVP_PKEY_type(type) != EVP_PKEY_base_id(ret))
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dp_lib.c370 if (EVP_PKEY_type(type) != EVP_PKEY_base_id(pkey)) {
590 int EVP_PKEY_base_id(const EVP_PKEY *pkey) function
/freebsd-12-stable/contrib/ldns/
H A Ddnssec_sign.c412 if(EVP_PKEY_base_id(pkey) != EVP_PKEY_EC)
506 if (EVP_PKEY_base_id(key) == EVP_PKEY_DSA) {
518 EVP_PKEY_base_id(key)
H A Dconfigure15405 for ac_func in EVP_sha256 EVP_sha384 EVP_sha512 ENGINE_load_cryptodev EVP_PKEY_keygen ECDSA_SIG_get0 EVP_MD_CTX_new EVP_PKEY_base_id DSA_SIG_set0 DSA_SIG_get0 EVP_dss1 DSA_get0_pqg DSA_get0_key
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_purp.c355 if (OBJ_find_sigid_algs(EVP_PKEY_base_id(pkey),
357 pkey_sig_nid = EVP_PKEY_base_id(pkey);
/freebsd-12-stable/crypto/openssh/
H A Dssh-pkcs11.c554 EVP_PKEY_base_id(evp) != EVP_PKEY_RSA ||
H A Dssh-keygen.c668 switch (EVP_PKEY_base_id(pubkey)) {
692 EVP_PKEY_base_id(pubkey));
H A Dsshkey.c3957 if (EVP_PKEY_base_id(pk) == EVP_PKEY_RSA &&
3974 } else if (EVP_PKEY_base_id(pk) == EVP_PKEY_DSA &&
3986 } else if (EVP_PKEY_base_id(pk) == EVP_PKEY_EC &&
/freebsd-12-stable/crypto/openssl/apps/
H A Dreq.c926 if (EVP_PKEY_base_id(tpubkey) == EVP_PKEY_RSA) {
1537 } else if (*pkey_type != EVP_PKEY_base_id(param)) {
/freebsd-12-stable/contrib/ntp/util/
H A Dntp-keygen.c966 if (EVP_PKEY_base_id(parkey) == EVP_PKEY_DSA)
969 else if (EVP_PKEY_base_id(parkey) == EVP_PKEY_RSA)
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c3758 if (EVP_PKEY_base_id(pkey) == EVP_PKEY_DSA)
3760 else if (EVP_PKEY_base_id(pkey) == EVP_PKEY_RSA)
3972 if (EVP_PKEY_base_id(pinfo->pkey) != EVP_PKEY_RSA) {
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Devp.h993 int EVP_PKEY_base_id(const EVP_PKEY *pkey);
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
H A DMakefile1678 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_base_id.3

Completed in 394 milliseconds