Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/ui/
H A Dui_openssl.c166 UI_OpenSSL(void) in UI_OpenSSL() function
170 LCRYPTO_ALIAS(UI_OpenSSL);
H A Dui.h206 * Note that the UI_OpenSSL() method completely ignores the user data.
256 UI_METHOD *UI_OpenSSL(void);
H A Dui_lib.c546 default_UI_meth = UI_OpenSSL(); in UI_get_default_method()
/openbsd-src/lib/libcrypto/hidden/openssl/
H A Dui.h54 LCRYPTO_USED(UI_OpenSSL);
/openbsd-src/usr.bin/openssl/
H A Dapps.c224 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()
/openbsd-src/lib/libcrypto/
H A DSymbols.list2275 UI_OpenSSL