Searched refs:cmd_num (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_ctrl.c68 if((defn->cmd_num == 0) || (defn->cmd_name == NULL))
90 /* NB: It is stipulated that 'cmd_defn' lists are ordered by cmd_num. So
92 while(!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num))
97 if(defn->cmd_num == num)
99 /* The given cmd_num wasn't found */
113 return e->cmd_defns->cmd_num;
127 /* Now handle cmd_name -> cmd_num conversion */
137 return e->cmd_defns[idx].cmd_num;
157 return e->cmd_defns[idx].cmd_num;
H A Dengine.h260 * supports the stated commands (ie. the "cmd_num" entries as described by the
261 * array). NB: The array must be ordered in increasing order of cmd_num.
262 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
266 unsigned int cmd_num; /* The command number */ member in struct:ENGINE_CMD_DEFN_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_ctrl.c72 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL))
94 * NB: It is stipulated that 'cmd_defn' lists are ordered by cmd_num. So
97 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) {
101 if (defn->cmd_num == num)
103 /* The given cmd_num wasn't found */
116 return e->cmd_defns->cmd_num;
127 /* Now handle cmd_name -> cmd_num conversion */
134 return e->cmd_defns[idx].cmd_num;
154 return e->cmd_defns[idx].cmd_num;
H A Dengine.h318 * handler that supports the stated commands (ie. the "cmd_num" entries as
320 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element
321 * has cmd_num set to zero and/or cmd_name set to NULL.
324 unsigned int cmd_num; /* The command number */ member in struct:ENGINE_CMD_DEFN_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_ctrl.c72 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL))
94 * NB: It is stipulated that 'cmd_defn' lists are ordered by cmd_num. So
97 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) {
101 if (defn->cmd_num == num)
103 /* The given cmd_num wasn't found */
116 return e->cmd_defns->cmd_num;
127 /* Now handle cmd_name -> cmd_num conversion */
134 return e->cmd_defns[idx].cmd_num;
154 return e->cmd_defns[idx].cmd_num;
H A Dengine.h318 * handler that supports the stated commands (ie. the "cmd_num" entries as
320 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element
321 * has cmd_num set to zero and/or cmd_name set to NULL.
324 unsigned int cmd_num; /* The command number */ member in struct:ENGINE_CMD_DEFN_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dengine.h260 * supports the stated commands (ie. the "cmd_num" entries as described by the
261 * array). NB: The array must be ordered in increasing order of cmd_num.
262 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
266 unsigned int cmd_num; /* The command number */ member in struct:ENGINE_CMD_DEFN_st

Completed in 47 milliseconds