Home
last modified time | relevance | path

Searched refs:OSSL_TRACE (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/
H A Dinit.c80 OSSL_TRACE(INIT, "ossl_init_base failed!\n"); in DEFINE_RUN_ONCE_STATIC()
233 OSSL_TRACE(INIT, "openssl_add_all_digests()\n"); in DEFINE_RUN_ONCE_STATIC()
265 OSSL_TRACE(INIT, "ossl_no_config_int()\n"); in DEFINE_RUN_ONCE_STATIC_ALT()
275 OSSL_TRACE(INIT, "async_init()\n"); in DEFINE_RUN_ONCE_STATIC()
286 OSSL_TRACE(INIT, "engine_load_openssl_int()\n"); in DEFINE_RUN_ONCE_STATIC()
294 OSSL_TRACE(INIT, "engine_load_rdrand_int()\n"); in DEFINE_RUN_ONCE_STATIC()
302 OSSL_TRACE(INIT, "engine_load_dynamic_int()\n"); in DEFINE_RUN_ONCE_STATIC()
320 OSSL_TRACE(INIT, "engine_load_padlock_int()\n"); in DEFINE_RUN_ONCE_STATIC()
329 OSSL_TRACE(INIT, "engine_load_capi_int()\n"); in DEFINE_RUN_ONCE_STATIC()
338 OSSL_TRACE(INIT, "engine_load_afalg_int()\n"); in DEFINE_RUN_ONCE_STATIC()
[all …]
H A Dprovider_conf.c52 OSSL_TRACE(CONF, "Cleaned up providers\n"); in prov_conf_ossl_ctx_free()
380 OSSL_TRACE(CONF, "Adding config module 'providers'\n"); in ossl_provider_add_conf_module()
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_init.c29 OSSL_TRACE(INIT, "ossl_init_ssl_base: " in DEFINE_RUN_ONCE_STATIC()
38 OSSL_TRACE(INIT,"ossl_init_ssl_base: SSL_add_ssl_module()\n"); in DEFINE_RUN_ONCE_STATIC()
57 OSSL_TRACE(INIT, "ossl_init_load_ssl_strings: ossl_err_load_SSL_strings()\n"); in DEFINE_RUN_ONCE_STATIC()
79 OSSL_TRACE(INIT, "ssl_library_stop: " in ssl_library_stop()
/freebsd-14.2/crypto/openssl/crypto/evp/
H A Devp_cnf.c72 OSSL_TRACE(CONF, "Adding config module 'alg_section'\n"); in EVP_add_alg_module()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_trace_enabled.pod7 OSSL_TRACE, OSSL_TRACE1, OSSL_TRACE2, OSSL_TRACE3, OSSL_TRACE4,
156 OSSL_TRACE() and OSSL_TRACE1(), OSSL_TRACE2(), ... OSSL_TRACE9() are
159 The macro call C<OSSL_TRACE(category, text)>, produces literal text trace output.
192 I<OSSL_TRACE(category, ...)> by I<OSSL_TRACE_ENABLED(category)>.
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dtrace.h284 # define OSSL_TRACE(category, text) \ macro
/freebsd-14.2/crypto/openssl/crypto/rand/
H A Drand_lib.c809 OSSL_TRACE(CONF, "Cleaned up random\n"); in random_conf_deinit()
814 OSSL_TRACE(CONF, "Adding config module 'random'\n"); in ossl_random_add_conf_module()
/freebsd-14.2/crypto/openssl/crypto/store/
H A Dstore_lib.c411 OSSL_TRACE(STORE, "Loading next object\n"); in OSSL_STORE_load()
/freebsd-14.2/crypto/openssl/test/
H A Dcmp_ctx_test.c268 OSSL_TRACE(ALL, "this general trace message is not shown by default\n"); in execute_cmp_ctx_log_cb_test()
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile3268 MLINKS+= OSSL_trace_enabled.3 OSSL_TRACE.3