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

  /external/openssl/crypto/engine/
engine.h 287 typedef int (*ENGINE_CTRL_FUNC_PTR)(ENGINE *, int, long, void *, void (*f)(void));
487 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
526 ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e);
    [all...]
  /external/openssl/include/openssl/
engine.h 287 typedef int (*ENGINE_CTRL_FUNC_PTR)(ENGINE *, int, long, void *, void (*f)(void));
487 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
526 ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e);
    [all...]

Completed in 258 milliseconds