Home
last modified time | relevance | path

Searched refs:OSSL_trace_begin (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DOSSL_trace_enabled.pod5 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(), write
84 channel using OSSL_trace_end(). The OSSL_trace_begin()/OSSL_trace_end()
100 OSSL_trace_begin() is used to starts a tracing section, and get the
106 Using OSSL_trace_begin() and OSSL_trace_end() to wrap tracing sections
134 BIO *trc_out = OSSL_trace_begin(OSSL_TRACE_CATEGORY_TLS);
158 BIO *trc_out = OSSL_trace_begin(OSSL_TRACE_CATEGORY_TLS);
300 OSSL_trace_begin() returns a B<BIO> pointer if the given I<type> is enabled,
H A DOSSL_trace_set_channel.pod93 The callback is called from OSSL_trace_begin(), which gives the
/openssl/include/openssl/
H A Dtrace.h153 BIO *OSSL_trace_begin(int category);
205 BIO *trc_out = OSSL_trace_begin(OSSL_TRACE_CATEGORY_##category); \
/openssl/apps/lib/
H A Dlog.c82 BIO *out = OSSL_trace_begin(category); in trace_log_message()
/openssl/crypto/
H A Dtrace.c471 BIO *OSSL_trace_begin(int category) in OSSL_trace_begin() function
/openssl/util/
H A Dlibcrypto.num4453 OSSL_trace_begin 4581 3_0_0 EXIST::FUNCTION:

Completed in 43 milliseconds