Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/engine/
H A Deng_ctrl.c73 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) in int_ctrl_cmd_is_null()
99 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) { in int_ctrl_cmd_by_num()
103 if (defn->cmd_num == num) in int_ctrl_cmd_by_num()
121 return e->cmd_defns->cmd_num; in int_ctrl_helper()
139 return e->cmd_defns[idx].cmd_num; in int_ctrl_helper()
156 return e->cmd_defns[idx].cmd_num; in int_ctrl_helper()
/dragonfly/crypto/libressl/include/openssl/
H A Dengine.h261 unsigned int cmd_num; /* The command number */ member