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

/external/openssl/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 77 milliseconds