Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A Dapps_ui.c20 int (*opener)(UI *ui) = UI_method_get_opener(ui_base_method); in ui_open() local
22 if (opener != NULL) in ui_open()
23 return opener(ui); in ui_open()
/openssl-master/doc/man3/
A DUI_create_method.pod24 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui));
60 =item an opener
123 Open the session using the opener function if that one's defined.
A DOSSL_STORE_LOADER.pod275 OSSL_STORE_LOADER_set_open() sets the opener function for the
278 OSSL_STORE_LOADER_set_open_ex() sets the opener with library context
/openssl-master/crypto/ui/
A Dui_lib.c627 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener()
630 method->ui_open_session = opener; in UI_method_set_opener()
/openssl-master/include/openssl/
A Dui.h.in250 an opener This function starts a session, maybe by opening
274 The way this is used, the opener is first called, then the writer for all
314 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui));

Completed in 8 milliseconds