Symbol: EVP_PKEY_DH
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
218
#define EVP_PKEY_DHX EVP_PKEY_DH
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
255
if (pkey->type != EVP_PKEY_DH)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
508
if (EVP_PKEY_base_id(pkey) != EVP_PKEY_DH) {
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
832
if (EVP_PKEY_get_base_id(pkey) == EVP_PKEY_DH &&
crypto/openssl/apps/lib/s_cb.c
444
case EVP_PKEY_DH:
crypto/openssl/apps/speed.c
3975
ffdh_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_DH, NULL);
crypto/openssl/crypto/dh/dh_ameth.c
521
DH_set_flags(dh, type == EVP_PKEY_DH ? DH_FLAG_TYPE_DH : DH_FLAG_TYPE_DHX);
crypto/openssl/crypto/dh/dh_ameth.c
534
return dh_pkey_import_from_type(params, vpctx, EVP_PKEY_DH);
crypto/openssl/crypto/dh/dh_ameth.c
561
EVP_PKEY_DH,
crypto/openssl/crypto/dh/dh_ameth.c
562
EVP_PKEY_DH,
crypto/openssl/crypto/dh/dh_pmeth.c
332
int type = dctx->param_nid <= 3 ? EVP_PKEY_DHX : EVP_PKEY_DH;
crypto/openssl/crypto/dh/dh_pmeth.c
460
EVP_PKEY_DH,
crypto/openssl/crypto/evp/ctrl_params_translate.c
1523
case EVP_PKEY_DH: {
crypto/openssl/crypto/evp/ctrl_params_translate.c
1573
case EVP_PKEY_DH: {
crypto/openssl/crypto/evp/ctrl_params_translate.c
1606
case EVP_PKEY_DH:
crypto/openssl/crypto/evp/ctrl_params_translate.c
1737
case EVP_PKEY_DH:
crypto/openssl/crypto/evp/ctrl_params_translate.c
1761
case EVP_PKEY_DH:
crypto/openssl/crypto/evp/ctrl_params_translate.c
1783
case EVP_PKEY_DH:
crypto/openssl/crypto/evp/ctrl_params_translate.c
2128
{ OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2131
{ OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2134
{ OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2137
{ OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2142
{ OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2151
{ OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/dh_ctrl.c
154
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH,
crypto/openssl/crypto/evp/dh_ctrl.c
28
&& ctx->pmeth->pkey_id != EVP_PKEY_DH
crypto/openssl/crypto/evp/dh_ctrl.c
43
&& ctx->pmeth->pkey_id != EVP_PKEY_DH
crypto/openssl/crypto/evp/dh_ctrl.c
86
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN,
crypto/openssl/crypto/evp/p_lib.c
1065
{ EVP_PKEY_DH, "DH" },
crypto/openssl/crypto/evp/p_lib.c
775
case EVP_PKEY_DH:
crypto/openssl/crypto/evp/p_lib.c
978
type = EVP_PKEY_DH;
crypto/openssl/crypto/evp/p_lib.c
980
type = DH_get0_q(dhkey) == NULL ? EVP_PKEY_DH : EVP_PKEY_DHX;
crypto/openssl/crypto/evp/p_lib.c
995
if (pkey->type != EVP_PKEY_DH && pkey->type != EVP_PKEY_DHX) {
crypto/openssl/crypto/x509/x509type.c
51
case EVP_PKEY_DH:
crypto/openssl/crypto/x509/x_pubkey.c
656
if (EVP_PKEY_get_id(pkey) == EVP_PKEY_DH)
crypto/openssl/include/openssl/evp.h
519
#define EVP_PKEY_assign_DH(pkey, dh) EVP_PKEY_assign((pkey), EVP_PKEY_DH, (dh))
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
405
#define dh_evp_type EVP_PKEY_DH
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
544
int type = DH_test_flags(dh, DH_FLAG_TYPE_DHX) ? EVP_PKEY_DHX : EVP_PKEY_DH;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
549
#define dh_evp_type EVP_PKEY_DH
crypto/openssl/test/dhtest.c
786
paramgen_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_DH, 0);
crypto/openssl/test/endecode_test.c
596
itype = EVP_PKEY_DH;
crypto/openssl/test/endecoder_legacy_test.c
228
{ "DH", EVP_PKEY_DH, DH_params, NULL },
crypto/openssl/test/endecoder_legacy_test.c
96
{ "DH", { "DH", "type-specific" }, EVP_PKEY_DH,
crypto/openssl/test/evp_extra_test.c
4209
|| !TEST_int_eq(EVP_PKEY_get_id(pkey2), EVP_PKEY_DH))
crypto/openssl/test/evp_extra_test.c
5608
id = EVP_PKEY_DH;
crypto/openssl/test/evp_extra_test.c
5666
if (id == EVP_PKEY_DH || id == EVP_PKEY_X25519) {
crypto/openssl/test/evp_extra_test2.c
1517
{ kExampleDHPrivateKeyDER, sizeof(kExampleDHPrivateKeyDER), EVP_PKEY_DH },
crypto/openssl/test/evp_extra_test2.c
1879
if (ak->evptype == EVP_PKEY_DH) {
crypto/openssl/test/evp_pkey_dparams_test.c
221
{ EVP_PKEY_DH, dhparam_bin, sizeof(dhparam_bin),
crypto/openssl/test/ssl_old_test.c
762
case EVP_PKEY_DH: