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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Deng_ctrl.c69 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) function
79 while(!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0))
84 if(int_ctrl_cmd_is_null(defn))
95 while(!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num))
113 if((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns))
155 if(int_ctrl_cmd_is_null(e->cmd_defns + idx))
/netgear-WNDR4500-V1.0.1.40_1.0.68/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))

Completed in 96 milliseconds