Home
last modified time | relevance | path

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

/openssl/crypto/engine/
H A Deng_ctrl.c73 if ((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns)) in int_ctrl_helper()
75 return e->cmd_defns->cmd_num; in int_ctrl_helper()
88 if ((e->cmd_defns == NULL) in int_ctrl_helper()
89 || ((idx = int_ctrl_cmd_by_name(e->cmd_defns, s)) < 0)) { in int_ctrl_helper()
93 return e->cmd_defns[idx].cmd_num; in int_ctrl_helper()
99 if ((e->cmd_defns == NULL) in int_ctrl_helper()
100 || ((idx = int_ctrl_cmd_by_num(e->cmd_defns, (unsigned int)i)) < 0)) { in int_ctrl_helper()
105 cdp = &e->cmd_defns[idx]; in int_ctrl_helper()
H A Deng_lib.c72 e->cmd_defns = NULL; in engine_set_all_null()
255 e->cmd_defns = defns; in ENGINE_set_cmd_defns()
296 return e->cmd_defns; in ENGINE_get_cmd_defns()
H A Deng_local.h134 const ENGINE_CMD_DEFN *cmd_defns; member
H A Deng_list.c402 dest->cmd_defns = src->cmd_defns; in engine_cpy()

Completed in 10 milliseconds