Searched refs:input_flags (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/ui/ |
D | ui_lib.c | 140 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()
|
D | ui_locl.h | 106 int input_flags; /* Flags from the user */ member
|