Home
last modified time | relevance | path

Searched refs:channel (Results 1 – 22 of 22) sorted by relevance

/openssl-master/crypto/
A Dtrace.c103 static int trace_free(BIO *channel) in trace_free() argument
105 if (channel == NULL) in trace_free()
284 if (channel != NULL && *channel != NULL) { in set_trace_data()
302 if (channel != NULL && *channel != NULL) { in set_trace_data()
329 BIO *channel = NULL; in ossl_trace_cleanup() local
384 BIO *channel = NULL; in OSSL_trace_set_callback() local
410 BIO_free(channel); in OSSL_trace_set_callback()
461 BIO *channel = NULL; in OSSL_trace_begin() local
472 if (channel != NULL) { in OSSL_trace_begin()
490 return channel; in OSSL_trace_begin()
[all …]
/openssl-master/crypto/bn/
A Dbn_ctx.c82 static void ctxdbg(BIO *channel, const char *text, BN_CTX *ctx) in ctxdbg() argument
88 BIO_printf(channel, "%s\n", text); in ctxdbg()
89 BIO_printf(channel, " (%16p): ", (void*)ctx); in ctxdbg()
91 BIO_printf(channel, "%03x ", in ctxdbg()
96 BIO_printf(channel, "\n"); in ctxdbg()
98 BIO_printf(channel, " %16s : ", ""); in ctxdbg()
101 BIO_printf(channel, " "); in ctxdbg()
102 BIO_printf(channel, "^^^ "); in ctxdbg()
106 BIO_printf(channel, "\n"); in ctxdbg()
/openssl-master/crypto/x509/
A Dpcy_tree.c17 static void expected_print(BIO *channel, in expected_print() argument
23 BIO_puts(channel, " Not Mapped\n"); in expected_print()
29 BIO_puts(channel, " Expected: "); in expected_print()
33 BIO_puts(channel, ", "); in expected_print()
34 i2a_ASN1_OBJECT(channel, oid); in expected_print()
36 BIO_puts(channel, "\n"); in expected_print()
40 static void tree_print(BIO *channel, in tree_print() argument
52 BIO_printf(channel, "Printing Up to Level %ld\n", in tree_print()
57 BIO_printf(channel, "Level %ld, flags = %x\n", in tree_print()
63 X509_POLICY_NODE_print(channel, node, 2); in tree_print()
[all …]
/openssl-master/test/testutil/
A Dtestutil_init.c72 BIO *channel; in setup_trace_category() local
80 channel = BIO_push(bio, in setup_trace_category()
86 || (trace_data->bio = channel) == NULL in setup_trace_category()
96 BIO_free_all(channel); in setup_trace_category()
/openssl-master/doc/man3/
A DOSSL_trace_enabled.pod22 void OSSL_trace_end(int category, BIO *channel);
63 I<trace channel> is attached to it. A trace channel is simply a
66 The application has two different ways of registering a trace channel,
70 tracing code both channel types are effectively indistinguishable.
71 We call them a I<simple trace channel> and a I<callback trace channel>,
75 trace channel (i.e., the BIO object) using OSSL_trace_begin(), write
77 channel using OSSL_trace_end(). The OSSL_trace_begin()/OSSL_trace_end()
92 channel for the given I<category> in form of a BIO.
A DSSL_get_fd.pod19 read or the write channel, which can be different. If the read and the
20 write channel are different, SSL_get_fd() will return the file descriptor
21 of the read channel.
A DOSSL_trace_set_channel.pod31 I<trace channel> to it, which in the simplest case is just a BIO object
37 For the tracing code, both trace channel types are indistinguishable.
38 These are called a I<simple trace channel> and a I<callback trace channel>,
44 by attaching the B<BIO> I<bio> object as (simple) trace channel.
47 an extra line for each channel, to be output before and after group of
59 dedicated BIO object, the so called I<callback trace channel>.
68 Calling OSSL_trace_set_channel() with NULL for I<channel> or
126 will be lost if the tracing channel or callback were cleaned away
216 An example with just a channel and constant prefix / suffix.
A DSSL_set_fd.pod30 for the read channel or the write channel, which can be set independently.
A DSSL_get_rbio.pod17 read or the write channel, which can be different. The reference count
A DUI_create_method.pod63 example by opening a channel to a tty, or by creating a dialog box.
91 by closing the channel to the tty, maybe by destroying a dialog box.
A DOSSL_STORE_open.pod67 and opens a channel to the data located at the URI and returns a
115 OSSL_STORE_close() takes a B<OSSL_STORE_CTX>, closes the channel that was opened
A DSSL_accept.pod16 The communication channel must already have been set and assigned to the
A DSSL_connect.pod16 channel must already have been set and assigned to the B<ssl> by setting an
A DRSA_padding_add_PKCS1_type_1.pod136 as this would create a small timing side channel which could be
/openssl-master/crypto/ui/
A Dui_openssl.c168 static unsigned short channel = 0; variable
466 status = sys$assign(&terminal, &channel, 0, 0); in open_console()
475 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, in open_console()
501 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, in noecho_console()
533 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, in echo_console()
559 status = sys$dassgn(channel); in close_console()
/openssl-master/apps/
A Dopenssl.c169 BIO *channel; in setup_trace_category() local
177 channel = BIO_push(bio, dup_bio_err(FORMAT_TEXT)); in setup_trace_category()
182 || (trace_data->bio = channel) == NULL in setup_trace_category()
192 BIO_free_all(channel); in setup_trace_category()
/openssl-master/include/openssl/
A Dtrace.h80 int OSSL_trace_set_channel(int category, BIO* channel);
154 void OSSL_trace_end(int category, BIO *channel);
A Dui.h.in251 a channel to a tty, or by opening a window.
264 the channel to the tty, or closing the window.
/openssl-master/doc/man7/
A Dossl_store.pod21 The functionality supports the pattern "open a channel to the
23 by closing the channel".
/openssl-master/
A DREADME.md149 There are various ways to get in touch. The correct channel depends on
A DCHANGES.md2073 against side channel attacks" and Brier-Joye "Weierstrass Elliptic Curves
2156 * Add blinding to ECDSA and DSA signatures to protect against side channel
2775 * Add blinding to ECDSA and DSA signatures to protect against side channel
3143 lack of side-channel resistant code, which is incompatible with
4058 ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
4868 order to avoid side channel attacks. A flaw in the OpenSSL DSA
5150 * Side channel attack on modular exponentiation
6069 order to avoid side channel attacks. A flaw in the OpenSSL DSA
6352 * Side channel attack on modular exponentiation
7006 ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
[all …]
A DNEWS.md456 * Fix side channel attack on modular exponentiation ([CVE-2016-0702])
557 * Fix side channel attack on modular exponentiation ([CVE-2016-0702])

Completed in 55 milliseconds