Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 1051) sorted by relevance

12345678910>>...43

/openssl-master/util/perl/OpenSSL/
A DOrdinals.pm133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_);
314 join("\n ", map { $_->{source}.": ".$_->name() } @items), "\n";
350 $items[0]->source()." and ".$items[1]->source()."\n"
451 my $source = shift; # file where item was defined
476 OpenSSL::Ordinals::Item->new( source => $source,
519 my $source = shift;
526 "add_alias('$source' , '$alias' , '$name' , [ " . join(', ', @defs) . " ])";
549 $self->{aliases}->{$name} = { source => $source,
570 source => $source,
812 %opts = ( source => $opts{source},
[all …]
/openssl-master/util/
A Dck_errf.pl70 my @source;
74 @source = ( glob('crypto/*.c'), glob('crypto/*/*.c'),
80 @source = @ARGV;
98 foreach my $file (@source) {
A Dc-compress-test.pl42 my $source = $_->[0];
45 print Writer $source;
/openssl-master/doc/man7/
A Dbio.pod20 There are two types of BIO, a source/sink BIO and a filter BIO.
22 As its name implies a source/sink BIO is a source and/or sink of data,
34 with one component). A chain normally consists of one source/sink
36 first BIO then traverses the chain to the end (normally a source/sink
52 a source/sink BIO typically starts with I<BIO_s_> and
84 in the file LICENSE in the source distribution or at
85 L<https://www.openssl.org/source/license.html>.
A DEVP_RAND.pod49 You need to integrate a previously unsupported entropy source.
63 An EVP_RAND instance can be used as the entropy source of another
67 it does not make sense for the child to be an entropy source.
73 a live entropy source may ignore and not use its parent.
159 its entropy source. The entropy source can be either a trusted operating
160 system entropy source, or another DRBG with access to such a source.
187 from the error as soon as the entropy source is available again.
218 which comes from a trusted source, and I<additional input>',
240 pulls the necessary entropy from its source automatically.
303 in the file LICENSE in the source distribution or at
[all …]
A DEVP_RAND-SEED-SRC.pod5 EVP_RAND-SEED-SRC - The randomness seed source EVP_RAND implementation
39 A context for the seed source can be obtained by calling:
52 /* Create a seed source */
84 in the file LICENSE in the source distribution or at
85 L<https://www.openssl.org/source/license.html>.
/openssl-master/external/perl/Text-Template-1.56/t/
A Dwarnings.t31 $template = Text::Template->new(type => 'STRING', source => $template);
40 $template = Text::Template->new(type => 'STRING', package => 'MY', source => '');
43 $template = Text::Template->new(type => 'STRING', package => 'MY', source => '');
A Dsafe3.t39 source => $template,
44 source => $templateOUT,
73 source => $template);
A Dbasic.t69 $template = Text::Template->new(type => 'FILEHANDLE', source => $tmpl);
85 source => [
153 $template = Text::Template->new(type => 'FILEHANDLE', source => $tmpl);
/openssl-master/doc/man3/
A DRAND_set_DRBG_type.pod27 RAND_set_seed_source_type() specifies the seed source that will be used
28 within the library context I<ctx>. The seed source of name I<seed>
44 The default seed source is "SEED-SRC".
61 in the file LICENSE in the source distribution or at
62 L<https://www.openssl.org/source/license.html>.
A DRAND_bytes.pod52 was able to seed itself from a trusted entropy source.
57 If the entropy source fails or is not available, the CSPRNG will enter an
62 On other platforms, there might not be a trusted entropy source available
64 If you are in doubt about the quality of the entropy source, don't hesitate to ask
108 in the file LICENSE in the source distribution or at
109 L<https://www.openssl.org/source/license.html>.
A DBIO_s_null.pod28 Since a BIO chain must normally include a source/sink BIO this can be achieved
41 in the file LICENSE in the source distribution or at
42 L<https://www.openssl.org/source/license.html>.
/openssl-master/Configurations/
A DREADME-design.md8 throughout the source tree. These files hold the minimum information
15 or may not be the same as the source tree).
29 as scripts, library files and programs) and source files (such as C
44 produced file, and their values are the source used to produce that
50 scripts to be produced, source files, dependencies, etc etc etc.
119 library `libssl` is built from the source file `ssl/tls.c`.
134 `dasync`'s source is `engines/e_dasync.c` and `ossltest`'s source is
182 only be source files (possibly generated).
187 extra source file.
195 source tree (such as `crypto/bildinf.h` in the example above) are
[all …]
/openssl-master/engines/
A De_dasync.txt5 # in the file LICENSE in the source distribution or at
6 # https://www.openssl.org/source/license.html
A De_ossltest.txt5 # in the file LICENSE in the source distribution or at
6 # https://www.openssl.org/source/license.html
/openssl-master/providers/
A Dstores.inc6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
/openssl-master/
A DNOTES-VMS.md17 * At least ODS-5 disk organization for source and build.
40 will keep the periods in the OpenSSL source directory instead of
41 converting them to underscore, thereby leaving your source in
46 for now is to rename the OpenSSL source directory, as follows (please
47 adjust for the actual source directory name you have):
99 tar file from ftp://ftp.openssl.org/source/, use `GZIP -d` to uncompress
/openssl-master/test/ssl-tests/
A D02-protocol-version.cnf.in6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
A D07-dtls-protocol-version.cnf.in6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
A D10-resumption.cnf.in6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
A D11-dtls_resumption.cnf.in6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
/openssl-master/providers/common/der/
A Dder_ec_gen.c.in8 * in the file LICENSE in the source distribution or at
9 * https://www.openssl.org/source/license.html
A Dder_ecx_gen.c.in8 * in the file LICENSE in the source distribution or at
9 * https://www.openssl.org/source/license.html
A Dder_sm2_gen.c.in8 * in the file LICENSE in the source distribution or at
9 * https://www.openssl.org/source/license.html
A Dder_wrap_gen.c.in8 * in the file LICENSE in the source distribution or at
9 * https://www.openssl.org/source/license.html

Completed in 32 milliseconds

12345678910>>...43