Home
last modified time | relevance | path

Searched refs:input_flags (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/ui/
Dui_lib.c140 int prompt_freeable, enum UI_string_types type, int input_flags, in general_allocate_prompt() argument
158 ret->input_flags=input_flags; in general_allocate_prompt()
166 int prompt_freeable, enum UI_string_types type, int input_flags, in general_allocate_string() argument
171 type, input_flags, result_buf); in general_allocate_string()
193 int prompt_freeable, enum UI_string_types type, int input_flags, in general_allocate_boolean() argument
220 type, input_flags, result_buf); in general_allocate_boolean()
766 return uis->input_flags; in UI_get_input_flags()
Dui_locl.h106 int input_flags; /* Flags from the user */ member