Home
last modified time | relevance | path

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

12

/openssl/doc/man1/
H A Dopenssl-passwd.pod.in19 [B<-stdin>]
32 taken from the named file for option B<-in>, from stdin for
33 option B<-stdin>, or from the command line, or from the terminal otherwise.
71 =item B<-stdin>
73 Read passwords from B<stdin>.
H A Dopenssl-passphrase-options.pod60 =item B<stdin>
H A Dopenssl-pkeyutl.pod.in169 Allows reading a public key option I<opt> from stdin or a password source.
171 stdin. Alternatively, I<passarg> can be specified which can be any value
343 (for example if the input is stdin) then the sign or verify operation will fail.
/openssl/include/internal/
H A De_os.h141 # if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin)
143 # undef stdin
147 # define stdin (&__iob_func()[0]) macro
/openssl/util/perl/OpenSSL/
H A DTest.pm1281 my $stdin = "";
1285 $stdin = " < ".$fileornull->($opts{stdin}) if exists($opts{stdin});
1289 my $display_cmd = "$cmdstr$stdin$stdout$stderr";
1297 $cmdstr .= "$stdin$stdout$stderr";
/openssl/crypto/ui/
H A Dui_openssl.c380 tty_in = stdin; in open_console()
387 tty_in = stdin; in open_console()
391 tty_in = stdin; in open_console()
400 tty_in = stdin; in open_console()
556 if (tty_in != stdin) in close_console()
/openssl/test/recipes/
H A D61-test_bio_prefix.t34 stdin => $input_path, stdout => $result_path)),
H A D25-test_crl.t66 my @lines = run(app($cmdarray, stdin => $infile), capture => 1);
H A D20-test_dhparam.t214 stdin => data_file("pkcs3-2-1024.pem"))),
H A D80-test_ca.t43 "-extra-req", "-key $cakey"], stdin => undef)),
/openssl/crypto/bio/
H A Dbss_file.c218 if (ptr == stdin || ptr == stdout || ptr == stderr) in file_ctrl()
221 if ((size_t)ptr >= (size_t)stdin && in file_ctrl()
222 (size_t)ptr < (size_t)(stdin + _IOB_ENTRIES)) in file_ctrl()
H A Dbio_local.h148 # define UP_stdin stdin
/openssl/demos/digest/
H A DBIO_f_md.c49 input = BIO_new_fd(fileno(stdin), 1); in main()
H A DEVP_MD_stdin.c127 BIO *input = BIO_new_fd(fileno(stdin), 1); in main()
/openssl/ms/
H A Dapplink.c58 return stdin; in app_stdin()
/openssl/demos/encode/
H A Dec_encode.c189 pkey = load_key(libctx, stdin, passphrase_in); in main()
H A Drsa_encode.c186 pkey = load_key(libctx, stdin, passphrase_in); in main()
/openssl/util/platform_symbols/
H A Dunix-symbols.txt134 stdin
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf2 batch = 1 # do not use stdin
/openssl/doc/man3/
H A DBIO_f_readbuffer.pod19 or BIO_seek() (e.g. A file BIO that uses stdin).
H A DBIO_f_base64.pod77 bio = BIO_new_fp(stdin, BIO_NOCLOSE);
/openssl/test/
H A Dbio_prefix_text.c147 bio_in = BIO_new_fp(stdin, BIO_NOCLOSE | BIO_FP_TEXT); in setup()
/openssl/demos/sslecho/
H A Dmain.c316 txbuf = fgets(buffer, BUFFERSIZE, stdin); in main()
/openssl/demos/
H A DREADME.txt24 EVP_MD_stdin.c Compute a digest with data read from stdin
/openssl/
H A DREADME-QUIC.md68 Data can be passed via stdin/stdout as usual. This allows test usage of QUIC

Completed in 48 milliseconds

12