Searched refs:open (Results 1 – 25 of 45) sorted by relevance
12
/openssl-master/crypto/store/ |
A D | store_register.c | 69 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 D | store_local.h | 87 OSSL_STORE_open_fn open; member
|
/openssl-master/apps/ |
A D | CA.pl.in | 98 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 D | tsget.in | 170 open INPUT, "<" . $input 192 open OUTPUT, ">", $output
|
/openssl-master/tools/ |
A D | c_rehash.in | 138 open IN, $fname; 191 warn "can't open $hash for write, $!";
|
/openssl-master/ |
A D | SUPPORT.md | 40 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 D | CONTRIBUTING.md | 12 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 D | configdata.pm.in | 115 open my $buildfile_template_fh, ">$buildfile_template" 135 open BUILDFILE, ">$buildfile.new"
|
A D | NOTES-DJGPP.md | 41 correctly. Many open source operating systems provide a "randomness
|
A D | e_os.h | 255 # define open _open macro
|
/openssl-master/Configurations/ |
A D | 15-android.conf | 43 if (open my $fh, "<$ndk_src_props") { 88 open my $fh, $path or die "Could not open '$path' $!";
|
/openssl-master/doc/man3/ |
A D | SSL_set_session.pod | 25 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 D | SSL_clear.pod | 22 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 D | SSL_set_shutdown.pod | 46 the ssl session. If the session is still open, when
|
A D | OSSL_HTTP_transfer.pod | 169 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 D | CMS_decrypt.pod | 53 open to attack.
|
A D | RAND_add.pod | 66 usage by the random seed sources. Some seed sources maintain open file
|
A D | OSSL_HTTP_REQ_CTX.pod | 110 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 D | randfile.c | 42 # define open _open macro 210 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600); in RAND_write_file()
|
/openssl-master/engines/ |
A D | e_capi.txt | 24 CAPI_R_FILE_OPEN_ERROR:115:file open error
|
/openssl-master/crypto/bio/ |
A D | bio_local.h | 185 # define UP_open open
|
/openssl-master/doc/man7/ |
A D | ossl_store.pod | 21 The functionality supports the pattern "open a channel to the
|
/openssl-master/providers/implementations/rands/seeding/ |
A D | rand_unix.c | 467 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 D | Changes | 58 - use three arg form of open() 71 + use three-arg form of open()
|
/openssl-master/test/ |
A D | README.md | 61 To report a bug please open an issue on GitHub, at
|
Completed in 22 milliseconds
12