Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_set1_RSA.pod11 EVP_PKEY_get0, EVP_PKEY_type, EVP_PKEY_get_id, EVP_PKEY_get_base_id,
22 int EVP_PKEY_type(int type);
76 EVP_PKEY_type() returns the underlying type of the NID I<type>. For example
77 EVP_PKEY_type(EVP_PKEY_RSA2) will return B<EVP_PKEY_RSA>.
144 EVP_PKEY_get_id(), EVP_PKEY_get_base_id(), EVP_PKEY_type()
180 Previous versions of this document suggested using EVP_PKEY_type(pkey->type)
200 EVP_PKEY_get_base_id(), EVP_PKEY_get_id() and EVP_PKEY_type() return a key
/freebsd/contrib/ntp/libntp/
H A Dlibssl_compat.c107 return (pkey) ? EVP_PKEY_type(pkey->type) : EVP_PKEY_NONE; in sslshim_EVP_PKEY_base_id()
/freebsd/crypto/openssl/crypto/asn1/
H A Dd2i_pr.c146 if (EVP_PKEY_type(keytype) != EVP_PKEY_get_base_id(ret)) in ossl_d2i_PrivateKey_legacy()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_set.c154 return EVP_PKEY_type(OBJ_obj2nid(x->sig_alg.algorithm)); in X509_get_signature_type()
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c791 pktype = EVP_PKEY_type(type); in EVP_PKEY_assign()
1018 int EVP_PKEY_type(int type) in EVP_PKEY_type() function
1041 return EVP_PKEY_type(pkey->type); in EVP_PKEY_get_base_id()
1081 if ((type = EVP_PKEY_type(OBJ_sn2nid(name))) != NID_undef) in evp_pkey_name2type()
1083 return EVP_PKEY_type(OBJ_ln2nid(name)); in evp_pkey_name2type()
H A Dpmeth_lib.c1483 if (EVP_PKEY_type(ctx->pmeth->pkey_id) != EVP_PKEY_type(keytype)) { in evp_pkey_ctx_store_cached_data()
/freebsd/contrib/ldns/
H A Ddnssec_sign.c420 if(EVP_PKEY_type(pkey->type) != EVP_PKEY_EC) in ldns_pkey_is_ecdsa()
537 if (EVP_PKEY_type(key->type) == EVP_PKEY_DSA) {
551 EVP_PKEY_type(key->type)
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1355 int EVP_PKEY_type(int type);
/freebsd/secure/lib/libcrypto/
H A DVersion.map1662 EVP_PKEY_type;
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c5584 switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) { in openssl_pkey_type_str()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2461 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_type.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1682 EVP_PKEY_type 1722 3_0_0 EXIST::FUNCTION: