Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c65 static const UI_METHOD *ui_fallback_method = NULL; variable
185 int (*opener)(UI *ui) = UI_method_get_opener(ui_fallback_method); in ui_open()
218 reader = UI_method_get_reader(ui_fallback_method); in ui_read()
248 writer = UI_method_get_writer(ui_fallback_method); in ui_write()
256 int (*closer)(UI *ui) = UI_method_get_closer(ui_fallback_method); in ui_close()
265 ui_fallback_method = UI_null(); in setup_ui_method()
267 ui_fallback_method = UI_OpenSSL(); in setup_ui_method()