Lines Matching +full:positive +full:- +full:reference +full:- +full:buffer

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
78 reference to a UI_METHOD, which is an ordered vector of functions that
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
118 as well as flags and a result buffer and the desired minimum and maximum
123 and extra argument that should be a pointer to the result buffer of the
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
177 UI_get0_result() returns a pointer to the result buffer associated with
180 UI_get_result_length() returns the length of the result buffer associated with
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
222 and UI_dup_error_string() return a positive number on success or a value which
227 UI_dup_user_data() returns 0 on success or -1 on error.
231 UI_get_result_length() returns a positive integer or 0 on success; otherwise it
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.