Home
last modified time | relevance | path

Searched refs:EVP_PKEY_type (Results 1 – 7 of 7) sorted by relevance

/dragonfly/crypto/libressl/crypto/evp/
HDp_lib.c478 EVP_PKEY_type(int type) in EVP_PKEY_type() function
503 return EVP_PKEY_type(pkey->type); in EVP_PKEY_base_id()
/dragonfly/crypto/libressl/crypto/x509/
HDx509_set.c219 return EVP_PKEY_type(OBJ_obj2nid(x->sig_alg->algorithm)); in X509_get_signature_type()
/dragonfly/contrib/ldns/
HDdnssec_sign.c418 if(EVP_PKEY_type(pkey->type) != EVP_PKEY_EC) in ldns_pkey_is_ecdsa()
535 if (EVP_PKEY_type(key->type) == EVP_PKEY_DSA) {
549 EVP_PKEY_type(key->type)
/dragonfly/crypto/libressl/crypto/asn1/
HDasn1_item.c385 if (EVP_PKEY_type(pknid) != pkey->ameth->pkey_id) { in ASN1_item_verify()
/dragonfly/crypto/libressl/include/openssl/
HDevp.h787 int EVP_PKEY_type(int type);
/dragonfly/contrib/wpa_supplicant/src/crypto/
HDtls_openssl.c5146 switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) { in openssl_pkey_type_str()
/dragonfly/contrib/wpa_supplicant/src/common/
HDdpp.c1027 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_EC) { in dpp_parse_uri_pk()