Home
last modified time | relevance | path

Searched refs:EVP_PKEY_id (Results 1 – 17 of 17) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_sigalgs.c279 switch (EVP_PKEY_id(pkey)) { in ssl_sigalg_for_legacy()
300 if (sigalg->key_type != EVP_PKEY_id(pkey)) in ssl_sigalg_pkey_ok()
305 if (EVP_PKEY_id(pkey) != EVP_PKEY_RSA || in ssl_sigalg_pkey_ok()
322 if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) { in ssl_sigalg_pkey_ok()
H A Dssl_rsa.c204 if (EVP_PKEY_id(pkey) != EVP_PKEY_RSA || in ssl_set_pkey()
410 if (EVP_PKEY_id(priv_key) != EVP_PKEY_RSA || in ssl_set_cert()
H A Dssl_srvr.c2048 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) { in ssl3_get_cert_verify()
2069 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) { in ssl3_get_cert_verify()
2087 } else if (EVP_PKEY_id(pkey) == NID_id_GostR3410_94 || in ssl3_get_cert_verify()
2088 EVP_PKEY_id(pkey) == NID_id_GostR3410_2001) { in ssl3_get_cert_verify()
H A Dssl_clnt.c2315 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) { in ssl3_send_client_verify()
2318 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) { in ssl3_send_client_verify()
2322 } else if (EVP_PKEY_id(pkey) == NID_id_GostR3410_94 || in ssl3_send_client_verify()
2323 EVP_PKEY_id(pkey) == NID_id_GostR3410_2001) { in ssl3_send_client_verify()
H A Dssl_both.c530 switch (EVP_PKEY_id(pkey)) { in ssl_cert_type()
/dragonfly/crypto/libressl/crypto/asn1/
H A Da_pubkey.c99 switch (EVP_PKEY_id(ret)) { in d2i_PublicKey()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_cb.c274 switch (EVP_PKEY_id(pkey)) { in ssl_print_tmp_key()
294 BIO_printf(out, "%s, %d bits\n", OBJ_nid2sn(EVP_PKEY_id(pkey)), in ssl_print_tmp_key()
H A Dx509.c1054 if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) { in x509_main()
1060 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_DSA) { in x509_main()
H A Dreq.c1669 *pkey_type = EVP_PKEY_id(param); in set_keygen_ctx()
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_ameth.c641 EVP_PKEY_id(pkey))) in dsa_pkey_ctrl()
660 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey))) in dsa_pkey_ctrl()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_ameth.c596 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey))) in ec_pkey_ctrl()
614 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey))) in ec_pkey_ctrl()
/dragonfly/crypto/libressl/crypto/evp/
H A Dp_lib.c495 EVP_PKEY_id(const EVP_PKEY *pkey) in EVP_PKEY_id() function
/dragonfly/contrib/ldns/
H A Ddnssec_sign.c463 if(EVP_PKEY_id(key) == NID_ED25519) {
469 if(EVP_PKEY_id(key) == NID_ED448) {
/dragonfly/crypto/libressl/tls/
H A Dtls.c405 switch (EVP_PKEY_id(pkey)) { in tls_keypair_setup_pkey()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h788 int EVP_PKEY_id(const EVP_PKEY *pkey);
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c5146 switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) { in openssl_pkey_type_str()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c1027 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_EC) { in dpp_parse_uri_pk()