HomeSort by relevance Sort by last modified time
    Searched defs:ENGINE_CMD_DEFN (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/engine/
engine.h 261 * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries
265 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
273 } ENGINE_CMD_DEFN;
488 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
533 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
    [all...]
  /external/openssl/include/openssl/
engine.h 261 * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries
265 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
273 } ENGINE_CMD_DEFN;
488 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
533 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
    [all...]

Completed in 2382 milliseconds