Home
last modified time | relevance | path

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

/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
/openssl/crypto/asn1/
H A Dd2i_pr.c136 if (EVP_PKEY_type(keytype) != EVP_PKEY_get_base_id(ret)) in ossl_d2i_PrivateKey_legacy()
/openssl/crypto/x509/
H A Dx509_set.c154 return EVP_PKEY_type(OBJ_obj2nid(x->sig_alg.algorithm)); in X509_get_signature_type()
/openssl/crypto/evp/
H A Dp_lib.c762 pktype = EVP_PKEY_type(type); in EVP_PKEY_assign()
976 int EVP_PKEY_type(int type) in EVP_PKEY_type() function
999 return EVP_PKEY_type(pkey->type); in EVP_PKEY_get_base_id()
1039 if ((type = EVP_PKEY_type(OBJ_sn2nid(name))) != NID_undef) in evp_pkey_name2type()
1041 return EVP_PKEY_type(OBJ_ln2nid(name)); in evp_pkey_name2type()
H A Dpmeth_lib.c1478 if (EVP_PKEY_type(ctx->pmeth->pkey_id) != EVP_PKEY_type(keytype)) { in evp_pkey_ctx_store_cached_data()
/openssl/include/openssl/
H A Devp.h1323 int EVP_PKEY_type(int type);
/openssl/util/
H A Dlibcrypto.num1682 EVP_PKEY_type 1722 3_0_0 EXIST::FUNCTION:

Completed in 59 milliseconds