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_in
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
bio_prefix_text.c
16
static BIO *
bio_in
= NULL;
variable
24
* text from
bio_in
and prints it out through the BIO chain.
76
while (!BIO_eof(
bio_in
)) {
80
if (!BIO_read_ex(
bio_in
, buf, sizeof(buf), &bytes_in))
135
BIO_free_all(
bio_in
);
149
bio_in
= BIO_new_fp(stdin, BIO_NOCLOSE | BIO_FP_TEXT);
157
OPENSSL_assert(
bio_in
!= NULL);
/src/crypto/external/bsd/openssl/dist/test/
bio_prefix_text.c
16
static BIO *
bio_in
= NULL;
variable
24
* text from
bio_in
and prints it out through the BIO chain.
76
while (!BIO_eof(
bio_in
)) {
80
if (!BIO_read_ex(
bio_in
, buf, sizeof(buf), &bytes_in))
133
BIO_free_all(
bio_in
);
147
bio_in
= BIO_new_fp(stdin, BIO_NOCLOSE | BIO_FP_TEXT);
155
OPENSSL_assert(
bio_in
!= NULL);
/src/crypto/external/apache2/openssl/dist/apps/
openssl.c
44
BIO *
bio_in
= NULL;
variable
253
bio_in
= dup_bio_in(FORMAT_TEXT);
320
BIO_free(
bio_in
);
/src/crypto/external/bsd/openssl/dist/apps/
openssl.c
42
BIO *
bio_in
= NULL;
variable
250
bio_in
= dup_bio_in(FORMAT_TEXT);
307
BIO_free(
bio_in
);
/src/crypto/external/bsd/openssl.old/dist/apps/
openssl.c
58
BIO *
bio_in
= NULL;
variable
134
bio_in
= dup_bio_in(FORMAT_TEXT);
265
BIO_free(
bio_in
);
/src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr-int.h
515
BIO *
bio_in
;
member in struct:isc_nmsocket::tlsstream
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026