Searched refs:ENGINE_ctrl_cmd_string (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Deng_cnf.c137 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0))
139 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0))
141 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))
181 else if (!ENGINE_ctrl_cmd_string(e,
H A Deng_ctrl.c290 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, function
H A Dengine.h140 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
142 * ENGINE_cmd_is_executable() and ENGINE_ctrl_cmd_string(). */
374 * ENGINE_ctrl_cmd_string(). If this returns zero, it is not available to
375 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
380 * See the comment on ENGINE_ctrl_cmd_string() for an explanation on how to
404 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cnf.c134 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0))
136 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0))
138 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))
178 else if (!ENGINE_ctrl_cmd_string(e,
H A Deng_list.c406 if(!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) ||
407 !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) ||
408 !ENGINE_ctrl_cmd_string(iterator, "DIR_ADD",
410 !ENGINE_ctrl_cmd_string(iterator, "LOAD", NULL, 0))
H A Deng_ctrl.c288 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, function
H A Dengine.h147 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
149 * ENGINE_cmd_is_executable() and ENGINE_ctrl_cmd_string(). */
405 * ENGINE_ctrl_cmd_string(). If this returns zero, it is not available to
406 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
411 * See the comment on ENGINE_ctrl_cmd_string() for an explanation on how to
435 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dengine.c314 if(!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0))
328 if(!ENGINE_ctrl_cmd_string(e, buf, arg, 0))
H A Dapps.c1319 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0)
1320 || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dengine.c315 if(!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0))
329 if(!ENGINE_ctrl_cmd_string(e, buf, arg, 0))
H A Dapps.c1341 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0)
1342 || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dengine.h140 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
142 * ENGINE_cmd_is_executable() and ENGINE_ctrl_cmd_string(). */
374 * ENGINE_ctrl_cmd_string(). If this returns zero, it is not available to
375 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
380 * See the comment on ENGINE_ctrl_cmd_string() for an explanation on how to
404 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dengine.h147 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
149 * ENGINE_cmd_is_executable() and ENGINE_ctrl_cmd_string(). */
405 * ENGINE_ctrl_cmd_string(). If this returns zero, it is not available to
406 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
411 * See the comment on ENGINE_ctrl_cmd_string() for an explanation on how to
435 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,

Completed in 138 milliseconds