Home
last modified time | relevance | path

Searched refs:bio_in (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Dbio_prefix_text.c16 static BIO *bio_in = NULL; variable
76 while (!BIO_eof(bio_in)) { in run_pipe()
80 if (!BIO_read_ex(bio_in, buf, sizeof(buf), &bytes_in)) in run_pipe()
133 BIO_free_all(bio_in); in cleanup()
147 bio_in = BIO_new_fp(stdin, BIO_NOCLOSE | BIO_FP_TEXT); in setup()
155 OPENSSL_assert(bio_in != NULL); in setup()
/openssl/apps/
H A Dopenssl.c42 BIO *bio_in = NULL; variable
250 bio_in = dup_bio_in(FORMAT_TEXT); in main()
307 BIO_free(bio_in); in main()
/openssl/apps/include/
H A Dapps.h55 extern BIO *bio_in;

Completed in 23 milliseconds