Lines Matching +full:down +full:- +full:counting
13 UI_get_method, UI_set_method, UI_OpenSSL, UI_null - user interface
71 prompt the user for text-based information. Through user-written methods
83 user-defined random data can be passed down to the underlying method
105 UI_OpenSSL() returns the built-in UI method (note: not necessarily the
119 sizes of the result, not counting the final NUL character. The given
135 The difference between the two is only conceptual. With the built-in method,
163 time. The built-in UI method doesn't care about this info. Note that several
171 the UI is destroyed. UI_dup_user_data() returns 0 on success, or -1 on memory
184 and prompting and returns the final status, which is -2 on out-of-band events
185 (Interrupt, Cancel, ...), -1 on error and 0 on success.
194 This function is not thread-safe and should not be called at the same time
211 the built-in method UI_OpenSSL() will produce UTF-8 encoded strings
227 UI_dup_user_data() returns 0 on success or -1 on error.
232 returns -1 on error.
236 UI_ctrl() returns a mask on success or -1 on error.
248 Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved.