Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
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-master/doc/man3/
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-master/crypto/ui/
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-master/include/openssl/
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-master/doc/man1/
A Dopenssl-ciphers.pod.in48 minimum and maximum protocol version. This is closer to the actual cipher list
/openssl-master/
A DCHANGES.md3494 and on VMS. They now have names that are closer to the standard

Completed in 27 milliseconds