Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_trace_enabled.pod10 OSSL_TRACE_ENABLED
42 if (OSSL_TRACE_ENABLED(category)) {
172 The OSSL_TRACE_ENABLED() macro can be used to conditionally execute some code
178 if (OSSL_TRACE_ENABLED(TLS)) {
210 if (OSSL_TRACE_ENABLED(TLS)) {
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dtrace.h240 # define OSSL_TRACE_ENABLED(category) \ macro
245 # define OSSL_TRACE_ENABLED(category) (0) macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_ctx.c394 if (OSSL_TRACE_ENABLED(CMP)) { in ossl_cmp_print_log()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c3264 if (OSSL_TRACE_ENABLED(TLS)) { in print_stuff()