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

  /external/openssl/crypto/engine/
eng_ctrl.c 59 * is used if the ENGINE_CMD_DEFN has cmd_desc set to NULL. */
164 if(e->cmd_defns[idx].cmd_desc)
165 return strlen(e->cmd_defns[idx].cmd_desc);
168 if(e->cmd_defns[idx].cmd_desc)
170 strlen(e->cmd_defns[idx].cmd_desc) + 1,
171 "%s", e->cmd_defns[idx].cmd_desc);
engine.h 278 const char *cmd_desc; /* A short description of the command */ member in struct:ENGINE_CMD_DEFN_st
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 323 struct cmd_desc { struct
  /external/openssl/include/openssl/
engine.h 278 const char *cmd_desc; /* A short description of the command */ member in struct:ENGINE_CMD_DEFN_st
    [all...]

Completed in 153 milliseconds