Home
last modified time | relevance | path

Searched refs:ffunc (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/conf/
H A Dconf_mod.c79 conf_finish_func *ffunc);
302 conf_finish_func *ffunc; in module_load_dso() local
322 ffunc = (conf_finish_func *)DSO_bind_func(dso, DSO_mod_finish_name); in module_load_dso()
324 md = module_add(dso, name, ifunc, ffunc); in module_load_dso()
339 conf_init_func *ifunc, conf_finish_func *ffunc) in module_add() argument
366 tmod->finish = ffunc; in module_add()
623 conf_finish_func *ffunc) in CONF_module_add() argument
625 if (module_add(NULL, name, ifunc, ffunc)) in CONF_module_add()
/openssl/include/openssl/
H A Dconf.h.in153 conf_finish_func *ffunc);

Completed in 9 milliseconds