Searched refs:ENGINE_set_DH (Results 1 – 5 of 5) sorted by relevance
114 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) in ENGINE_set_DH() function
150 || !ENGINE_set_DH(e, DH_get_default_method()) in bind_helper()
481 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);
1431 if (ENGINE_set_DH(engine, &cryptodev_dh)){ in ENGINE_load_cryptodev()