Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 45) sorted by relevance

12

/openssl-master/crypto/store/
A Dstore_register.c69 loader->open = open_function; in OSSL_STORE_LOADER_set_open()
187 if (loader->open == NULL || loader->load == NULL || loader->eof == NULL in ossl_store_register_loader_int()
220 template.open = NULL; in ossl_store_get0_loader_int()
251 template.open = NULL; in ossl_store_unregister_loader_int()
A Dstore_local.h87 OSSL_STORE_open_fn open; member
/openssl-master/apps/
A DCA.pl.in98 open IN, $infile || die "Cannot open $infile, $!";
99 open OUT, ">$outfile" || die "Cannot write to $outfile, $!";
162 open OUT, ">${CATOP}/index.txt";
164 open OUT, ">${CATOP}/crlnumber";
A Dtsget.in170 open INPUT, "<" . $input
192 open OUTPUT, ">", $output
/openssl-master/tools/
A Dc_rehash.in138 open IN, $fname;
191 warn "can't open $hash for write, $!";
/openssl-master/
A DSUPPORT.md40 If you wish to report a bug, please open an [issue][github-issues] on GitHub
57 experienced in programming and know how to fix the bug, you can open a
60 Don't hesitate to open a pull request, even if it's only a small change
A DCONTRIBUTING.md12 To request new features or report bugs, please open an issue on GitHub
14 To submit a patch, please open a pull request on GitHub. If you are thinking
15 of making a large contribution, open an issue for it before starting work,
A Dconfigdata.pm.in115 open my $buildfile_template_fh, ">$buildfile_template"
135 open BUILDFILE, ">$buildfile.new"
A DNOTES-DJGPP.md41 correctly. Many open source operating systems provide a "randomness
A De_os.h255 # define open _open macro
/openssl-master/Configurations/
A D15-android.conf43 if (open my $fh, "<$ndk_src_props") {
88 open my $fh, $path or die "Could not open '$path' $!";
/openssl-master/doc/man3/
A DSSL_set_session.pod25 session is still B<open>, it is considered bad and will be removed from the
26 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was
A DSSL_clear.pod22 If a session is still B<open>, it is considered bad and will be removed
23 from the session cache, as required by RFC2246. A session is considered open,
A DSSL_set_shutdown.pod46 the ssl session. If the session is still open, when
A DOSSL_HTTP_transfer.pod169 If I<keep_alive> is 0 the connection is not kept open
212 If I<prctx> is not NULL it reuses any open connection represented by a non-NULL
213 I<*prctx>. It keeps the connection open if a persistent connection is requested
A DCMS_decrypt.pod53 open to attack.
A DRAND_add.pod66 usage by the random seed sources. Some seed sources maintain open file
A DOSSL_HTTP_REQ_CTX.pod110 kept open after receiving a response. This is the default behavior for HTTP 1.0.
240 and the server did not disagree on keeping the connection open, else 0.
/openssl-master/crypto/rand/
A Drandfile.c42 # define open _open macro
210 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600); in RAND_write_file()
/openssl-master/engines/
A De_capi.txt24 CAPI_R_FILE_OPEN_ERROR:115:file open error
/openssl-master/crypto/bio/
A Dbio_local.h185 # define UP_open open
/openssl-master/doc/man7/
A Dossl_store.pod21 The functionality supports the pattern "open a channel to the
/openssl-master/providers/implementations/rands/seeding/
A Drand_unix.c467 if ((fd = open(DEVRANDOM_WAIT, O_RDONLY)) != -1) { in wait_random_seeded()
537 if ((rd->fd = open(random_device_paths[n], O_RDONLY)) == -1) in get_random_device()
/openssl-master/external/perl/Text-Template-1.56/
A DChanges58 - use three arg form of open()
71 + use three-arg form of open()
/openssl-master/test/
A DREADME.md61 To report a bug please open an issue on GitHub, at

Completed in 22 milliseconds

12