Searched refs:int_ctrl_cmd_is_null (Results 1 - 3 of 3) 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.c66 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) function
76 while(!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0))
81 if(int_ctrl_cmd_is_null(defn))
92 while(!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num))
111 if((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns))
153 if(int_ctrl_cmd_is_null(e->cmd_defns + idx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_ctrl.c70 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) function
80 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) {
84 if (int_ctrl_cmd_is_null(defn))
97 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) {
114 if ((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns))
150 if (int_ctrl_cmd_is_null(e->cmd_defns + idx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_ctrl.c70 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) function
80 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) {
84 if (int_ctrl_cmd_is_null(defn))
97 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) {
114 if ((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns))
150 if (int_ctrl_cmd_is_null(e->cmd_defns + idx))

Completed in 25 milliseconds