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

  /external/openssl/crypto/engine/
engine.h 278 typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *);
475 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
476 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);
477 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);
514 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);
515 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);
516 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
    [all...]
  /external/openssl/include/openssl/
engine.h 278 typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *);
475 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
476 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);
477 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);
514 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);
515 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);
516 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
    [all...]

Completed in 125 milliseconds