Searched refs:cmd_defns (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/engine/
H A Deng_ctrl.c111 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[id
[all...]
H A Deng_lib.c101 e->cmd_defns = NULL;
280 e->cmd_defns = defns;
321 return e->cmd_defns;
H A Deng_int.h185 const ENGINE_CMD_DEFN *cmd_defns; member in struct:engine_st
H A Deng_list.c346 dest->cmd_defns = src->cmd_defns;

Completed in 113 milliseconds