Home
last modified time | relevance | path

Searched refs:UI_STRING (Results 1 – 7 of 7) sorted by relevance

/trueos/crypto/openssl/crypto/ui/
HDui.h304 typedef struct ui_string_st UI_STRING; typedef
305 DECLARE_STACK_OF(UI_STRING)
325 int (*writer) (UI *ui, UI_STRING *uis));
328 int (*reader) (UI *ui, UI_STRING *uis));
337 int (*UI_method_get_writer(UI_METHOD *method)) (UI *, UI_STRING *);
339 int (*UI_method_get_reader(UI_METHOD *method)) (UI *, UI_STRING *);
351 enum UI_string_types UI_get_string_type(UI_STRING *uis);
353 int UI_get_input_flags(UI_STRING *uis);
355 const char *UI_get0_output_string(UI_STRING *uis);
360 const char *UI_get0_action_string(UI_STRING *uis);
[all …]
HDui_lib.c98 static void free_string(UI_STRING *uis) in free_string()
135 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt, in general_allocate_prompt()
140 UI_STRING *ret = NULL; in general_allocate_prompt()
147 } else if ((ret = (UI_STRING *)OPENSSL_malloc(sizeof(UI_STRING)))) { in general_allocate_prompt()
164 UI_STRING *s = general_allocate_prompt(ui, prompt, prompt_freeable, in general_allocate_string()
192 UI_STRING *s; in general_allocate_boolean()
454 UI_STRING uis; in print_error()
621 int (*writer) (UI *ui, UI_STRING *uis)) in UI_method_set_writer()
640 int (*reader) (UI *ui, UI_STRING *uis)) in UI_method_set_reader()
679 int (*UI_method_get_writer(UI_METHOD *method)) (UI *, UI_STRING *) { in UI_method_get_writer()
[all …]
HDui_locl.h82 int (*ui_write_string) (UI *ui, UI_STRING *uis);
88 int (*ui_read_string) (UI *ui, UI_STRING *uis);
135 STACK_OF(UI_STRING) *strings; /* We might want to prompt for more than
HDui_openssl.c315 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
317 static int read_string(UI *ui, UI_STRING *uis);
318 static int write_string(UI *ui, UI_STRING *uis);
345 static int write_string(UI *ui, UI_STRING *uis) in write_string()
359 static int read_string(UI *ui, UI_STRING *uis) in read_string()
413 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) in read_string_inner()
/trueos/crypto/openssl/crypto/stack/
HDsafestack.h1619 # define sk_UI_STRING_new(cmp) SKM_sk_new(UI_STRING, (cmp))
1620 # define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING)
1621 # define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st))
1622 # define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st))
1623 # define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i))
1624 # define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val))
1625 # define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st))
1626 # define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val))
1627 # define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val))
1628 # define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (st), (val))
[all …]
/trueos/crypto/openssl/util/
HDindent.pro528 -T UI_STRING
/trueos/crypto/openssl/apps/
HDapps.c479 static int ui_read(UI *ui, UI_STRING *uis) in ui_read()
501 static int ui_write(UI *ui, UI_STRING *uis) in ui_write()