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

/barrelfish-master/lib/openssl-1.0.0d/crypto/ui/
H A Dui.h284 the reader take a UI_STRING.
287 /* The UI_STRING type is the data structure that contains all the needed info
290 typedef struct ui_string_st UI_STRING; typedef in typeref:struct:ui_string_st
291 DECLARE_STACK_OF(UI_STRING)
309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
311 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis));
315 int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*);
317 int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*);
322 data from a UI_STRING. */
324 /* Return type of the UI_STRING */
[all...]
H A Dui_locl.h82 int (*ui_write_string)(UI *ui, UI_STRING *uis);
88 int (*ui_read_string)(UI *ui, UI_STRING *uis);
142 STACK_OF(UI_STRING) *strings; /* We might want to prompt for more
H A Dui_lib.c98 static void free_string(UI_STRING *uis)
139 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt,
143 UI_STRING *ret = NULL;
154 else if ((ret = (UI_STRING *)OPENSSL_malloc(sizeof(UI_STRING))))
170 UI_STRING *s = general_allocate_prompt(ui, prompt, prompt_freeable,
197 UI_STRING *s;
475 UI_STRING uis;
652 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis))
674 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *ui
[all...]
H A Dui_openssl.c317 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
319 static int read_string(UI *ui, UI_STRING *uis);
320 static int write_string(UI *ui, UI_STRING *uis);
346 static int write_string(UI *ui, UI_STRING *uis)
361 static int read_string(UI *ui, UI_STRING *uis)
419 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl)
/barrelfish-master/include/openssl/
H A Dui.h284 the reader take a UI_STRING.
287 /* The UI_STRING type is the data structure that contains all the needed info
290 typedef struct ui_string_st UI_STRING; typedef in typeref:struct:ui_string_st
291 DECLARE_STACK_OF(UI_STRING)
309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
311 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis));
315 int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*);
317 int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*);
322 data from a UI_STRING. */
324 /* Return type of the UI_STRING */
[all...]
H A Dsafestack.h1594 #define sk_UI_STRING_new(cmp) SKM_sk_new(UI_STRING, (cmp))
1595 #define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING)
1596 #define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st))
1597 #define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st))
1598 #define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i))
1599 #define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val))
1600 #define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st))
1601 #define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val))
1602 #define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val))
1603 #define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (s
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/stack/
H A Dsafestack.h1594 #define sk_UI_STRING_new(cmp) SKM_sk_new(UI_STRING, (cmp))
1595 #define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING)
1596 #define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st))
1597 #define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st))
1598 #define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i))
1599 #define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val))
1600 #define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st))
1601 #define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val))
1602 #define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val))
1603 #define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (s
[all...]

Completed in 168 milliseconds