Home
last modified time | relevance | path

Searched refs:int_ctrl_cmd_is_null (Results 1 – 1 of 1) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_ctrl.c70 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null() function
80 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { in int_ctrl_cmd_by_name()
84 if (int_ctrl_cmd_is_null(defn)) in int_ctrl_cmd_by_name()
97 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) { in int_ctrl_cmd_by_num()
114 if ((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns)) in int_ctrl_helper()
150 if (int_ctrl_cmd_is_null(e->cmd_defns + idx)) in int_ctrl_helper()