Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_PKEY_set1_RSA.pod11 EVP_PKEY_type, EVP_PKEY_id, EVP_PKEY_base_id, EVP_PKEY_set_alias_type,
45 int EVP_PKEY_type(int type);
82 EVP_PKEY_type() returns the underlying type of the NID B<type>. For example
83 EVP_PKEY_type(EVP_PKEY_RSA2) will return B<EVP_PKEY_RSA>.
110 Previous versions of this document suggested using EVP_PKEY_type(pkey->type)
130 EVP_PKEY_base_id(), EVP_PKEY_id() and EVP_PKEY_type() return a key
/netbsd/crypto/external/bsd/openssl/dist/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
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dp_lib.c375 if (EVP_PKEY_type(type) != EVP_PKEY_base_id(pkey)) { in EVP_PKEY_set_alias_type()
574 int EVP_PKEY_type(int type) in EVP_PKEY_type() function
597 return EVP_PKEY_type(pkey->type); in EVP_PKEY_base_id()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dd2i_pr.c59 if (EVP_PKEY_type(type) != EVP_PKEY_base_id(ret)) in d2i_PrivateKey()
H A Da_verify.c143 if (EVP_PKEY_type(pknid) != pkey->ameth->pkey_id) { in ASN1_item_verify()
/netbsd/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c929 kex_name = OBJ_nid2sn(EVP_PKEY_type(nid)); in tls_get_signature_params()
966 if ((nid = EVP_PKEY_type(EVP_PKEY_id(local_pkey))) != NID_undef) { in tls_get_signature_params()
1004 if ((nid = EVP_PKEY_type(EVP_PKEY_id(peer_pkey))) != NID_undef) { in tls_get_signature_params()
/netbsd/external/bsd/ntp/dist/libntp/
H A Dlibssl_compat.c109 return (pkey) ? EVP_PKEY_type(pkey->type) : EVP_PKEY_NONE; in sslshim_EVP_PKEY_base_id()
/netbsd/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dd2i_pr.c123 if (EVP_PKEY_type(keytype) != EVP_PKEY_get_base_id(ret)) in ossl_d2i_PrivateKey_legacy()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_set.c138 return EVP_PKEY_type(OBJ_obj2nid(x->sig_alg.algorithm)); in X509_get_signature_type()
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_set.c138 return EVP_PKEY_type(OBJ_obj2nid(x->sig_alg.algorithm)); in X509_get_signature_type()
/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dp_lib.c753 pktype = EVP_PKEY_type(type); in EVP_PKEY_assign()
967 int EVP_PKEY_type(int type) in EVP_PKEY_type() function
990 return EVP_PKEY_type(pkey->type); in EVP_PKEY_get_base_id()
1030 if ((type = EVP_PKEY_type(OBJ_sn2nid(name))) != NID_undef) in evp_pkey_name2type()
1032 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()
/netbsd/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_import.c375 if ( EVP_PKEY_type( pKey->type ) != EVP_PKEY_RSA ) { in readX509Cert()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_purp.c361 if (pkey_sig_nid != EVP_PKEY_type(subj_sig_nid)) in check_sig_alg_match()
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Devp.h991 int EVP_PKEY_type(int type);
/netbsd/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map1694 EVP_PKEY_type;
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Devp.h1305 int EVP_PKEY_type(int type);
/netbsd/crypto/external/bsd/openssl/lib/libcrypto/
H A Dcrypto.map2229 EVP_PKEY_type;
/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl.c5146 switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) { in openssl_pkey_type_str()
/netbsd/external/bsd/wpa/dist/src/common/
H A Ddpp.c1027 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_EC) { in dpp_parse_uri_pk()
/netbsd/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num1734 EVP_PKEY_type 1722 1_1_0 EXIST::FUNCTION:
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dlibcrypto.num1682 EVP_PKEY_type 1722 3_0_0 EXIST::FUNCTION: