Home
last modified time | relevance | path

Searched refs:stdin (Results 26 – 33 of 33) sorted by relevance

12

/openssl/doc/man3/
H A DBIO_s_file.pod73 When wrapping stdout, stdin or stderr the underlying stream should not
/openssl/apps/lib/
H A Dapps.c304 unbuffer(stdin); in app_get_pass()
994 unbuffer(stdin); in load_key_certs_crls()
995 bio = BIO_new_fp(stdin, 0); in load_key_certs_crls()
2928 return fileno(stdin); in fileno_stdin()
2993 return BIO_new_fp(stdin, in dup_bio_in()
3245 if (!feof(stdin)) { in has_stdin_waiting()
/openssl/apps/
H A Ddgst.c438 BIO_set_fp(in, stdin, BIO_NOCLOSE); in dgst_main()
H A Dca.c1025 if (fgets(tmp, sizeof(tmp), stdin) == NULL) { in ca_main()
1882 if (fgets(buf, sizeof(buf), stdin) == NULL) { in do_body()
H A Dreq.c1394 if (!fgets(buf, buf_size, stdin)) in build_data()
/openssl/doc/man1/
H A Dopenssl-ts.pod.in139 created. stdin is the default if neither the B<-data> nor the B<-digest>
/openssl/include/openssl/
H A Dbio.h.in81 * BIO_set_fp(in,stdin,BIO_NOCLOSE);
/openssl/
H A DCHANGES.md2004 This allows piping or redirection of a file BIO using stdin to be buffered
14778 * Disable stdin buffering in `load_cert()` (`apps/apps.c`) so that no certs are
15341 line, '-stdin' option, '-in ...' option) and thus should not
17456 * New s_client option -ign_eof: EOF at stdin is ignored, and

Completed in 100 milliseconds

12