Lines Matching +full:enabled +full:- +full:strings
18 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
134 .TH OSSL_TRACE_ENABLED 3ossl "2023-09-19" "3.0.11" "OpenSSL"
146 \&\- OpenSSL Tracing API
168 \& /* one\-shot trace macros */
174 \& /* check whether a trace category is enabled */
185 If tracing is enabled (see \*(L"\s-1NOTES\*(R"\s0 below), these functions are used to
188 The tracing output is divided into types which are enabled
192 The fallback type \fB\s-1OSSL_TRACE_CATEGORY_ALL\s0\fR should \fInot\fR be used
195 Tracing for a specific category is enabled if a so called
197 \&\s-1BIO\s0 object to which the application can write its trace output.
200 either by directly providing a \s-1BIO\s0 object using \fBOSSL_trace_set_channel()\fR,
202 The latter is wrapped internally by a dedicated \s-1BIO\s0 object, so for the
208 trace channel (i.e., the \s-1BIO\s0 object) using \fBOSSL_trace_begin()\fR, write
209 to it using arbitrary \s-1BIO\s0 output routines, and finally releases the
220 \&\fIcategory\fR is enabled.
223 channel for the given \fIcategory\fR in form of a \s-1BIO.\s0
224 This \s-1BIO\s0 can only be used for output.
237 \&\s-1\fBOSSL_TRACE_BEGIN\s0()\fR and \s-1\fBOSSL_TRACE_END\s0()\fR reserve the \fB\s-1BIO\s0\fR \f…
261 \&\s-1\fBOSSL_TRACE_CANCEL\s0()\fR must be used before returning from or jumping out of a
292 \&\s-1\fBOSSL_TRACE\s0()\fR and \s-1\fBOSSL_TRACE1\s0()\fR, \s-1\fBOSSL_TRACE2\s0()\fR, ... \s-1\fB…
293 so-called one-shot macros:
298 printf-style trace output with n format field arguments (n=1,...,9).
307 Internally, all one-shot macros are implemented using a generic \s-1\fBOSSL_TRACEV\s0()\fR
311 The \s-1\fBOSSL_TRACE_ENABLED\s0()\fR macro can be used to conditionally execute some code
312 only if a specific trace category is enabled.
314 \&\s-1\fBOSSL_TRACE_BEGIN\s0()\fR and \s-1\fBOSSL_TRACE_END\s0()\fR.
334 executed only if the trace category is enabled.
370 necessary to configure and build OpenSSL with the 'enable\-trace' option.
374 The macro \fB\s-1OPENSSL_NO_TRACE\s0\fR is defined in \fI<openssl/opensslconf.h>\fR.
395 When the tracing \s-1API\s0 isn't operational, that will expand to:
412 operational and enabled, otherwise 0.
414 \&\fBOSSL_trace_begin()\fR returns a \fB\s-1BIO\s0\fR pointer if the given \fItype\fR is enabled,
415 otherwise \s-1NULL.\s0
418 The OpenSSL Tracing \s-1API\s0 was added in OpenSSL 3.0.
421 Copyright 2019\-2021 The OpenSSL Project Authors. All Rights Reserved.
425 in the file \s-1LICENSE\s0 in the source distribution or at