Searched defs:ENGINE_CMD_DEFN (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/engine/
H A Dengine.h268 * 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; typedef in typeref:struct:ENGINE_CMD_DEFN_st
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);
/external/openssl/include/openssl/
H A Dengine.h268 * 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; typedef in typeref:struct:ENGINE_CMD_DEFN_st
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);

Completed in 100 milliseconds