Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/engine/
H A Deng_ctrl.c71 int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null() function
82 while (!int_ctrl_cmd_is_null(defn) && in int_ctrl_cmd_by_name()
87 if (int_ctrl_cmd_is_null(defn)) in int_ctrl_cmd_by_name()
99 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) { in int_ctrl_cmd_by_num()
119 int_ctrl_cmd_is_null(e->cmd_defns)) in int_ctrl_helper()
152 if (int_ctrl_cmd_is_null(e->cmd_defns + idx)) in int_ctrl_helper()