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 268 * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries
272 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
280 } ENGINE_CMD_DEFN;
497 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
542 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
    [all...]
  /external/openssl/include/openssl/
engine.h 268 * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries
272 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
280 } ENGINE_CMD_DEFN;
497 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
542 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
    [all...]

Completed in 3166 milliseconds