Searched refs:ENGINE_CMD_DEFN (Results 1 – 9 of 9) sorted by relevance
27 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null()34 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) in int_ctrl_cmd_by_name()47 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) in int_ctrl_cmd_by_num()69 const ENGINE_CMD_DEFN *cdp; in int_ctrl_helper()
251 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns) in ENGINE_set_cmd_defns()292 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e) in ENGINE_get_cmd_defns()
134 const ENGINE_CMD_DEFN *cmd_defns;
44 static const ENGINE_CMD_DEFN dynamic_cmd_defns[] = {
262 } ENGINE_CMD_DEFN; typedef527 const ENGINE_CMD_DEFN *defns);597 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
212 -T ENGINE_CMD_DEFN
135 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);154 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);648 ENGINE_get_cmd_defns() returns an B<ENGINE_CMD_DEFN> structure or NULL if it's
1101 static const ENGINE_CMD_DEFN devcrypto_cmds[] = {
219 static const ENGINE_CMD_DEFN capi_cmd_defns[] = {