Home | History | Annotate | Download | only in engine

Lines Matching full:engine

65 void ENGINE_unregister_pkey_meths(ENGINE *e)
75 int ENGINE_register_pkey_meths(ENGINE *e)
91 ENGINE *e;
97 int ENGINE_set_default_pkey_meths(ENGINE *e)
114 ENGINE *ENGINE_get_pkey_meth_engine(int nid)
119 /* Obtains a pkey_meth implementation from an ENGINE functional reference */
120 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid)
133 /* Gets the pkey_meth callback from an ENGINE structure */
134 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e)
139 /* Sets the pkey_meth callback in an ENGINE structure */
140 int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f)
147 * ENGINE is destroyed
150 void engine_pkey_meths_free(ENGINE *e)