Searched refs:OSSL_TRACE (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/ |
H A D | init.c | 59 OSSL_TRACE(INIT, "ossl_init_base: setting up stop handlers\n"); in DEFINE_RUN_ONCE_STATIC() 80 OSSL_TRACE(INIT, "ossl_init_base failed!\n"); in DEFINE_RUN_ONCE_STATIC() 132 OSSL_TRACE(INIT, "ossl_init_load_crypto_nodelete()\n"); in DEFINE_RUN_ONCE_STATIC() 191 OSSL_TRACE(INIT, "ossl_err_load_crypto_strings()\n"); in DEFINE_RUN_ONCE_STATIC() 212 OSSL_TRACE(INIT, "openssl_add_all_ciphers_int()\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(INI in DEFINE_RUN_ONCE_STATIC() [all...] |
H A D | provider_conf.c | 52 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/crypto/openssl/ssl/ |
H A D | ssl_init.c | 29 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/crypto/openssl/crypto/evp/ |
H A D | evp_cnf.c | 72 OSSL_TRACE(CONF, "Adding config module 'alg_section'\n"); in EVP_add_alg_module()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_trace_enabled.pod | 7 OSSL_TRACE, OSSL_TRACE1, OSSL_TRACE2, OSSL_TRACE3, OSSL_TRACE4, 155 OSSL_TRACE() and OSSL_TRACE1(), OSSL_TRACE2(), ... OSSL_TRACE9() are 158 The macro call C<OSSL_TRACE(category, text)>, produces literal text trace output.
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | trace.h | 284 # define OSSL_TRACE(category, text) \ macro
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_lib.c | 809 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/crypto/openssl/crypto/store/ |
H A D | store_lib.c | 411 OSSL_TRACE(STORE, "Loading next object\n"); in OSSL_STORE_load()
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_ctx_test.c | 268 OSSL_TRACE(ALL, "this general trace message is not shown by default\n"); in execute_cmp_ctx_log_cb_test()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3268 MLINKS+= OSSL_trace_enabled.3 OSSL_TRACE.3
|