Searched refs:OSSL_TRACE (Results 1 – 12 of 12) sorted by relevance
| /src/crypto/openssl/crypto/ |
| H A D | init.c | 61 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 D | provider_conf.c | 53 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 D | ssl_init.c | 27 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 D | ssl_lib.c | 4285 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 D | http_client.c | 589 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 D | OSSL_trace_enabled.pod | 7 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 D | evp_cnf.c | 71 OSSL_TRACE(CONF, "Adding config module 'alg_section'\n"); in EVP_add_alg_module()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | trace.h | 289 #define OSSL_TRACE(category, text) \ macro
|
| /src/crypto/openssl/crypto/rand/ |
| H A D | rand_lib.c | 1058 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 D | store_lib.c | 430 OSSL_TRACE(STORE, "Loading next object\n"); in OSSL_STORE_load()
|
| /src/crypto/openssl/test/ |
| H A D | cmp_ctx_test.c | 285 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 D | Makefile | 3510 MLINKS+= OSSL_trace_enabled.3 OSSL_TRACE.3
|