Searched refs:OSSL_TRACEV (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | trace.h | 278 #define OSSL_TRACEV(category, args) \ macro 285 #define OSSL_TRACEV(category, args) ((void)0) macro 290 OSSL_TRACEV(category, (trc_out, "%s", text)) 293 OSSL_TRACEV(category, (trc_out, format, arg1)) 295 OSSL_TRACEV(category, (trc_out, format, arg1, arg2)) 297 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3)) 299 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4)) 301 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5)) 303 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6)) 305 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, 184 Internally, all one-shot macros are implemented using a generic OSSL_TRACEV()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3521 MLINKS+= OSSL_trace_enabled.3 OSSL_TRACEV.3
|