Lines Matching refs:ENGINE
53 DEFINE_STACK_OF(ENGINE)
61 ENGINE *e, const int *nids, int num_nids,
63 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e);
65 ENGINE *ossl_engine_table_select(ENGINE_TABLE **table, int nid,
67 typedef void (engine_table_doall_cb) (int nid, STACK_OF(ENGINE) *sk,
68 ENGINE *def, void *arg);
77 int engine_unlocked_init(ENGINE *e);
78 int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers);
79 int engine_free_util(ENGINE *e, int not_locked);
86 void engine_set_all_null(ENGINE *e);
95 void engine_pkey_meths_free(ENGINE *e);
96 void engine_pkey_asn1_meths_free(ENGINE *e);
103 int engine_add_dynamic_id(ENGINE *e, ENGINE_DYNAMIC_ID dynamic_id,
105 void engine_remove_dynamic_id(ENGINE *e, int not_locked);