Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/
H A Dinit.c61 OSSL_TRACE(INIT, "ossl_init_base: setting up stop handlers\n"); in DEFINE_RUN_ONCE_STATIC()
82 OSSL_TRACE(INIT, "ossl_init_base failed!\n"); in DEFINE_RUN_ONCE_STATIC()
134 OSSL_TRACE(INIT, "ossl_init_load_crypto_nodelete()\n"); in DEFINE_RUN_ONCE_STATIC()
198 OSSL_TRACE(INIT, "ossl_err_load_crypto_strings()\n"); in DEFINE_RUN_ONCE_STATIC()
222 OSSL_TRACE(INIT, "ossl_init_load_ssl_strings: ossl_err_load_SSL_strings()\n"); in DEFINE_RUN_ONCE_STATIC()
243 OSSL_TRACE(INIT, "openssl_add_all_ciphers_int()\n"); in DEFINE_RUN_ONCE_STATIC()
264 OSSL_TRACE(INIT, "openssl_add_all_digests()\n"); in DEFINE_RUN_ONCE_STATIC()
296 OSSL_TRACE(INIT, "ossl_no_config_int()\n"); in DEFINE_RUN_ONCE_STATIC_ALT()
306 OSSL_TRACE(INIT, "async_init()\n"); in DEFINE_RUN_ONCE_STATIC()
317 OSSL_TRACE(INIT, "engine_load_openssl_int()\n"); in DEFINE_RUN_ONCE_STATIC()
[all …]
H A Dprovider_conf.c53 OSSL_TRACE(CONF, "Cleaned up providers\n"); in ossl_prov_conf_ctx_free()
428 OSSL_TRACE(CONF, "Adding config module 'providers'\n"); in ossl_provider_add_conf_module()
/src/crypto/openssl/ssl/
H A Dssl_init.c27 OSSL_TRACE(INIT, "ossl_init_ssl_base: " in DEFINE_RUN_ONCE_STATIC()
36 OSSL_TRACE(INIT, "ossl_init_ssl_base: SSL_add_ssl_module()\n"); in DEFINE_RUN_ONCE_STATIC()
H A Dssl_lib.c4285 OSSL_TRACE(TLS, "Unable to initialize keylog data\n"); in SSL_CTX_new_ex()
4291 OSSL_TRACE(TLS, "Unable to acquire keylog write lock\n"); in SSL_CTX_new_ex()
4302 OSSL_TRACE(TLS, "Unable to create keylog bio\n"); in SSL_CTX_new_ex()
/src/crypto/openssl/crypto/http/
H A Dhttp_client.c589 OSSL_TRACE(HTTP, "]\n"); /* end of error response content */ in OSSL_HTTP_REQ_CTX_nbio()
641 OSSL_TRACE(HTTP, "Sending request header: [\n"); in OSSL_HTTP_REQ_CTX_nbio()
645 OSSL_TRACE(HTTP, "]\n"); /* end of request header or content */ in OSSL_HTTP_REQ_CTX_nbio()
748 OSSL_TRACE(HTTP, "Receiving response header: [\n"); in OSSL_HTTP_REQ_CTX_nbio()
793 OSSL_TRACE(HTTP, "]\n"); in OSSL_HTTP_REQ_CTX_nbio()
852 OSSL_TRACE(HTTP, "]\n"); /* end of response header */ in OSSL_HTTP_REQ_CTX_nbio()
890 OSSL_TRACE(HTTP, "Receiving response text content\n"); in OSSL_HTTP_REQ_CTX_nbio()
896 OSSL_TRACE(HTTP, "Receiving response ASN.1 content\n"); in OSSL_HTTP_REQ_CTX_nbio()
954 OSSL_TRACE(HTTP, "Finished receiving response ASN.1 content\n"); in OSSL_HTTP_REQ_CTX_nbio()
/src/crypto/openssl/doc/man3/
H A DOSSL_trace_enabled.pod7 OSSL_TRACE, OSSL_TRACE1, OSSL_TRACE2, OSSL_TRACE3, OSSL_TRACE4,
37 OSSL_TRACE(category, text)
171 OSSL_TRACE() and OSSL_TRACE1(), OSSL_TRACE2(), ... OSSL_TRACE9() are
174 The macro call C<OSSL_TRACE(category, text)>, produces literal text trace output.
216 I<OSSL_TRACE(category, ...)> by I<OSSL_TRACE_ENABLED(category)>.
/src/crypto/openssl/crypto/evp/
H A Devp_cnf.c71 OSSL_TRACE(CONF, "Adding config module 'alg_section'\n"); in EVP_add_alg_module()
/src/crypto/openssl/include/openssl/
H A Dtrace.h289 #define OSSL_TRACE(category, text) \ macro
/src/crypto/openssl/crypto/rand/
H A Drand_lib.c1058 OSSL_TRACE(CONF, "Cleaned up random\n"); in random_conf_deinit()
1063 OSSL_TRACE(CONF, "Adding config module 'random'\n"); in ossl_random_add_conf_module()
/src/crypto/openssl/crypto/store/
H A Dstore_lib.c430 OSSL_TRACE(STORE, "Loading next object\n"); in OSSL_STORE_load()
/src/crypto/openssl/test/
H A Dcmp_ctx_test.c285 OSSL_TRACE(ALL, "this general trace message is not shown by default\n"); in execute_cmp_ctx_log_cb_test()
/src/secure/lib/libcrypto/man/man3/
H A DMakefile3510 MLINKS+= OSSL_trace_enabled.3 OSSL_TRACE.3