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

  /external/openssl/crypto/engine/
eng_ctrl.c 111 if((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns))
113 return e->cmd_defns->cmd_num;
130 if((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_name(
131 e->cmd_defns, s)) < 0))
137 return e->cmd_defns[idx].cmd_num;
141 if((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_num(e->cmd_defns,
153 if(int_ctrl_cmd_is_null(e->cmd_defns + idx))
157 return e->cmd_defns[idx].cmd_num
    [all...]
eng_lib.c 101 e->cmd_defns = NULL;
280 e->cmd_defns = defns;
321 return e->cmd_defns;
eng_int.h 185 const ENGINE_CMD_DEFN *cmd_defns; member in struct:engine_st
eng_list.c 346 dest->cmd_defns = src->cmd_defns;

Completed in 614 milliseconds