Searched refs:UI_STRING (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
D | ui.h | 279 typedef struct ui_string_st UI_STRING; typedef 280 DEFINE_STACK_OF(UI_STRING) 300 int (*writer) (UI *ui, UI_STRING *uis)); 303 int (*reader) (UI *ui, UI_STRING *uis)); 316 int (*UI_method_get_writer(const UI_METHOD *method)) (UI *, UI_STRING *); 318 int (*UI_method_get_reader(const UI_METHOD *method)) (UI *, 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); [all …]
|
/third_party/openssl/doc/man3/ |
D | UI_STRING.pod | 5 UI_STRING, UI_string_types, UI_get_string_type, 16 typedef struct ui_string_st UI_STRING; 27 enum UI_string_types UI_get_string_type(UI_STRING *uis); 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); 31 const char *UI_get0_result_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); [all …]
|
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)>
|
/third_party/openssl/crypto/ui/ |
D | ui_lib.c | 52 static void free_string(UI_STRING *uis) in free_string() 97 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt, in general_allocate_prompt() 102 UI_STRING *ret = NULL; in general_allocate_prompt() 126 UI_STRING *s = general_allocate_prompt(ui, prompt, prompt_freeable, in general_allocate_string() 156 UI_STRING *s; in general_allocate_boolean() 459 UI_STRING uis; in print_error() 637 int (*writer) (UI *ui, UI_STRING *uis)) in UI_method_set_writer() 656 int (*reader) (UI *ui, UI_STRING *uis)) in UI_method_set_reader() 710 int (*UI_method_get_writer(const UI_METHOD *method)) (UI *, UI_STRING *) in UI_method_get_writer() 724 int (*UI_method_get_reader(const UI_METHOD *method)) (UI *, UI_STRING *) in UI_method_get_reader() [all …]
|
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
|
D | ui_openssl.c | 189 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl); 191 static int read_string(UI *ui, UI_STRING *uis); 192 static int write_string(UI *ui, UI_STRING *uis); 203 static int write_string(UI *ui, UI_STRING *uis) in write_string() 220 static int read_string(UI *ui, UI_STRING *uis) in read_string() 276 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) in read_string_inner()
|
D | ui_util.c | 105 static int ui_read(UI *ui, UI_STRING *uis) in ui_read() 135 static int ui_write(UI *ui, UI_STRING *uis) in ui_write()
|
/third_party/openssl/include/openssl/ |
D | ui.h.in | 285 the reader take a UI_STRING. 289 * The UI_STRING type is the data structure that contains all the needed info 292 typedef struct ui_string_st UI_STRING; typedef 295 generate_stack_macros("UI_STRING"); 316 int (*writer) (UI *ui, UI_STRING *uis)); 319 int (*reader) (UI *ui, UI_STRING *uis)); 332 int (*UI_method_get_writer(const UI_METHOD *method)) (UI *, UI_STRING *); 334 int (*UI_method_get_reader(const UI_METHOD *method)) (UI *, UI_STRING *); 344 * data from a UI_STRING. 347 /* Return type of the UI_STRING */ [all …]
|
/third_party/openssl/apps/lib/ |
D | apps_ui.c | 27 static int ui_read(UI *ui, UI_STRING *uis) in ui_read() 29 int (*reader)(UI *ui, UI_STRING *uis) = NULL; in ui_read() 62 static int ui_write(UI *ui, UI_STRING *uis) in ui_write() 64 int (*writer)(UI *ui, UI_STRING *uis) = NULL; in ui_write()
|
/third_party/openssl/util/ |
D | indent.pro | 419 -T UI_STRING
|
D | other.syms | 108 UI_STRING datatype
|
/third_party/openssl/doc/ |
D | build.info | 2602 DEPEND[html/man3/UI_STRING.html]=man3/UI_STRING.pod 2603 GENERATE[html/man3/UI_STRING.html]=man3/UI_STRING.pod 2604 DEPEND[man/man3/UI_STRING.3]=man3/UI_STRING.pod 2605 GENERATE[man/man3/UI_STRING.3]=man3/UI_STRING.pod 3388 html/man3/UI_STRING.html \ 3984 man/man3/UI_STRING.3 \
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 1574 UI_STRING = ui_string_st variable
|