Home
last modified time | relevance | path

Searched refs:UI_create_method (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DUI_create_method.pod6 UI_create_method, UI_destroy_method, UI_method_set_opener,
22 UI_METHOD *UI_create_method(const char *name);
149 UI_create_method() creates a new UI method with a given B<name>.
180 UI_create_method() returns a UI_METHOD pointer on success, NULL on
H A DUI_new.pod72 (see L<UI_create_method(3)>), prompting can be done in any way
/freebsd-12.1/crypto/openssl/crypto/ui/
H A Dui_util.c147 || (ui_method = UI_create_method("PEM password callback wrapper")) == NULL in UI_UTIL_wrap_read_pem_callback()
H A Dui_lib.c597 UI_METHOD *UI_create_method(const char *name) in UI_create_method() function
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man414 MAN+= UI_create_method.3
2837 MLINKS+= UI_create_method.3 UI_METHOD.3
2838 MLINKS+= UI_create_method.3 UI_destroy_method.3
2839 MLINKS+= UI_create_method.3 UI_method_get_closer.3
2844 MLINKS+= UI_create_method.3 UI_method_get_opener.3
2846 MLINKS+= UI_create_method.3 UI_method_get_reader.3
2847 MLINKS+= UI_create_method.3 UI_method_get_writer.3
2848 MLINKS+= UI_create_method.3 UI_method_set_closer.3
2852 MLINKS+= UI_create_method.3 UI_method_set_opener.3
2854 MLINKS+= UI_create_method.3 UI_method_set_reader.3
[all …]
H A DVersion.map2856 UI_create_method;
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dui.h296 UI_METHOD *UI_create_method(const char *name);
/freebsd-12.1/crypto/openssl/apps/
H A Dapps.c269 ui_method = UI_create_method("OpenSSL application user interface"); in setup_ui_method()
/freebsd-12.1/crypto/openssl/crypto/err/
H A Dopenssl.txt1621 UI_F_UI_CREATE_METHOD:112:UI_create_method