Searched refs:UI_OpenSSL (Results 1 – 6 of 6) sorted by relevance
166 UI_OpenSSL(void) in UI_OpenSSL() function170 LCRYPTO_ALIAS(UI_OpenSSL);
206 * Note that the UI_OpenSSL() method completely ignores the user data.256 UI_METHOD *UI_OpenSSL(void);
546 default_UI_meth = UI_OpenSSL(); in UI_get_default_method()
54 LCRYPTO_USED(UI_OpenSSL);
224 return UI_method_get_opener(UI_OpenSSL()) (ui); in ui_open() 245 return UI_method_get_reader(UI_OpenSSL()) (ui, uis); in ui_read() 264 return UI_method_get_writer(UI_OpenSSL()) (ui, uis); in ui_write() 270 return UI_method_get_closer(UI_OpenSSL()) (ui); in ui_close()
2275 UI_OpenSSL