Searched refs:OSSL_trace_begin (Results 1 – 6 of 6) sorted by relevance
5 OSSL_trace_enabled, OSSL_trace_begin, OSSL_trace_end,22 BIO *OSSL_trace_begin(int category);82 trace channel (i.e., the BIO object) using OSSL_trace_begin(), write84 channel using OSSL_trace_end(). The OSSL_trace_begin()/OSSL_trace_end()100 OSSL_trace_begin() is used to start a tracing section,107 Using OSSL_trace_begin() and OSSL_trace_end() to wrap tracing sections135 BIO *trc_out = OSSL_trace_begin(OSSL_TRACE_CATEGORY_TLS);159 BIO *trc_out = OSSL_trace_begin(OSSL_TRACE_CATEGORY_TLS);304 OSSL_trace_begin() returns a B<BIO> pointer if the given I<type> is enabled,
93 The callback is called from OSSL_trace_begin(), which gives the
154 BIO *OSSL_trace_begin(int category);206 BIO *trc_out = OSSL_trace_begin(OSSL_TRACE_CATEGORY_##category); \
82 BIO *out = OSSL_trace_begin(category); in trace_log_message()
473 BIO *OSSL_trace_begin(int category) in OSSL_trace_begin() function
4453 OSSL_trace_begin 4581 3_0_0 EXIST::FUNCTION:
Completed in 28 milliseconds