Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DDH_set_method.pod6 DH_set_method, DH_new_method, DH_OpenSSL - select DH method
17 int DH_set_method(DH *dh, const DH_METHOD *meth);
42 DH_set_method() selects B<meth> to perform all operations using the key B<dh>.
92 DH_set_method() returns non-zero if the provided B<meth> was successfully set as
116 DH_set_default_method(), DH_get_default_method(), DH_set_method(),
121 DH_set_method() and DH_new_method() were altered to use B<ENGINE>s rather than
H A Ddh.pod26 int DH_set_method(DH *dh, const DH_METHOD *meth);
72 L<DH_set_method(3)|DH_set_method(3)>, L<DH_new(3)|DH_new(3)>,
/onnv-gate/usr/src/common/openssl/crypto/dh/
H A Ddh.h172 int DH_set_method(DH *dh, const DH_METHOD *meth);
H A Ddh_lib.c83 int DH_set_method(DH *dh, const DH_METHOD *meth) in DH_set_method() function