Home
last modified time | relevance | path

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

123

/openssl/tools/
H A Dc_rehash.in110 if (open(my $in, "<", $src_fname)) {
111 if (open(my $out, ">", $dst_fname)) {
164 open(my $in, "<", $fname);
186 if (!open($fh, "-|", join(' ', @_))) {
191 if (!open($fh, "-|", @_)) {
/openssl/crypto/store/
H A Dstore_register.c67 loader->open = open_function; in OSSL_STORE_LOADER_set_open()
185 if (loader->open == NULL || loader->load == NULL || loader->eof == NULL in ossl_store_register_loader_int()
219 template.open = NULL; in ossl_store_get0_loader_int()
251 template.open = NULL; in ossl_store_unregister_loader_int()
H A Dstore_local.h87 OSSL_STORE_open_fn open; member
/openssl/apps/
H A DCA.pl.in100 open IN, $infile || die "Cannot open $infile, $!";
101 open OUT, ">$outfile" || die "Cannot write to $outfile, $!";
164 open OUT, ">${CATOP}/index.txt";
166 open OUT, ">${CATOP}/crlnumber";
H A Dtsget.in170 open INPUT, "<" . $input
192 open OUTPUT, ">", $output
/openssl/
H 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
H A DCONTRIBUTING.md13 please open an [issue on GitHub](https://github.com/openssl/openssl/issues).
15 To submit a patch or implement a new feature, please open a
18 open an issue for it before starting work, to get comments from the community.
H A Dconfigdata.pm.in115 open my $buildfile_template_fh, ">$buildfile_template"
136 open BUILDFILE, ">$buildfile.new"
158 open CONFIGURATION_H, ">${configuration_h}.new"
H A D.gitmodules27 url = https://github.com/open-quantum-safe/oqs-provider.git
H A DNOTES-DJGPP.md41 correctly. Many open source operating systems provide a "randomness
/openssl/doc/man3/
H A DSSL_set_session.pod26 session is still B<open>, it is considered bad and will be removed from the
27 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was
H 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,
H A DSSL_set_shutdown.pod46 the ssl session. If the session is still open, when
/openssl/Configurations/
H A D15-android.conf44 if (open my $fh, "<$ndk_src_props") {
89 open my $fh, $path or die "Could not open '$path' $!";
/openssl/crypto/rand/
H A Drandfile.c43 # define open _open macro
211 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600); in RAND_write_file()
/openssl/test/recipes/95-test_external_oqsprovider_data/
H A Doqsprovider.sh55 && git clone --depth 1 --branch 0.11.0 https://github.com/open-quantum-safe/liboqs.git \
/openssl/demos/sslecho/
H A DREADME.md11 was added to open a connection with the server and to send keyboard input
/openssl/dev/release-aux/
H A Dopenssl-announce-release.tmpl9 version $release of our open source toolkit for SSL/TLS.
H A Dopenssl-announce-pre-release.tmpl40 To report a bug, open an issue on GitHub:
/openssl/crypto/bio/
H A Dbio_local.h173 # define UP_open open
/openssl/engines/
H A De_capi.txt24 CAPI_R_FILE_OPEN_ERROR:115:file open error
/openssl/include/internal/
H A De_os.h234 # define open _open macro
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c463 if ((fd = open(DEVRANDOM_WAIT, O_RDONLY)) != -1) { in wait_random_seeded()
533 if ((rd->fd = open(random_device_paths[n], O_RDONLY)) == -1) in get_random_device()
/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py26 with open(filename, 'r') as fi:
/openssl/doc/man7/
H A Dossl_store.pod21 The functionality supports the pattern "open a channel to the

Completed in 23 milliseconds

123