Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
HDapps_posix.c173 UI_method_set_writer(ui_method, ui_write); in setup_ui()
/dragonfly/crypto/libressl/include/openssl/
HDui.h328 int UI_method_set_writer(UI_METHOD *method,
/dragonfly/crypto/libressl/crypto/ui/
HDui_lib.c574 UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) in UI_method_set_writer() function