Searched refs:EVP_PKEY_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dd2i_pr.c59 if (EVP_PKEY_type(type) != EVP_PKEY_base_id(ret))
H A Da_verify.c143 if (EVP_PKEY_type(pknid) != pkey->ameth->pkey_id) {
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dp_lib.c370 if (EVP_PKEY_type(type) != EVP_PKEY_base_id(pkey)) {
569 int EVP_PKEY_type(int type) function
592 return EVP_PKEY_type(pkey->type);
/freebsd-12-stable/contrib/ntp/libntp/
H A Dlibssl_compat.c107 return (pkey) ? EVP_PKEY_type(pkey->type) : EVP_PKEY_NONE;
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509_set.c138 return EVP_PKEY_type(OBJ_obj2nid(x->sig_alg.algorithm));
/freebsd-12-stable/contrib/ldns/
H A Ddnssec_sign.c415 if(EVP_PKEY_type(key->type) != EVP_PKEY_EC)
508 if (EVP_PKEY_type(key->type) == EVP_PKEY_DSA) {
520 EVP_PKEY_type(key->type)
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_purp.c361 if (pkey_sig_nid != EVP_PKEY_type(subj_sig_nid))
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Devp.h991 int EVP_PKEY_type(int type);
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c5146 switch (EVP_PKEY_type(EVP_PKEY_id(pkey))) {
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
H A DMakefile1697 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_type.3
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddpp.c1027 if (EVP_PKEY_type(EVP_PKEY_id(pkey)) != EVP_PKEY_EC) {

Completed in 225 milliseconds