Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_trace_enabled.pod5 OSSL_trace_enabled, OSSL_trace_begin, OSSL_trace_end,
21 BIO *OSSL_trace_begin(int category);
75 trace channel (i.e., the BIO object) using OSSL_trace_begin(), write
77 channel using OSSL_trace_end(). The OSSL_trace_begin()/OSSL_trace_end()
91 OSSL_trace_begin() is used to starts a tracing section, and get the
97 Using OSSL_trace_begin() and OSSL_trace_end() to wrap tracing sections
119 BIO *trc_out = OSSL_trace_begin(OSSL_TRACE_CATEGORY_TLS);
143 BIO *trc_out = OSSL_trace_begin(OSSL_TRACE_CATEGORY_TLS);
276 OSSL_trace_begin() returns a B<BIO> pointer if the given I<type> is enabled,
H A DOSSL_trace_set_channel.pod88 The callback is called from OSSL_trace_begin(), which gives the
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dtrace.h151 BIO *OSSL_trace_begin(int category);
203 BIO *trc_out = OSSL_trace_begin(OSSL_TRACE_CATEGORY_##category); \
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dtrace.c469 BIO *OSSL_trace_begin(int category) in OSSL_trace_begin() function