Searched refs:OSSL_TRACEV (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | trace.h | 273 # define OSSL_TRACEV(category, args) \ macro 280 # define OSSL_TRACEV(category, args) ((void)0) macro 285 OSSL_TRACEV(category, (trc_out, "%s", text)) 288 OSSL_TRACEV(category, (trc_out, format, arg1)) 290 OSSL_TRACEV(category, (trc_out, format, arg1, arg2)) 292 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3)) 294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4)) 296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5)) 298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6)) 300 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7)) [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_trace_enabled.pod | 9 OSSL_TRACEV, 168 Internally, all one-shot macros are implemented using a generic OSSL_TRACEV()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3278 MLINKS+= OSSL_trace_enabled.3 OSSL_TRACEV.3
|