HomeSort by relevance Sort by last modified time
    Searched refs:int_ctrl_cmd_is_null (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_ctrl.c 66 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))
  /external/openssl/crypto/engine/
eng_ctrl.c 66 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 23 milliseconds