OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bio_s_out
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
s_server.c
87
static BIO *
bio_s_out
= NULL;
variable
138
BIO_printf(
bio_s_out
, "psk_server_cb\n");
155
BIO_printf(
bio_s_out
, "identity_len=%d identity=%s\n",
160
BIO_printf(
bio_s_out
, "PSK warning: client identity not what we expected"
165
BIO_printf(
bio_s_out
, "PSK client identity found\n");
187
BIO_printf(
bio_s_out
, "fetched PSK len=%ld\n", key_len);
193
(void)BIO_flush(
bio_s_out
);
684
BIO_printf(
bio_s_out
, "ALPN protocols advertised by the client: ");
687
BIO_write(
bio_s_out
, ", ", 2);
688
BIO_write(
bio_s_out
, &in[i + 1], in[i])
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
s_server.c
85
static BIO *
bio_s_out
= NULL;
variable
132
BIO_printf(
bio_s_out
, "psk_server_cb\n");
149
BIO_printf(
bio_s_out
, "identity_len=%d identity=%s\n",
154
BIO_printf(
bio_s_out
, "PSK warning: client identity not what we expected"
158
BIO_printf(
bio_s_out
, "PSK client identity found\n");
180
BIO_printf(
bio_s_out
, "fetched PSK len=%ld\n", key_len);
186
(void)BIO_flush(
bio_s_out
);
659
BIO_printf(
bio_s_out
, "ALPN protocols advertised by the client: ");
662
BIO_write(
bio_s_out
, ", ", 2);
663
BIO_write(
bio_s_out
, &in[i + 1], in[i])
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c
92
static BIO *
bio_s_out
= NULL;
variable
135
BIO_printf(
bio_s_out
, "psk_server_cb\n");
152
BIO_printf(
bio_s_out
, "identity_len=%d identity=%s\n",
157
BIO_printf(
bio_s_out
, "PSK warning: client identity not what we expected"
161
BIO_printf(
bio_s_out
, "PSK client identity found\n");
183
BIO_printf(
bio_s_out
, "fetched PSK len=%ld\n", key_len);
189
(void)BIO_flush(
bio_s_out
);
706
BIO_printf(
bio_s_out
, "ALPN protocols advertised by the client: ");
709
BIO_write(
bio_s_out
, ", ", 2);
710
BIO_write(
bio_s_out
, &in[i + 1], in[i])
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026