Home
last modified time | relevance | path

Searched refs:DH_FLAG_TYPE_DHX (Results 1 – 7 of 7) sorted by relevance

/src/crypto/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c86 if (type == DH_FLAG_TYPE_DHX) in dh_gen_type_name2id_w_default()
91 if (type == DH_FLAG_TYPE_DHX) in dh_gen_type_name2id_w_default()
122 DH_set_flags(dh, DH_FLAG_TYPE_DHX); in dhx_newdata()
466 gctx->gen_type = (type == DH_FLAG_TYPE_DHX) in dh_gen_init_base()
470 gctx->gen_type = (type == DH_FLAG_TYPE_DHX) in dh_gen_init_base()
496 return dh_gen_init_base(provctx, selection, params, DH_FLAG_TYPE_DHX); in dhx_gen_init()
/src/crypto/openssl/crypto/evp/
H A Ddh_support.c25 #define TYPE_DHX DH_FLAG_TYPE_DHX
/src/crypto/openssl/crypto/dh/
H A Ddh_asn1.c132 DH_set_flags(dh, DH_FLAG_TYPE_DHX); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
H A Ddh_ameth.c521 DH_set_flags(dh, type == EVP_PKEY_DH ? DH_FLAG_TYPE_DH : DH_FLAG_TYPE_DHX); in dh_pkey_import_from_type()
/src/crypto/openssl/include/openssl/
H A Ddh.h112 #define DH_FLAG_TYPE_DHX 0x1000 macro
/src/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c530 if (DH_test_flags(dh, DH_FLAG_TYPE_DHX)) in dh_type_specific_params_to_der()
544 int type = DH_test_flags(dh, DH_FLAG_TYPE_DHX) ? EVP_PKEY_DHX : EVP_PKEY_DH; in dh_check_key_type()
/src/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod1389 The B<DH_FLAG_TYPE_DH> and B<DH_FLAG_TYPE_DHX> have been deprecated.