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

  /external/openssl/crypto/engine/
eng_ctrl.c 182 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void))
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) > 0)
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) > 0)
363 if(ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0)
386 if(ENGINE_ctrl(e, num, l, NULL, NULL) > 0
    [all...]
engine.h 131 * control commands on their own. Without this flag, ENGINE_ctrl() handles these
136 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
157 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
161 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
164 * ENGINE_ctrl) */
211 * ENGINE_ctrl() code handles this on the ENGINE's behalf using the cmd_defns
429 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
434 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
437 /* This function works like ENGINE_ctrl() with the exception of taking a
453 * specific engines. As such, it shouldn't be used for calling ENGINE_ctrl()
    [all...]
  /external/openssl/apps/
engine.c 204 if(!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) ||
205 ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE,
221 if((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num,
227 if((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num,
232 if(ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name,
236 if((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num,
243 if(ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc,
280 num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE,
apps.c     [all...]
  /external/openssl/include/openssl/
engine.h 131 * control commands on their own. Without this flag, ENGINE_ctrl() handles these
136 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
157 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
161 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
164 * ENGINE_ctrl) */
211 * ENGINE_ctrl() code handles this on the ENGINE's behalf using the cmd_defns
429 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
434 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
437 /* This function works like ENGINE_ctrl() with the exception of taking a
453 * specific engines. As such, it shouldn't be used for calling ENGINE_ctrl()
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 941 if (!ENGINE_ctrl(conn->engine, ENGINE_CTRL_GET_CMD_FROM_NAME,
    [all...]

Completed in 306 milliseconds