Home
last modified time | relevance | path

Searched refs:DH_OpenSSL (Results 1 – 6 of 6) 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
21 const DH_METHOD *DH_OpenSSL(void);
32 returned by DH_OpenSSL().
87 DH_OpenSSL() and DH_get_default_method() return pointers to the respective
117 DH_new_method() and DH_OpenSSL() were added in OpenSSL 0.9.4.
H A Ddh.pod28 const DH_METHOD *DH_OpenSSL(void);
/onnv-gate/usr/src/common/openssl/crypto/dh/
H A Ddh.h168 const DH_METHOD *DH_OpenSSL(void);
H A Ddh_lib.c79 default_DH_method = DH_OpenSSL(); in DH_get_default_method()
H A Ddh_key.c96 const DH_METHOD *DH_OpenSSL(void) in DH_OpenSSL() function
/onnv-gate/usr/src/common/openssl/crypto/engine/
H A Deng_cryptodev.c978 const DH_METHOD *meth = DH_OpenSSL(); in cryptodev_dh_compute_key()
1002 const DH_METHOD *meth = DH_OpenSSL(); in cryptodev_dh_compute_key()
1115 const DH_METHOD *dh_meth = DH_OpenSSL(); in ENGINE_load_cryptodev()