Lines Matching +full:down +full:- +full:counting
1 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH UI_NEW 3ossl 2025-09-30 3.5.4 OpenSSL
72 UI_get_method, UI_set_method, UI_OpenSSL, UI_null \- user interface
130 prompt the user for text-based information. Through user-written methods
142 user-defined random data can be passed down to the underlying method
164 \&\fBUI_OpenSSL()\fR returns the built-in UI method (note: not necessarily the
178 sizes of the result, not counting the final NUL character. The given
194 The difference between the two is only conceptual. With the built-in method,
222 time. The built-in UI method doesn't care about this info. Note that several
230 the UI is destroyed. \fBUI_dup_user_data()\fR returns 0 on success, or \-1 on memory
243 and prompting and returns the final status, which is \-2 on out-of-band events
244 (Interrupt, Cancel, ...), \-1 on error and 0 on success.
253 This function is not thread-safe and should not be called at the same time
269 the built-in method \fBUI_OpenSSL()\fR will produce UTF\-8 encoded strings
284 \&\fBUI_dup_user_data()\fR returns 0 on success or \-1 on error.
289 returns \-1 on error.
293 \&\fBUI_ctrl()\fR returns a mask on success or \-1 on error.
303 Copyright 2001\-2020 The OpenSSL Project Authors. All Rights Reserved.