Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/engine/
H A Deng_lib.c221 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function()
227 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) in ENGINE_set_init_function()
233 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f) in ENGINE_set_finish_function()
267 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e) in ENGINE_get_destroy_function()
272 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e) in ENGINE_get_init_function()
277 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;
/freebsd/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);
560 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);
562 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);
564 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
/freebsd/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);
/freebsd/crypto/openssl/util/
H A Dindent.pro216 -T ENGINE_GEN_INT_FUNC_PTR