Home
last modified time | relevance | path

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

12

/openssl-master/doc/man1/
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>.
A Dopenssl-passphrase-options.pod60 =item B<stdin>
A Dopenssl-pkeyutl.pod.in167 Allows reading a public key option I<opt> from stdin or a password source.
169 stdin. Alternatively, I<passarg> can be specified which can be any value
326 (for example if the input is stdin) then the sign or verify operation will fail.
/openssl-master/
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-master/util/perl/OpenSSL/
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-master/crypto/ui/
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()
554 if (tty_in != stdin) in close_console()
/openssl-master/test/recipes/
A D61-test_bio_prefix.t34 stdin => $input_path, stdout => $result_path)),
A D25-test_crl.t66 my @lines = run(app($cmdarray, stdin => $infile), capture => 1);
A D20-test_dhparam.t176 stdin => data_file("pkcs3-2-1024.pem"))),
A D80-test_ca.t36 "-extra-req", "-key $cakey"], stdin => undef)),
/openssl-master/crypto/bio/
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()
A Dbio_local.h160 # define UP_stdin stdin
/openssl-master/demos/digest/
A DBIO_f_md.c50 input = BIO_new_fd(fileno(stdin), 1); in main()
A DEVP_MD_stdin.c127 BIO *input = BIO_new_fd(fileno(stdin), 1); in main()
/openssl-master/ms/
A Dapplink.c49 return stdin; in app_stdin()
/openssl-master/demos/
A DREADME.txt18 EVP_MD_stdin.c Compute a digest with data read from stdin
/openssl-master/test/recipes/80-test_cmp_http_data/Mock/
A Dtest.cnf2 batch = 1 # do not use stdin
/openssl-master/doc/man3/
A DBIO_f_readbuffer.pod19 or BIO_seek() (e.g. A file BIO that uses stdin).
A DBIO_f_base64.pod65 bio = BIO_new_fp(stdin, BIO_NOCLOSE);
A DBIO_s_file.pod73 When wrapping stdout, stdin or stderr the underlying stream should not
/openssl-master/test/
A Dbio_prefix_text.c147 bio_in = BIO_new_fp(stdin, BIO_NOCLOSE | BIO_FP_TEXT); in setup()
/openssl-master/apps/lib/
A Dapps.c941 unbuffer(stdin); in load_key_certs_crls_suppress()
942 bio = BIO_new_fp(stdin, 0); in load_key_certs_crls_suppress()
2804 return fileno(stdin); in fileno_stdin()
2881 return BIO_new_fp(stdin, in dup_bio_in()
3128 if (!feof(stdin)) { in has_stdin_waiting()
/openssl-master/apps/
A Ddgst.c416 BIO_set_fp(in, stdin, BIO_NOCLOSE); in dgst_main()
A Dca.c1047 if (fgets(tmp, sizeof(tmp), stdin) == NULL) { in ca_main()
1905 if (fgets(buf, sizeof(buf), stdin) == NULL) { in do_body()
A Dreq.c1412 if (!fgets(buf, buf_size, stdin)) in build_data()

Completed in 40 milliseconds

12