Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/ui/
HDui_util.c135 static int ui_close(UI *ui) in ui_close() function
150 || UI_method_set_closer(ui_method, ui_close) < 0 in UI_UTIL_wrap_read_pem_callback()
/freebsd-13-stable/crypto/openssl/apps/
HDapps.c254 static int ui_close(UI *ui) in ui_close() function
273 UI_method_set_closer(ui_method, ui_close); in setup_ui_method()