Home
last modified time | relevance | path

Searched refs:UI_method_set_closer (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DUI_create_method.pod8 UI_method_set_closer, UI_method_set_data_duplicator,
30 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
155 UI_method_set_closer() set the five main method function to the given
185 UI_method_set_closer(), UI_method_set_data_duplicator() and
/freebsd-12.1/crypto/openssl/crypto/ui/
H A Dui_util.c151 || UI_method_set_closer(ui_method, ui_close) < 0 in UI_UTIL_wrap_read_pem_callback()
H A Dui_lib.c668 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)) in UI_method_set_closer() function
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dui.h304 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
/freebsd-12.1/crypto/openssl/apps/
H A Dapps.c273 UI_method_set_closer(ui_method, ui_close); in setup_ui_method()
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map2884 UI_method_set_closer;
H A DMakefile.man2848 MLINKS+= UI_create_method.3 UI_method_set_closer.3