HomeSort by: relevance | last modified time | path
    Searched defs:ENGINE_CMD_DEFN (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/openssl/
engine.h 250 * its behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN
254 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element
262 } ENGINE_CMD_DEFN;
527 const ENGINE_CMD_DEFN *defns);
599 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
engine.h 250 * its behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN
254 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element
262 } ENGINE_CMD_DEFN;
527 const ENGINE_CMD_DEFN *defns);
597 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
engine.h 244 * its behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN
248 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element
256 } ENGINE_CMD_DEFN;
490 int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
540 const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);

Completed in 39 milliseconds