Searched refs:UI_STRING (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ui.h | 279 typedef struct ui_string_st UI_STRING; typedef 280 DEFINE_STACK_OF(UI_STRING) 332 enum UI_string_types UI_get_string_type(UI_STRING *uis); 334 int UI_get_input_flags(UI_STRING *uis); 336 const char *UI_get0_output_string(UI_STRING *uis); 341 const char *UI_get0_action_string(UI_STRING *uis); 343 const char *UI_get0_result_string(UI_STRING *uis); 344 int UI_get_result_string_length(UI_STRING *uis); 348 const char *UI_get0_test_string(UI_STRING *uis); 350 int UI_get_result_minsize(UI_STRING *uis); [all …]
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | UI_STRING.pod | 5 UI_STRING, UI_string_types, UI_get_string_type, 16 typedef struct ui_string_st UI_STRING; 28 int UI_get_input_flags(UI_STRING *uis); 29 const char *UI_get0_output_string(UI_STRING *uis); 30 const char *UI_get0_action_string(UI_STRING *uis); 32 int UI_get_result_string_length(UI_STRING *uis); 33 const char *UI_get0_test_string(UI_STRING *uis); 34 int UI_get_result_minsize(UI_STRING *uis); 35 int UI_get_result_maxsize(UI_STRING *uis); 52 B<UI_STRING>. [all …]
|
| H A D | UI_create_method.pod | 26 int (*writer) (UI *ui, UI_STRING *uis)); 29 int (*reader) (UI *ui, UI_STRING *uis)); 42 int (*UI_method_get_writer(const UI_METHOD *method)) (UI *, UI_STRING *); 44 int (*UI_method_get_reader(const UI_METHOD *method)) (UI *, UI_STRING *); 204 L<UI(3)>, L<CRYPTO_get_ex_data(3)>, L<UI_STRING(3)>
|
| /freebsd-13.1/crypto/openssl/crypto/ui/ |
| H A D | ui_lib.c | 52 static void free_string(UI_STRING *uis) in free_string() 102 UI_STRING *ret = NULL; in general_allocate_prompt() 156 UI_STRING *s; in general_allocate_boolean() 460 UI_STRING uis; in print_error() 775 int UI_get_input_flags(UI_STRING *uis) in UI_get_input_flags() 780 const char *UI_get0_output_string(UI_STRING *uis) in UI_get0_output_string() 785 const char *UI_get0_action_string(UI_STRING *uis) in UI_get0_action_string() 815 int UI_get_result_string_length(UI_STRING *uis) in UI_get_result_string_length() 830 const char *UI_get0_test_string(UI_STRING *uis) in UI_get0_test_string() 845 int UI_get_result_minsize(UI_STRING *uis) in UI_get_result_minsize() [all …]
|
| H A D | ui_local.h | 32 int (*ui_write_string) (UI *ui, UI_STRING *uis); 38 int (*ui_read_string) (UI *ui, UI_STRING *uis); 96 STACK_OF(UI_STRING) *strings; /* We might want to prompt for more than
|
| H A D | ui_openssl.c | 193 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl); 195 static int read_string(UI *ui, UI_STRING *uis); 196 static int write_string(UI *ui, UI_STRING *uis); 207 static int write_string(UI *ui, UI_STRING *uis) in write_string() 224 static int read_string(UI *ui, UI_STRING *uis) in read_string() 280 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) in read_string_inner()
|
| H A D | ui_util.c | 103 static int ui_read(UI *ui, UI_STRING *uis) in ui_read() 133 static int ui_write(UI *ui, UI_STRING *uis) in ui_write()
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 413 MAN+= UI_STRING.3 2853 MLINKS+= UI_STRING.3 UI_get0_action_string.3 2854 MLINKS+= UI_STRING.3 UI_get0_output_string.3 2855 MLINKS+= UI_STRING.3 UI_get0_result_string.3 2856 MLINKS+= UI_STRING.3 UI_get0_test_string.3 2857 MLINKS+= UI_STRING.3 UI_get_input_flags.3 2858 MLINKS+= UI_STRING.3 UI_get_result_maxsize.3 2861 MLINKS+= UI_STRING.3 UI_get_string_type.3 2862 MLINKS+= UI_STRING.3 UI_set_result.3 2863 MLINKS+= UI_STRING.3 UI_set_result_ex.3 [all …]
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | apps.c | 192 static int ui_read(UI *ui, UI_STRING *uis) in ui_read() 194 int (*reader)(UI *ui, UI_STRING *uis) = NULL; in ui_read() 224 static int ui_write(UI *ui, UI_STRING *uis) in ui_write() 226 int (*writer)(UI *ui, UI_STRING *uis) = NULL; in ui_write()
|