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

  /src/crypto/external/apache2/openssl/dist/include/openssl/
engine.h 269 typedef int (*ENGINE_CTRL_FUNC_PTR)(ENGINE *, int, long, void *,
509 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
568 ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
engine.h 269 typedef int (*ENGINE_CTRL_FUNC_PTR) (ENGINE *, int, long, void *,
509 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
566 ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
engine.h 263 typedef int (*ENGINE_CTRL_FUNC_PTR) (ENGINE *, int, long, void *,
478 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
521 ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e);

Completed in 39 milliseconds