Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_mod.c79 conf_finish_func *ffunc);
300 conf_finish_func *ffunc; in module_load_dso() local
320 ffunc = (conf_finish_func *)DSO_bind_func(dso, DSO_mod_finish_name); in module_load_dso()
322 md = module_add(dso, name, ifunc, ffunc); in module_load_dso()
337 conf_init_func *ifunc, conf_finish_func *ffunc) in module_add() argument
364 tmod->finish = ffunc; in module_add()
619 conf_finish_func *ffunc) in CONF_module_add() argument
621 if (module_add(NULL, name, ifunc, ffunc)) in CONF_module_add()
/freebsd/crypto/openssl/include/openssl/
H A Dconf.h196 conf_finish_func *ffunc);
H A Dconf.h.in159 conf_finish_func *ffunc);