OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UI_STRING
(Results
1 - 7
of
7
) sorted by null
/external/openssl/crypto/ui/
ui.h
284
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
;
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
...]
ui_locl.h
82
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
ui_lib.c
98
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
*uis)
[
all
...]
ui_openssl.c
316
static int read_string_inner(UI *ui,
UI_STRING
*uis, int echo, int strip_nl);
318
static int read_string(UI *ui,
UI_STRING
*uis);
319
static int write_string(UI *ui,
UI_STRING
*uis);
345
static int write_string(UI *ui,
UI_STRING
*uis)
360
static int read_string(UI *ui,
UI_STRING
*uis)
416
static int read_string_inner(UI *ui,
UI_STRING
*uis, int echo, int strip_nl)
/external/openssl/include/openssl/
ui.h
284
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
;
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
...]
safestack.h
[
all
...]
/external/openssl/crypto/stack/
safestack.h
[
all
...]
Completed in 169 milliseconds