Lines Matching refs:ENGINE
18 void ENGINE_unregister_pkey_meths(ENGINE *e)
28 int ENGINE_register_pkey_meths(ENGINE *e)
43 ENGINE *e;
49 int ENGINE_set_default_pkey_meths(ENGINE *e)
67 ENGINE *ENGINE_get_pkey_meth_engine(int nid)
73 /* Obtains a pkey_meth implementation from an ENGINE functional reference */
74 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid)
85 /* Gets the pkey_meth callback from an ENGINE structure */
86 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e)
91 /* Sets the pkey_meth callback in an ENGINE structure */
92 int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f)
99 * Internal function to free up EVP_PKEY_METHOD structures before an ENGINE
103 void engine_pkey_meths_free(ENGINE *e)