Searched refs:bio_in (Results 1 – 3 of 3) sorted by relevance
16 static BIO *bio_in = NULL; variable76 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()
44 BIO *bio_in = NULL; variable252 bio_in = dup_bio_in(FORMAT_TEXT); in main()318 BIO_free(bio_in); in main()
53 extern BIO *bio_in;
Completed in 7 milliseconds