Searched refs:EVP_PKEY_base_id (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/crypto/openssl/engines/ccgost/ |
| HD | gost_ameth.c | 50 switch (EVP_PKEY_base_id(key)) { in encode_gost_algor_params() 153 switch (EVP_PKEY_base_id(pkey)) { in gost_set_priv_key() 159 EVP_PKEY_assign(pkey, EVP_PKEY_base_id(pkey), dsa); in gost_set_priv_key() 171 EVP_PKEY_assign(pkey, EVP_PKEY_base_id(pkey), ec); in gost_set_priv_key() 185 switch (EVP_PKEY_base_id(pkey)) { in gost_get0_priv_key() 219 int nid = EVP_PKEY_base_id(pkey); in pkey_ctrl_gost() 234 int nid = EVP_PKEY_base_id(pkey); in pkey_ctrl_gost() 347 ASN1_OBJECT *algobj = OBJ_nid2obj(EVP_PKEY_base_id(pk)); in priv_encode_gost() 522 if (EVP_PKEY_base_id(from) != EVP_PKEY_base_id(to)) { in param_copy_gost94() 532 EVP_PKEY_assign(to, EVP_PKEY_base_id(from), dto); in param_copy_gost94() [all …]
|
| HD | gost94_keyx.c | 129 EVP_PKEY_assign(mykey, EVP_PKEY_base_id(pubk), DSA_new()); in pkey_GOST94cp_encrypt()
|
| HD | gost2001_keyx.c | 150 EVP_PKEY_assign(sec_key, EVP_PKEY_base_id(pubk), EC_KEY_new()); in pkey_GOST01cp_encrypt()
|
| HD | gost_pmeth.c | 31 switch (EVP_PKEY_base_id(pkey)) { in pkey_gost_init()
|
| /NextBSD/crypto/openssl/crypto/evp/ |
| HD | p_lib.c | 371 int EVP_PKEY_base_id(const EVP_PKEY *pkey) in EVP_PKEY_base_id() function
|
| HD | evp.h | 951 int EVP_PKEY_base_id(const EVP_PKEY *pkey);
|
| /NextBSD/crypto/openssl/apps/ |
| HD | req.c | 973 if (EVP_PKEY_base_id(tpubkey) == EVP_PKEY_RSA) in MAIN() 1598 else if (*pkey_type != EVP_PKEY_base_id(param)) {
|
| /NextBSD/crypto/openssl/util/ |
| HD | libeay.num | 3851 EVP_PKEY_base_id 4230 EXIST::FUNCTION:
|