Searched refs:DH_set_default_method (Results 1 – 4 of 4) sorted by relevance
5 DH_set_default_method, DH_get_default_method,13 void DH_set_default_method(const DH_METHOD *meth);34 DH_set_default_method() makes B<meth> the default method for all DH53 DH_set_default_method() is used.90 DH_set_default_method() returns no value.106 DH_set_default_method()). For this reason, the ENGINE API is the recommended way116 DH_set_default_method(), DH_get_default_method(), DH_set_method(),120 DH_set_default_method() and DH_get_default_method() respectively, and
24 void DH_set_default_method(const DH_METHOD *meth);
170 void DH_set_default_method(const DH_METHOD *meth);
71 void DH_set_default_method(const DH_METHOD *meth) in DH_set_default_method() function