Searched refs:stdin (Results 1 – 25 of 28) sorted by relevance
12
/openssl-master/doc/man1/ |
A D | openssl-passwd.pod.in | 19 [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 D | openssl-passphrase-options.pod | 60 =item B<stdin>
|
A D | openssl-pkeyutl.pod.in | 167 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 D | e_os.h | 141 # 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 D | Test.pm | 1281 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 D | ui_openssl.c | 380 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 D | 61-test_bio_prefix.t | 34 stdin => $input_path, stdout => $result_path)),
|
A D | 25-test_crl.t | 66 my @lines = run(app($cmdarray, stdin => $infile), capture => 1);
|
A D | 20-test_dhparam.t | 176 stdin => data_file("pkcs3-2-1024.pem"))),
|
A D | 80-test_ca.t | 36 "-extra-req", "-key $cakey"], stdin => undef)),
|
/openssl-master/crypto/bio/ |
A D | bss_file.c | 218 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 D | bio_local.h | 160 # define UP_stdin stdin
|
/openssl-master/demos/digest/ |
A D | BIO_f_md.c | 50 input = BIO_new_fd(fileno(stdin), 1); in main()
|
A D | EVP_MD_stdin.c | 127 BIO *input = BIO_new_fd(fileno(stdin), 1); in main()
|
/openssl-master/ms/ |
A D | applink.c | 49 return stdin; in app_stdin()
|
/openssl-master/demos/ |
A D | README.txt | 18 EVP_MD_stdin.c Compute a digest with data read from stdin
|
/openssl-master/test/recipes/80-test_cmp_http_data/Mock/ |
A D | test.cnf | 2 batch = 1 # do not use stdin
|
/openssl-master/doc/man3/ |
A D | BIO_f_readbuffer.pod | 19 or BIO_seek() (e.g. A file BIO that uses stdin).
|
A D | BIO_f_base64.pod | 65 bio = BIO_new_fp(stdin, BIO_NOCLOSE);
|
A D | BIO_s_file.pod | 73 When wrapping stdout, stdin or stderr the underlying stream should not
|
/openssl-master/test/ |
A D | bio_prefix_text.c | 147 bio_in = BIO_new_fp(stdin, BIO_NOCLOSE | BIO_FP_TEXT); in setup()
|
/openssl-master/apps/lib/ |
A D | apps.c | 941 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 D | dgst.c | 416 BIO_set_fp(in, stdin, BIO_NOCLOSE); in dgst_main()
|
A D | ca.c | 1047 if (fgets(tmp, sizeof(tmp), stdin) == NULL) { in ca_main() 1905 if (fgets(buf, sizeof(buf), stdin) == NULL) { in do_body()
|
A D | req.c | 1412 if (!fgets(buf, buf_size, stdin)) in build_data()
|
Completed in 40 milliseconds
12