ENGINE_CMD_DEFN
static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn)
static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s)
static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num)
const ENGINE_CMD_DEFN *cdp;
static const ENGINE_CMD_DEFN dynamic_cmd_defns[] = {
int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns)
const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e)
const ENGINE_CMD_DEFN *cmd_defns;
static const ENGINE_CMD_DEFN capi_cmd_defns[] = {
static const ENGINE_CMD_DEFN devcrypto_cmds[] = {
const ENGINE_CMD_DEFN *defns);
const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);