Searched refs:DH_FLAG_TYPE_DHX (Results 1 – 7 of 7) sorted by relevance
86 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()
25 #define TYPE_DHX DH_FLAG_TYPE_DHX
132 DH_set_flags(dh, DH_FLAG_TYPE_DHX); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
521 DH_set_flags(dh, type == EVP_PKEY_DH ? DH_FLAG_TYPE_DH : DH_FLAG_TYPE_DHX); in dh_pkey_import_from_type()
112 #define DH_FLAG_TYPE_DHX 0x1000 macro
530 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()
1389 The B<DH_FLAG_TYPE_DH> and B<DH_FLAG_TYPE_DHX> have been deprecated.