Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H A DUI_create_method.pod9 UI_method_set_prompt_constructor, UI_method_set_ex_data,
40 int UI_method_set_ex_data(UI_METHOD *method, int idx, void *data);
164 UI_method_set_ex_data() sets application specific data with a given
176 with UI_method_set_ex_data().
189 UI_method_set_ex_data() returns 1 on success and 0 on error (because
/freebsd-12.1/crypto/openssl/crypto/ui/
H A Dui_util.c153 || UI_method_set_ex_data(ui_method, ui_method_data_index, data) < 0) { in UI_UTIL_wrap_read_pem_callback()
H A Dui_lib.c703 int UI_method_set_ex_data(UI_METHOD *method, int idx, void *data) in UI_method_set_ex_data() function
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dui.h314 int UI_method_set_ex_data(UI_METHOD *method, int idx, void *data);
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map4410 UI_method_set_ex_data;
H A DMakefile.man2850 MLINKS+= UI_create_method.3 UI_method_set_ex_data.3