Home | History | Annotate | Download | only in engine

Lines Matching refs:ENGINE

10 /* We need to use some engine deprecated APIs */
18 void ENGINE_unregister_DH(ENGINE *e)
28 int ENGINE_register_DH(ENGINE *e)
39 ENGINE *e;
45 int ENGINE_set_default_DH(ENGINE *e)
59 ENGINE *ENGINE_get_default_DH(void)
65 /* Obtains an DH implementation from an ENGINE functional reference */
66 const DH_METHOD *ENGINE_get_DH(const ENGINE *e)
71 /* Sets an DH implementation in an ENGINE structure */
72 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth)