Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 98) sorted by relevance

1234

/openssl-master/
A Dconfigdata.pm.in213 foreach my $what (@disablables) {
214 $longest = length($what) if $longest < length($what);
215 $longest2 = length($disabled{$what})
216 if $disabled{$what} && $longest2 < length($disabled{$what});
219 foreach my $what (@disablables) {
220 print " $what\n" unless $disabled{$what};
223 foreach my $what (@disablables) {
224 if ($disabled{$what}) {
225 print " $what", ' ' x ($longest - length($what) + 1),
226 "[$disabled{$what}]", ' ' x ($longest2 - length($disabled{$what}) + 1);
[all …]
A DConfigure1801 foreach my $what (sort keys %disabled) {
1804 next if $deprecated_disablables{$what};
1807 next if $what =~ m|^deprecated-|;
1809 $config{options} .= " no-$what";
1814 (my $WHAT = uc $what) =~ s|-|_|g;
1815 my $skipdir = $what;
1818 $skipdir = "ripemd" if $what eq "rmd160";
1824 $skipdir{engines} = $what if $what eq 'engine';
1825 $skipdir{"crypto/$skipdir"} = $what
1826 unless $what eq 'async' || $what eq 'err' || $what eq 'dso';
[all …]
/openssl-master/test/testutil/
A Dapps_shims.c16 void *app_malloc(size_t sz, const char *what) in app_malloc() argument
26 TEST_info("Could not allocate %zu bytes for %s\n", sz, what); in app_malloc()
/openssl-master/doc/man1/
A Dopenssl-list.pod.in64 The options below where verbosity applies say a bit more about what that means.
105 information on what parameters each implementation supports.
124 information on what parameters each implementation supports.
133 information on what parameters each implementation supports.
198 of what type of parameter it takes, if any.
/openssl-master/doc/internal/man3/
A Dossl_algorithm_do_all.pod41 possibly display of what has been discovered, for example an
42 application that wants to display the loaded providers and what they
/openssl-master/apps/lib/
A Dapps_ui.c152 static void *ui_malloc(int sz, const char *what) in ui_malloc() argument
157 BIO_printf(bio_err, "Could not allocate %d bytes for %s\n", sz, what); in ui_malloc()
/openssl-master/doc/man3/
A DEVP_KDF.pod113 The set of parameters given with I<params> determine exactly what
120 The set of parameters given with I<params> determine exactly what
127 The set of parameters given with I<params> determine exactly what
131 Also, what happens when a needed parameter isn't passed down is
219 cipher, these parameters set what the algorithm should be.
240 The length must never exceed what can be given with a B<size_t>.
253 The memory size must never exceed what can be given with a B<size_t>.
A DOSSL_STORE_expect.pod8 - Specify what object type is expected
22 OSSL_STORE_expect() helps applications filter what OSSL_STORE_load() returns
A DOSSL_ENCODER_CTX_new_for_pkey.pod44 encoding, and I<selection> can be used to select what parts of the I<pkey>
63 OSSL_ENCODER_CTX_set_cipher() tells the implementation what cipher
115 determine what makes sense to include in the output, and this may depend on
A DX509_LOOKUP.pod110 I<type> indicates what type of object is expected.
120 I<type> indicates what type of object is expected.
201 Otherwise, it returns what the control function in the
212 Otherwise, it returns what the corresponding function in the
A DOSSL_DECODER_CTX.pod87 figure out what the input data is and to attempt to unpack it into one of
102 what type of input they have. In this case, OSSL_DECODER_from_bio() will
104 discover what kind of input the caller gave it.
142 the input is expected to have. This may be used to determines what decoder
A DEVP_PKEY_is_a.pod72 The loaded providers and what key types they support will ultimately
73 determine what I<name> is possible to use with EVP_PKEY_is_a(). We do know
A DOSSL_STORE_LOADER.pod176 Furthermore, this function is expected to initialize what needs to be
199 along with what I<args> are expected with each of them.
212 identity I<expected>, and is used to tell the loader what object type is
221 B<OSSL_STORE_SEARCH> search criterion, and is used to tell the loader what
260 close or shut down what needs to be closed, and finally free the
A DEVP_MAC.pod158 To figure out what the output length will be and allocate space for it
168 The set of parameters given with I<params> determine exactly what
175 The set of parameters given with I<params> determine exactly what
182 The set of parameters given with I<params> determine exactly what
187 Also, what happens when a needed parameter isn't passed down is
301 digest, these parameters set what the algorithm should be.
315 what can be given with a B<size_t>.
A DBIO_ADDRINFO.pod46 uses B<lookup_type> to determine what the default address should
48 determine what protocol family, socket type and protocol should be used for
A DOSSL_STORE_attach.pod21 I<bio> instead of a I<uri>, along with a I<scheme> to determine what loader
A DEVP_PKEY_CTX_new.pod93 These are names like "RSA", "DSA", and what's available depends on what
/openssl-master/doc/man7/
A Dopenssl-core.h.pod27 providers to describe what functionality one side provides to the
55 OpenSSL libraries to describe what algorithms the providers provide
56 implementations of, and with what properties.
A Dprovider-decoder.pod119 This property is used to specify what format of input the implementation
180 treat separately or together. It's possible to specify what subsets are to
183 This set of bits depend entirely on what kind of provider-side object is
230 if relevant, should determine what the input data should contain.
273 prompt. This could be used to give the user information on what kind
A Dprovider-encoder.pod136 This property is used to specify what type of output the implementation
187 treat separately or together. It's possible to specify what subsets are to
190 This set of bits depend entirely on what kind of provider-side object is
244 if relevant, should determine in greater detail what will be output.
293 prompt. This could be used to give the user information on what kind
A Dprovider-storemgmt.pod88 OSSL_FUNC_store_set_ctx_params() should set additional parameters, such as what
98 and do what it can to wrap it or decode it into an OpenSSL structure. In
114 Is a hint of what type of data the OpenSSL library expects to get.
/openssl-master/doc/HOWTO/
A Dcertificates.txt6 How you handle certificates depends a great deal on what your role is.
46 signing request", since that's exactly what they do, they sign it and
92 applications, this may be perfectly OK, it all depends on what they
/openssl-master/Configurations/
A Dcommon0.tmpl7 # need to extrapolate exactly what we need to generate. The way to do
A DINTERNALS.Configure10 who decide to dive into Configure and what it does. This is a living
38 Instead of trying to describe in words, here are some example of what
/openssl-master/util/perl/OpenSSL/
A Dconfig.pm759 my $what = `file -L $libc 2>/dev/null`;
760 return { target => "BSD-x86-elf" } if $what =~ /ELF/;

Completed in 27 milliseconds

1234