/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | EVP_PKEY_set1_RSA.pod | 11 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 D | EVP_PKEY_set1_RSA.pod | 11 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 D | p_lib.c | 375 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 D | d2i_pr.c | 59 if (EVP_PKEY_type(type) != EVP_PKEY_base_id(ret)) in d2i_PrivateKey()
|
H A D | a_verify.c | 143 if (EVP_PKEY_type(pknid) != pkey->ameth->pkey_id) { in ASN1_item_verify()
|
/netbsd/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_misc.c | 929 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 D | libssl_compat.c | 109 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 D | d2i_pr.c | 123 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 D | x509_set.c | 138 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 D | x509_set.c | 138 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 D | p_lib.c | 753 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 D | pmeth_lib.c | 1483 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 D | data_import.c | 375 if ( EVP_PKEY_type( pKey->type ) != EVP_PKEY_RSA ) { in readX509Cert()
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
H A D | v3_purp.c | 361 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 D | evp.h | 991 int EVP_PKEY_type(int type);
|
/netbsd/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 1694 EVP_PKEY_type;
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | evp.h | 1305 int EVP_PKEY_type(int type);
|
/netbsd/crypto/external/bsd/openssl/lib/libcrypto/ |
H A D | crypto.map | 2229 EVP_PKEY_type;
|
/netbsd/external/bsd/wpa/dist/src/crypto/ |
H A D | tls_openssl.c | 5146 switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) { in openssl_pkey_type_str()
|
/netbsd/external/bsd/wpa/dist/src/common/ |
H A D | dpp.c | 1027 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 D | libcrypto.num | 1734 EVP_PKEY_type 1722 1_1_0 EXIST::FUNCTION:
|
/netbsd/crypto/external/bsd/openssl/dist/util/ |
H A D | libcrypto.num | 1682 EVP_PKEY_type 1722 3_0_0 EXIST::FUNCTION:
|