Searched refs:OSSL_trace_set_channel (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_trace_set_channel.pod | 7 OSSL_trace_set_channel, OSSL_trace_set_prefix, OSSL_trace_set_suffix, 17 void OSSL_trace_set_channel(int category, BIO *bio); 48 OSSL_trace_set_channel() is used to enable the given trace C<category> 71 OSSL_trace_set_channel() and OSSL_trace_set_callback() are mutually 75 Calling OSSL_trace_set_channel() with NULL for I<channel> or 226 OSSL_trace_set_channel(), OSSL_trace_set_prefix(), 252 OSSL_trace_set_channel(OSSL_TRACE_CATEGORY_SSL, err); 333 OSSL_trace_set_channel(), OSSL_trace_set_prefix(),
|
H A D | OSSL_trace_enabled.pod | 74 either by directly providing a BIO object using L<OSSL_trace_set_channel(3)>, 98 registered using L<OSSL_trace_set_channel(3)> or L<OSSL_trace_set_callback(3)>. 311 L<OSSL_trace_set_channel(3)>, L<OSSL_trace_set_callback(3)>
|
/freebsd/crypto/openssl/test/ |
H A D | trace_api_test.c | 135 if (!TEST_int_eq(OSSL_trace_set_channel(OSSL_TRACE_CATEGORY_HTTP, bio), 1)) { in test_trace_channel() 154 ret = TEST_int_eq(OSSL_trace_set_channel(OSSL_TRACE_CATEGORY_HTTP, NULL), 1) in test_trace_channel()
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_util.c | 31 if (bio != NULL && OSSL_trace_set_channel(OSSL_TRACE_CATEGORY_CMP, bio)) in OSSL_CMP_log_open() 42 (void)OSSL_trace_set_channel(OSSL_TRACE_CATEGORY_CMP, NULL); in OSSL_CMP_log_close()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | trace.h | 81 int OSSL_trace_set_channel(int category, BIO* channel);
|
/freebsd/crypto/openssl/crypto/ |
H A D | trace.c | 361 int OSSL_trace_set_channel(int category, BIO *channel) in OSSL_trace_set_channel() function
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 348 MAN+= OSSL_trace_set_channel.3 3528 MLINKS+= OSSL_trace_set_channel.3 OSSL_trace_cb.3 3529 MLINKS+= OSSL_trace_set_channel.3 OSSL_trace_set_callback.3 3530 MLINKS+= OSSL_trace_set_channel.3 OSSL_trace_set_prefix.3 3531 MLINKS+= OSSL_trace_set_channel.3 OSSL_trace_set_suffix.3
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 1866 DEPEND[html/man3/OSSL_trace_set_channel.html]=man3/OSSL_trace_set_channel.pod 1867 GENERATE[html/man3/OSSL_trace_set_channel.html]=man3/OSSL_trace_set_channel.pod 1868 DEPEND[man/man3/OSSL_trace_set_channel.3]=man3/OSSL_trace_set_channel.pod 1869 GENERATE[man/man3/OSSL_trace_set_channel.3]=man3/OSSL_trace_set_channel.pod 3514 html/man3/OSSL_trace_set_channel.html \ 4186 man/man3/OSSL_trace_set_channel.3 \
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 5234 OSSL_trace_set_channel;
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 1100 See manual pages OSSL_trace_set_channel(3) and OSSL_trace_enabled(3) for details.
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4448 OSSL_trace_set_channel 4576 3_0_0 EXIST::FUNCTION:
|