HomeSort by: relevance | last modified time | path
    Searched refs:EVP_PKEY_base_id (Results 1 - 25 of 25) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
rs1.c 36 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_RSA) {
37 fido_log_debug("%s: EVP_PKEY_base_id", __func__);
eddsa.c 160 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_ED25519)
179 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_ED25519) {
180 fido_log_debug("%s: EVP_PKEY_base_id", __func__);
es384.c 244 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC ||
258 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC) {
259 fido_log_debug("%s: EVP_PKEY_base_id", __func__);
rs256.c 217 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_RSA ||
232 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_RSA) {
233 fido_log_debug("%s: EVP_PKEY_base_id", __func__);
es256.c 401 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC ||
503 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC) {
504 fido_log_debug("%s: EVP_PKEY_base_id", __func__);
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
d2i_pr.c 59 if (EVP_PKEY_type(type) != EVP_PKEY_base_id(ret))
  /src/external/bsd/ntp/dist/include/
libssl_compat.h 91 #define EVP_PKEY_base_id sslshim_EVP_PKEY_base_id
  /src/external/mpl/bind/dist/lib/dns/
openssl_link.c 252 if (EVP_PKEY_base_id(*ppub) != key_base_id) {
261 if (EVP_PKEY_base_id(*ppriv) != key_base_id) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
p_lib.c 375 if (EVP_PKEY_type(type) != EVP_PKEY_base_id(pkey)) {
528 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC) {
595 int EVP_PKEY_base_id(const EVP_PKEY *pkey)
  /src/usr.sbin/syslogd/
sign.c 102 switch (EVP_PKEY_base_id(GlobalSign.pubkey)) {
197 if (EVP_PKEY_DSA != EVP_PKEY_base_id(pubkey)) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_purp.c 355 if (OBJ_find_sigid_algs(EVP_PKEY_base_id(pkey),
357 pkey_sig_nid = EVP_PKEY_base_id(pkey);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
opensslecdsa_link.c 811 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_EC) {
829 if (EVP_PKEY_base_id(pubkey) != EVP_PKEY_EC) {
openssleddsa_link.c 640 if (EVP_PKEY_base_id(pkey) != baseid) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
req.c 926 if (EVP_PKEY_base_id(tpubkey) == EVP_PKEY_RSA) {
1537 } else if (*pkey_type != EVP_PKEY_base_id(param)) {
  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c 1277 if (EVP_PKEY_base_id(evp) == EVP_PKEY_RSA) {
1310 } else if (EVP_PKEY_base_id(evp) == EVP_PKEY_EC) {
1348 } else if (EVP_PKEY_base_id(evp) == EVP_PKEY_ED25519) {
sshkey.c 3473 if (EVP_PKEY_base_id(pk) == EVP_PKEY_RSA &&
3496 } else if (EVP_PKEY_base_id(pk) == EVP_PKEY_EC &&
3521 } else if (EVP_PKEY_base_id(pk) == EVP_PKEY_ED25519 &&
ssh-keygen.c 652 switch (EVP_PKEY_base_id(pubkey)) {
671 EVP_PKEY_base_id(pubkey));
  /src/external/bsd/ntp/dist/util/
ntp-keygen.c 987 if (EVP_PKEY_base_id(parkey) == EVP_PKEY_DSA)
990 else if (EVP_PKEY_base_id(parkey) == EVP_PKEY_RSA)
  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 3751 if (EVP_PKEY_base_id(pkey) == EVP_PKEY_DSA)
3753 else if (EVP_PKEY_base_id(pkey) == EVP_PKEY_RSA)
3964 if (EVP_PKEY_base_id(pinfo->pkey) != EVP_PKEY_RSA) {
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
evp.h 993 int EVP_PKEY_base_id(const EVP_PKEY *pkey);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
ctrl_params_translate.c 1817 switch (EVP_PKEY_base_id(pkey)) {
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
ctrl_params_translate.c 1769 switch (EVP_PKEY_base_id(pkey)) {
  /src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h 1311 # define EVP_PKEY_base_id EVP_PKEY_get_base_id
  /src/crypto/external/apache2/openssl/dist/include/openssl/
evp.h 1359 #define EVP_PKEY_base_id EVP_PKEY_get_base_id
  /src/external/bsd/wpa/dist/src/crypto/
crypto_openssl.c 4476 if (EVP_PKEY_base_id(pkey) != EVP_PKEY_RSA) {

Completed in 65 milliseconds