Home
last modified time | relevance | path

Searched refs:DH_set_default_method (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DDH_set_method.pod5 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 DH
53 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 way
116 DH_set_default_method(), DH_get_default_method(), DH_set_method(),
120 DH_set_default_method() and DH_get_default_method() respectively, and
H A Ddh.pod24 void DH_set_default_method(const DH_METHOD *meth);
/onnv-gate/usr/src/common/openssl/crypto/dh/
H A Ddh.h170 void DH_set_default_method(const DH_METHOD *meth);
H A Ddh_lib.c71 void DH_set_default_method(const DH_METHOD *meth) in DH_set_default_method() function