Searched refs:EVP_PKEY_base_id (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_ameth.c50 switch (EVP_PKEY_base_id(key)) {
153 switch (EVP_PKEY_base_id(pkey)) {
159 EVP_PKEY_assign(pkey, EVP_PKEY_base_id(pkey), dsa);
171 EVP_PKEY_assign(pkey, EVP_PKEY_base_id(pkey), ec);
185 switch (EVP_PKEY_base_id(pkey)) {
219 int nid = EVP_PKEY_base_id(pkey);
234 int nid = EVP_PKEY_base_id(pkey);
347 ASN1_OBJECT *algobj = OBJ_nid2obj(EVP_PKEY_base_id(pk));
522 if (EVP_PKEY_base_id(from) != EVP_PKEY_base_id(t
[all...]
H A Dgost94_keyx.c131 EVP_PKEY_assign(mykey, EVP_PKEY_base_id(pubk), DSA_new());
H A Dgost2001_keyx.c152 EVP_PKEY_assign(sec_key, EVP_PKEY_base_id(pubk), EC_KEY_new());
H A Dgost_pmeth.c31 switch (EVP_PKEY_base_id(pkey)) {
/freebsd-11-stable/contrib/ntp/include/
H A Dlibssl_compat.h89 #define EVP_PKEY_base_id sslshim_EVP_PKEY_base_id macro
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dp_lib.c379 int EVP_PKEY_base_id(const EVP_PKEY *pkey) function
H A Devp.h951 int EVP_PKEY_base_id(const EVP_PKEY *pkey);
/freebsd-11-stable/crypto/openssl/apps/
H A Dreq.c971 if (EVP_PKEY_base_id(tpubkey) == EVP_PKEY_RSA)
1596 else if (*pkey_type != EVP_PKEY_base_id(param)) {
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c966 if (EVP_PKEY_base_id(parkey) == EVP_PKEY_DSA)
969 else if (EVP_PKEY_base_id(parkey) == EVP_PKEY_RSA)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c3758 if (EVP_PKEY_base_id(pkey) == EVP_PKEY_DSA)
3760 else if (EVP_PKEY_base_id(pkey) == EVP_PKEY_RSA)
3972 if (EVP_PKEY_base_id(pinfo->pkey) != EVP_PKEY_RSA) {

Completed in 276 milliseconds