Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dapps_ui.c95 int (*closer)(UI *ui) = UI_method_get_closer(ui_base_method); in ui_close() local
97 if (closer != NULL) in ui_close()
98 return closer(ui); in ui_close()
/openssl/doc/man3/
H A DUI_create_method.pod30 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
88 =item a closer
145 Close the session using the closer function if that one's defined.
/openssl/crypto/ui/
H A Dui_lib.c665 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)) in UI_method_set_closer()
668 method->ui_close_session = closer; in UI_method_set_closer()
/openssl/include/openssl/
H A Dui.h.in263 a closer This function closes the session, maybe by closing
276 closer. Note that if you want to prompt from a terminal or other command
320 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
/openssl/doc/man1/
H A Dopenssl-ciphers.pod.in48 minimum and maximum protocol version. This is closer to the actual cipher list
/openssl/
H A DCHANGES.md3891 and on VMS. They now have names that are closer to the standard

Completed in 117 milliseconds