Home | History | Annotate | Download | only in openssl

Lines Matching refs:ENGINE_ctrl

66  * control commands on their own. Without this flag, ENGINE_ctrl() handles
75 * ENGINE_ctrl() commands are called in sequence as part of some stateful
99 * available to the ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl()
104 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
108 * to ENGINE_ctrl)
166 * the ENGINE_ctrl() code handles this on the ENGINE's behalf using the
413 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
419 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl().
424 * This function works like ENGINE_ctrl() with the exception of taking a
443 * be used for calling ENGINE_ctrl() functions that return data, deal with
445 * ENGINE_ctrl() in application code. Any "return" data from an ENGINE_ctrl()