Searched refs:DH_OpenSSL (Results 1 – 6 of 6) sorted by relevance
6 DH_set_method, DH_new_method, DH_OpenSSL - select DH method21 const DH_METHOD *DH_OpenSSL(void);32 returned by DH_OpenSSL().87 DH_OpenSSL() and DH_get_default_method() return pointers to the respective117 DH_new_method() and DH_OpenSSL() were added in OpenSSL 0.9.4.
28 const DH_METHOD *DH_OpenSSL(void);
168 const DH_METHOD *DH_OpenSSL(void);
79 default_DH_method = DH_OpenSSL(); in DH_get_default_method()
96 const DH_METHOD *DH_OpenSSL(void) in DH_OpenSSL() function
978 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()