Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/ui/
Dui.h304 DECLARE_STACK_OF(UI_STRING)
305 typedef struct ui_string_st UI_STRING; typedef
325 int (*writer) (UI *ui, UI_STRING *uis));
328 int (*reader) (UI *ui, UI_STRING *uis));
331 int (*UI_method_get_writer(UI_METHOD *method)) (UI *, UI_STRING *);
333 int (*UI_method_get_reader(UI_METHOD *method)) (UI *, UI_STRING *);
342 enum UI_string_types UI_get_string_type(UI_STRING *uis);
344 int UI_get_input_flags(UI_STRING *uis);
346 const char *UI_get0_output_string(UI_STRING *uis);
351 const char *UI_get0_action_string(UI_STRING *uis);
[all …]
Dui_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()
665 int (*UI_method_get_writer(UI_METHOD *method)) (UI *, UI_STRING *) { in UI_method_get_writer()
[all …]
Dui_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
Dui_openssl.c313 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
315 static int read_string(UI *ui, UI_STRING *uis);
316 static int write_string(UI *ui, UI_STRING *uis);
343 static int write_string(UI *ui, UI_STRING *uis) in write_string()
357 static int read_string(UI *ui, UI_STRING *uis) in read_string()
411 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) in read_string_inner()
/freebsd-9-stable/crypto/openssl/crypto/stack/
Dsafestack.h1370 # define sk_UI_STRING_new(st) SKM_sk_new(UI_STRING, (st))
1371 # define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING)
1372 # define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st))
1373 # define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st))
1374 # define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i))
1375 # define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val))
1376 # define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st))
1377 # define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val))
1378 # define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val))
1379 # define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (st), (val))
[all …]
/freebsd-9-stable/crypto/openssl/util/
Dindent.pro528 -T UI_STRING
/freebsd-9-stable/crypto/openssl/apps/
Dapps.c453 static int ui_read(UI *ui, UI_STRING *uis) in ui_read()
475 static int ui_write(UI *ui, UI_STRING *uis) in ui_write()