Searched refs:ENGINE_ctrl (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Deng_ctrl.c184 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)()) function
240 if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, cmd, NULL, NULL)) < 0)
264 if((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
285 if (ENGINE_ctrl(e, num, i, p, f))
302 if((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
327 if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, NULL, NULL)) < 0)
345 /* We deliberately force the result of ENGINE_ctrl() to 0 or 1
350 if(ENGINE_ctrl(e, num, 0, (void *)arg, NULL))
365 if(ENGINE_ctrl(e, num, 0, (void *)arg, NULL))
388 if(ENGINE_ctrl(
[all...]
H A Dengine.h121 * control commands on their own. Without this flag, ENGINE_ctrl() handles these
126 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
140 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
144 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
147 * ENGINE_ctrl) */
188 * ENGINE_ctrl() code handles this on the ENGINE's behalf using the cmd_defns
370 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)());
375 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
378 /* This function works like ENGINE_ctrl() with the exception of taking a
394 * specific engines. As such, it shouldn't be used for calling ENGINE_ctrl()
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_ctrl.c182 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) function
238 if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, cmd, NULL, NULL)) < 0)
262 if((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
283 if (ENGINE_ctrl(e, num, i, p, f))
300 if((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
325 if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, NULL, NULL)) < 0)
343 /* We deliberately force the result of ENGINE_ctrl() to 0 or 1
348 if(ENGINE_ctrl(e, num, 0, (void *)arg, NULL))
363 if(ENGINE_ctrl(e, num, 0, (void *)arg, NULL))
386 if(ENGINE_ctrl(
[all...]
H A Dengine.h128 * control commands on their own. Without this flag, ENGINE_ctrl() handles these
133 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
147 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
151 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
154 * ENGINE_ctrl) */
201 * ENGINE_ctrl() code handles this on the ENGINE's behalf using the cmd_defns
401 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
406 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
409 /* This function works like ENGINE_ctrl() with the exception of taking a
425 * specific engines. As such, it shouldn't be used for calling ENGINE_ctrl()
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dengine.c208 if(!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) ||
209 ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE,
225 if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num,
231 if((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num,
236 if(ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name,
240 if((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num,
247 if(ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc,
284 num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE,
H A Dapps.c1350 ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dengine.c209 if(!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) ||
210 ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE,
226 if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num,
232 if((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num,
237 if(ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name,
241 if((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num,
248 if(ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc,
285 num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE,
H A Dapps.c1372 ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dengine.h121 * control commands on their own. Without this flag, ENGINE_ctrl() handles these
126 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
140 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
144 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
147 * ENGINE_ctrl) */
188 * ENGINE_ctrl() code handles this on the ENGINE's behalf using the cmd_defns
370 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)());
375 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
378 /* This function works like ENGINE_ctrl() with the exception of taking a
394 * specific engines. As such, it shouldn't be used for calling ENGINE_ctrl()
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dengine.h128 * control commands on their own. Without this flag, ENGINE_ctrl() handles these
133 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
147 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
151 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
154 * ENGINE_ctrl) */
201 * ENGINE_ctrl() code handles this on the ENGINE's behalf using the cmd_defns
401 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
406 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
409 /* This function works like ENGINE_ctrl() with the exception of taking a
425 * specific engines. As such, it shouldn't be used for calling ENGINE_ctrl()
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dssluse.c386 if(!ENGINE_ctrl(data->state.engine, ENGINE_CTRL_GET_CMD_FROM_NAME,

Completed in 182 milliseconds