Home | History | Annotate | Download | only in engine

Lines Matching full:engine

1 /* crypto/engine/eng_ctrl.c */
58 /* When querying a ENGINE-specific control command's 'description', this string
63 * ENGINE in question has asked us to take care of it (ie. the ENGINE did not
103 static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p,
182 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void))
235 int ENGINE_cmd_is_executable(ENGINE *e, int cmd)
251 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
268 * multiple ENGINEs and only require a change of ENGINE id
270 * from a hardware device back to the regular software ENGINE
288 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
306 * multiple ENGINEs and only require a change of ENGINE id
308 * from a hardware device back to the regular software ENGINE