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

  /external/openssl/crypto/engine/
eng_lib.c 278 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns)
eng_dyn.c 279 !ENGINE_set_cmd_defns(ret, dynamic_cmd_defns))
engine.h 205 * data (set using ENGINE_set_cmd_defns()). This means an ENGINE's ctrl()
262 * to ENGINE_set_cmd_defns(). It should also implement a ctrl() handler that
488 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
    [all...]
eng_cryptodev.c 1361 !ENGINE_set_cmd_defns(engine, cryptodev_defns)) {
    [all...]
  /external/openssl/include/openssl/
engine.h 205 * data (set using ENGINE_set_cmd_defns()). This means an ENGINE's ctrl()
262 * to ENGINE_set_cmd_defns(). It should also implement a ctrl() handler that
488 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
    [all...]

Completed in 19 milliseconds