Home
last modified time | relevance | path

Searched refs:ENGINE_GEN_INT_FUNC_PTR (Results 1 – 5 of 5) sorted by relevance

/src/crypto/openssl/crypto/engine/
H A Deng_lib.c223 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function()
229 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) in ENGINE_set_init_function()
235 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f) in ENGINE_set_finish_function()
269 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e) in ENGINE_get_destroy_function()
274 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e) in ENGINE_get_init_function()
279 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e) in ENGINE_get_finish_function()
H A Deng_local.h127 ENGINE_GEN_INT_FUNC_PTR destroy;
128 ENGINE_GEN_INT_FUNC_PTR init;
129 ENGINE_GEN_INT_FUNC_PTR finish;
/src/crypto/openssl/include/openssl/
H A Dengine.h267 typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *); typedef
503 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
505 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);
507 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);
562 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);
564 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);
566 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
/src/crypto/openssl/doc/man3/
H A DENGINE_add.pod126 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
127 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);
128 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);
143 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);
144 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);
145 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
/src/crypto/openssl/util/
H A Dindent.pro216 -T ENGINE_GEN_INT_FUNC_PTR