Home
last modified time | relevance | path

Searched refs:DH_get_default_method (Results 1 – 5 of 5) 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,
15 const DH_METHOD *DH_get_default_method(void);
38 DH_get_default_method() returns a pointer to the current default DH_METHOD.
87 DH_OpenSSL() and DH_get_default_method() return pointers to the respective
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.pod25 const DH_METHOD *DH_get_default_method(void);
/onnv-gate/usr/src/common/openssl/crypto/dh/
H A Ddh_lib.c76 const DH_METHOD *DH_get_default_method(void) in DH_get_default_method() function
118 ret->meth = DH_get_default_method(); in DH_new_method()
H A Ddh.h171 const DH_METHOD *DH_get_default_method(void);
/onnv-gate/usr/src/common/openssl/crypto/engine/
H A Deng_openssl.c150 || !ENGINE_set_DH(e, DH_get_default_method()) in bind_helper()