Searched refs:targets (Results 1 – 25 of 30) sorted by relevance
12
/openssl/crypto/x509/ |
H A D | v3_ac_tgt.c | 205 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 D | 50-masm.conf | 10 my %targets = (
|
H A D | 50-djgpp.conf | 5 my %targets = (
|
H A D | 50-win-clang-cl.conf | 5 my %targets = (
|
H A D | 50-haiku.conf | 1 my %targets = (
|
H A D | 50-win-hybridcrt.conf | 18 my %targets = (
|
H A D | 15-ios.conf | 9 my %targets = (
|
H A D | 50-cppbuilder.conf | 1 my %targets = (
|
H A D | README.md | 20 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 D | 00-base-templates.conf | 2 my %targets=(
|
H A D | 15-android.conf | 174 my %targets = (
|
H A D | gentemplate.pm | 24 foreach (@{$generator->{info}->{targets}}) { $generator->dotarget($_); }
|
H A D | windows-makefile.tmpl | 415 # The main targets ################################################### 499 # Install helper targets ############################################# 654 # Helper targets ##################################################### 662 # Building targets ###################################################
|
H A D | descrip.mms.tmpl | 426 # .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 D | unix-Makefile.tmpl | 527 # 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 D | OpenSSLConfig.cmake.in | 66 # 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 D | Configure | 3188 my %targets; 3194 %targets = read_eval_file($fname); 3197 foreach (sort keys %targets) { 3209 foreach (keys %targets) { 3210 if (ref($targets{$_}) ne "HASH") { 3211 if (ref($targets{$_}) eq "") { 3216 delete $targets{$_}; 3218 $targets{$_}->{_conf_fname_int} = add([ $fname ]); 3222 %table = (%table, %targets);
|
H A D | NOTES-ANDROID.md | 21 (`*MIPS` targets are no longer supported with NDK R20+). 79 Even though build output targets alien system, it's possible to execute
|
H A D | INSTALL.md | 34 - [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 1689 targets may be available on all platforms. Only the most common targets are 1784 The `Configurations/` directory contains a lot of examples of such targets. 1785 The main configuration file is [10-main.conf], which contains all targets that 1787 targets contributed by other OpenSSL users. The list of targets can be found in 1788 a Perl list `my %targets = ( ... )`. 1790 my %targets = ( [all …]
|
H A D | NOTES-PERL.md | 35 There are a number of build targets that can be viewed as "Windows".
|
H A D | NOTES-VMS.md | 90 routines. The VMS config targets tries to look for a selection of
|
H A D | NOTES-UNIX.md | 55 search path! Some OpenSSL config targets add an extra directory level
|
H A D | README-FIPS.md | 53 effectively executes the following install targets
|
H A D | NOTES-WINDOWS.md | 141 - UWP targets only support building the static and dynamic libraries.
|
H A D | NOTES-NONSTOP.md | 223 For OSS targets, the main DLL names will be `libssl.so` and `libcrypto.so`.
|
Completed in 43 milliseconds
12