Lines Matching refs:tracing
52 If tracing is enabled (see L</NOTES> below), these functions are used to
53 generate free text tracing output.
55 The tracing output is divided into types which are enabled
57 The tracing types are described in detail in
70 tracing code both channel types are effectively indistinguishable.
82 The tracing code normally does not call OSSL_trace_{begin,end}() directly,
88 OSSL_trace_enabled() can be used to check if tracing for the given
91 OSSL_trace_begin() is used to starts a tracing section, and get the
95 OSSL_trace_end() is used to end a tracing section.
97 Using OSSL_trace_begin() and OSSL_trace_end() to wrap tracing sections
99 The result of trying to produce tracing output outside of such
104 There are a number of convenience macros defined, to make tracing
205 of a trace section. This is the case if calculations and tracing happen in
216 Note however that premature optimization of tracing code is in general futile
217 and it's better to keep the tracing code as simple as possible.
223 By default, the OpenSSL library is built with tracing disabled. To
224 use the tracing functionality documented here, it is therefore
227 When the library is built with tracing disabled:
256 When the tracing API isn't operational, that will expand to:
273 OSSL_trace_enabled() returns 1 if tracing for the given I<type> is