Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 30) sorted by relevance

12

/openssl/crypto/x509/
H A Dv3_ac_tgt.c205 OSSL_TARGETS *targets, in i2r_TARGETS() argument
211 for (i = 0; i < sk_OSSL_TARGET_num(targets); i++) { in i2r_TARGETS()
213 target = sk_OSSL_TARGET_value(targets, i); in i2r_TARGETS()
224 OSSL_TARGETS *targets; in i2r_TARGETING_INFORMATION() local
228 targets = sk_OSSL_TARGETS_value(tinfo, i); in i2r_TARGETING_INFORMATION()
229 i2r_TARGETS(method, targets, out, indent + 2); in i2r_TARGETING_INFORMATION()
/openssl/Configurations/
H A D50-masm.conf10 my %targets = (
H A D50-djgpp.conf5 my %targets = (
H A D50-win-clang-cl.conf5 my %targets = (
H A D50-haiku.conf1 my %targets = (
H A D50-win-hybridcrt.conf18 my %targets = (
H A D15-ios.conf9 my %targets = (
H A D50-cppbuilder.conf1 my %targets = (
H A DREADME.md20 Configuration targets are a collection of facts that we know about
26 have config targets that shadow config targets from other files.
30 inherit_from => Other targets to inherit values from.
34 upon which other targets can be built.
179 - as index for targets found in shared_info.pl.
245 targets
250 targets
261 cannot be used as build targets.
H A D00-base-templates.conf2 my %targets=(
H A D15-android.conf174 my %targets = (
H A Dgentemplate.pm24 foreach (@{$generator->{info}->{targets}}) { $generator->dotarget($_); }
H A Dwindows-makefile.tmpl415 # The main targets ###################################################
499 # Install helper targets #############################################
654 # Helper targets #####################################################
662 # Building targets ###################################################
H A Ddescrip.mms.tmpl426 # .FIRST and .LAST are special targets with MMS and MMK.
488 # The main targets ###################################################
596 # Install helper targets #############################################
788 # Developer targets ##################################################
793 # Building targets ###################################################
H A Dunix-Makefile.tmpl527 # The main targets ###################################################
650 # Install helper targets #############################################
1159 # Developer targets (note: these are only available on Unix) #########
1447 # Release targets (note: only available on Unix) #####################
1452 # Helper targets #####################################################
1470 # Building targets ###################################################
/openssl/exporters/cmake/
H A DOpenSSLConfig.cmake.in66 # All targets are defined, we're good, just undo everything and return
74 # We have a mix of defined and undefined targets. This is hard to reconcile,
78 …message(FATAL_ERROR "Some targets defined, others not:\nNot defined: ${_ossl_undefined_targets}\nD…
144 # Set up the imported targets
/openssl/
H A DConfigure3178 my %targets;
3184 %targets = read_eval_file($fname);
3187 foreach (sort keys %targets) {
3199 foreach (keys %targets) {
3200 if (ref($targets{$_}) ne "HASH") {
3201 if (ref($targets{$_}) eq "") {
3206 delete $targets{$_};
3208 $targets{$_}->{_conf_fname_int} = add([ $fname ]);
3212 %table = (%table, %targets);
H A DNOTES-ANDROID.md21 (`*MIPS` targets are no longer supported with NDK R20+).
79 Even though build output targets alien system, it's possible to execute
H A DINSTALL.md34 - [Makefile Targets](#makefile-targets)
172 of the four Configure targets in the first command.
351 Some build targets have a multilib postfix set in the build configuration.
352 For these targets the default libdir is `lib<multilib-postfix>`. Please use
1665 targets may be available on all platforms. Only the most common targets are
1760 The `Configurations/` directory contains a lot of examples of such targets.
1761 The main configuration file is [10-main.conf], which contains all targets that
1763 targets contributed by other OpenSSL users. The list of targets can be found in
1764 a Perl list `my %targets = ( ... )`.
1766 my %targets = (
[all …]
H A DNOTES-PERL.md35 There are a number of build targets that can be viewed as "Windows".
H A DNOTES-VMS.md90 routines. The VMS config targets tries to look for a selection of
H A DNOTES-UNIX.md55 search path! Some OpenSSL config targets add an extra directory level
H A DREADME-FIPS.md53 effectively executes the following install targets
H A DNOTES-WINDOWS.md141 - UWP targets only support building the static and dynamic libraries.
H A DNOTES-NONSTOP.md223 For OSS targets, the main DLL names will be `libssl.so` and `libcrypto.so`.

Completed in 46 milliseconds

12