Searched refs:EVP_PKEY_id (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dp_dec.c23 if (EVP_PKEY_id(priv) != EVP_PKEY_RSA) {
H A Dp_enc.c23 if (EVP_PKEY_id(pubk) != EVP_PKEY_RSA) {
H A Dp_open.c37 if (EVP_PKEY_id(priv) != EVP_PKEY_RSA) {
H A Dp_lib.c585 int EVP_PKEY_id(const EVP_PKEY *pkey) function
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Di2d_pu.c21 switch (EVP_PKEY_id(a)) {
H A Dd2i_pu.c35 if (type != EVP_PKEY_id(ret) && !EVP_PKEY_set_type(ret, type)) {
40 switch (EVP_PKEY_id(ret)) {
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509type.c32 switch (EVP_PKEY_id(pk)) {
H A Dx509_req.c101 if (EVP_PKEY_id(k) == EVP_PKEY_EC) {
107 if (EVP_PKEY_id(k) == EVP_PKEY_DH) {
H A Dx509_cmp.c328 if (pkey && EVP_PKEY_id(pkey) == EVP_PKEY_EC)
H A Dx509_vfy.c3347 if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) {
/freebsd-12-stable/contrib/ntp/include/
H A Dlibssl_compat.h88 #define EVP_PKEY_id sslshim_EVP_PKEY_id macro
/freebsd-12-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c477 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
493 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c489 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
505 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
524 if (EVP_PKEY_id(pkey) == EVP_PKEY_SM2) {
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_lib.c421 && (EVP_PKEY_id(pkey) == NID_id_GostR3410_2001
422 || EVP_PKEY_id(pkey) == NID_id_GostR3410_2012_256))
424 && EVP_PKEY_id(pkey) == NID_id_GostR3410_2012_512))) {
463 int pktype = EVP_PKEY_id(pkey);
/freebsd-12-stable/crypto/openssl/apps/
H A Dx509.c712 if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) {
719 if (EVP_PKEY_id(pkey) == EVP_PKEY_DSA) {
H A Ddgst.c268 type = EVP_PKEY_id(sigkey);
H A Ds_cb.c402 switch (EVP_PKEY_id(key)) {
426 BIO_printf(out, "%s, %d bits\n", OBJ_nid2sn(EVP_PKEY_id(key)),
H A Dreq.c1536 *pkey_type = EVP_PKEY_id(param);
/freebsd-12-stable/crypto/openssl/crypto/pem/
H A Dpvkfmt.c432 int pktype = EVP_PKEY_id(pk);
812 if (EVP_PKEY_id(pk) == EVP_PKEY_DSA)
/freebsd-12-stable/crypto/openssl/ssl/
H A Dt1_lib.c443 if (EVP_PKEY_id(pkey) != EVP_PKEY_EC)
565 if (EVP_PKEY_id(pkey) != EVP_PKEY_EC)
1030 int pkeyid = EVP_PKEY_id(pkey);
1062 if (!ssl_cert_lookup_by_nid(EVP_PKEY_id(pkey), &cidx)
2343 switch (EVP_PKEY_id(pk)) {
H A Dssl_cert.c989 int nid = EVP_PKEY_id(pk);
/freebsd-12-stable/contrib/ldns/
H A Ddnssec_sign.c531 if(EVP_PKEY_id(key) == NID_X25519) {
538 if(EVP_PKEY_id(key) == NID_X448) {
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Devp.h992 int EVP_PKEY_id(const EVP_PKEY *pkey);
/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 DMakefile1691 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_id.3

Completed in 379 milliseconds

12