Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 99) sorted by relevance

1234

/openssl/util/perl/OpenSSL/
H A Dconfig.pm508 { target => "iphoneos-cross",
513 { target => "ios64-cross" }
560 return { target => "linux-ppc",
667 return { target => "linux-x32" }
774 return { target => "BSD-x86",
838 return { target => $target,
848 return { target => "hpux",
861 $config{target} = "aix";
864 $config{target} = "aix64";
933 return ( target => $fields[2] );
[all …]
/openssl/
H A DConfigure1171 $target = $system_config{target};
1293 $config{target} = $target;
1294 my %target = resolve_config($target);
1302 %target = ( %{$table{DEFAULTS}}, %target );
1335 $target{CXXFLAGS}//=$target{CFLAGS} if $target{CXX};
1336 $target{cxxflags}//=$target{cflags} if $target{CXX};
1398 $target{build_scheme} = [ $target{build_scheme} ]
1741 $target{module_cflags} = $target{shared_cflag} unless defined $target{module_cflags};
1743 $target{module_ldflags} = $target{shared_ldflag} unless defined $target{module_ldflags};
1770 $target{$_} = defined $target{$_}
[all …]
H A Dconfigdata.pm.in52 %config %target %disabled %withargs %unified_info
57 our %target = ({- dump_data(\%target, indent => 0); -});
94 my $buildfile = $target{build_file};
104 target => \%target,
210 my $target = undef;
222 'target|t' => \$target,
289 if ($dump || $target) {
291 foreach (sort keys %target) {
303 if (ref($target{$_}) eq "ARRAY") {
304 print '[ ', join(', ', $quotify->(@{$target{$_}})), " ],\n";
[all …]
H A DNOTES-ANDROID.md17 Android is a cross-compiled target and you can't rely on `./Configure`
18 to find out the configuration target for you. You have to name your
19 target explicitly; there are `android-arm`, `android-arm64`, `android-mips`,
35 `android-21`, etc. By default latest API level is chosen. If you need to target
37 with `N` being the numerical value of the target platform version. For example,
65 target-specific, ar and ranlib. It's possible that you don't need to
71 target name to Configure and shouldn't use `-D__ANDROID_API__=N`. `PATH`
/openssl/Configurations/platform/
H A DUnix.pm15 sub binext { $target{exe_extension} || '' }
16 sub dsoext { $target{dso_extension} || platform->shlibextsimple()
20 sub shlibext { (my $x = $target{shared_extension}
25 sub libext { $target{lib_extension} || '.a' }
26 sub defext { $target{def_extension} || '.ld' }
27 sub objext { $target{obj_extension} || '.o' }
28 sub depext { $target{obj_extension} || '.d' }
31 sub shlibextsimple { (my $x = $target{shared_extension} || '.so')
34 sub shlibvariant { $target{shlib_variant} || "" }
H A DVMS.pm30 sub shlibvariant { $target{shlib_variant} || '' }
47 $target{pointer_size});
62 "_shr$target{pointer_size}");
H A Dmingw.pm24 sub shlibextimport { $target{shared_import_extension} || '.dll.a' }
36 ($config{target} eq "mingw64"
/openssl/.github/workflows/
H A Dcross-compiles.yml25 # target: the OpenSSL configuration target to use, this is passed
37 target: linux-aarch64
41 target: linux-alpha-gcc
45 target: linux-armv4,
50 target: linux-armv4,
78 target: linux-mips32,
90 target: linux64-riscv64
94 target: linux64-s390x
108 target: linux-generic32,
118 target: linux-mips32,
[all …]
/openssl/Configurations/
H A Dwindows-makefile.tmpl31 my $target = shift;
33 …return "$target: build_generated\n\t\$(MAKE) /\$(MAKEFLAGS) depend\n\t\$(MAKE) /\$(MAKEFLAGS) _$ta…
38 PLATFORM={- $config{target} -}
704 $args{target}: $deps
747 $target: $gen0 $deps $mkdef
777 $target: "$gen0" $deps
786 $target: "$gen0" $deps
791 $target: "$gen0" $deps
931 …js$target{ld_resp_delim}\$(LDOUTFLAG)$dll$target{ldpostoutflag}$target{ld_resp_delim}$linklibs\$(L…
967 …js$target{ld_resp_delim}\$(LDOUTFLAG)$dso$target{ldpostoutflag}$target{ld_resp_delim}$linklibs \$(…
[all …]
H A Ddescrip.mms.tmpl108 join(',', @{$target{lib_defines}}, @{$target{shared_defines}},
121 join('', $target{lib_cppflags} || (), $target{shared_cppflags} || (),
132 join('', $target{lib_lflags} || (), $target{shared_ldflag} || (),
144 join(',', @{$target{dso_defines}}, @{$target{module_defines}},
151 join(' ', $target{dso_asflags} || (), $target{module_asflags} || (),
155 join('', $target{dso_cppflags} || (), $target{module_cppflags} || (),
168 join('', $target{dso_lflags} || (), $target{module_ldflag} || (),
712 WRITE CONFIG " target => '","{- $config{target} -}","',"
940 $args{target} : $deps
1014 $target : $gen0 $deps
[all …]
H A Dunix-Makefile.tmpl22 my $target = shift;
24 return "$target: build_generated\n\t\$(MAKE) depend && \$(MAKE) _$target\n_$target";
62 PLATFORM={- $config{target} -}
74 SHLIB_TARGET={- $target{shared_target} -}
360 TAR= {- $target{TAR} || "tar" -}
361 TARFLAGS= {- $target{TARFLAGS} -}
379 CNF_CFLAGS={- join(' ', $target{cflags} || (),
482 PERLASM_SCHEME= {- $target{perlasm_scheme} -}
1533 $args{target}: $deps
2010 my $target = "$dir $dir/";
[all …]
H A Dgentemplate.pm240 my $target = shift;
241 return "" if $cache{$target};
243 target => $target,
244 deps => $self->{info}->{depends}->{$target} // []);
245 foreach (@{$self->{info}->{depends}->{$target} // []}) {
248 $cache{$target} = 1;
/openssl/engines/
H A Dbuild.info9 IF[$PADLOCKASM_{- $target{asm_arch} -}]
10 $PADLOCKASM=$PADLOCKASM_{- $target{asm_arch} -}
37 IF[{- defined $target{shared_defflag} -}]
47 IF[{- defined $target{shared_defflag} -}]
57 IF[{- defined $target{shared_defflag} -}]
67 IF[{- defined $target{shared_defflag} -}]
78 IF[{- defined $target{shared_defflag} -}]
88 IF[{- defined $target{shared_defflag} -}]
96 IF[{- defined $target{shared_defflag} -}]
/openssl/util/
H A Dadd-depends.pl28 my $depext = $target{dep_extension} || ".d";
329 my ($target, $deps) = $procedure->($depfile, $_);
330 $collect{$target}->{$deps} = 1 if defined $target;
345 foreach my $target (sort keys %collect) {
346 my $prefix = $target . ' :';
347 my @deps = sort keys %{$collect{$target}};
H A Dfind-doc-nits716 my $target = $1;
717 next unless $target =~ /^L<(.*)>$/; # Skip if not L<...>
718 $target = $1; # Peal away L< and >
725 err($id, "Section missing in $target")
729 my $target = $1;
730 next if $target =~ /openssl-?/;
731 next if ( grep { basename($_) eq "$target.pod" }
733 next if $target =~ /ps|apropos|sha1sum|procmail|perl/;
738 my $target = $1;
739 err($id, "Bad L<$target>")
[all …]
H A Dbuild.info1 IF[{- $target{build_scheme}->[1] eq "VMS" -}]
5 ELSIF[{- $target{build_scheme}->[1] eq "unix" -}]
/openssl/providers/implementations/rands/seeding/
H A Dbuild.info2 IF[{- $config{target} =~ /vxworks/i -}]
5 IF[{- $config{target} =~ /vms/i -}]
8 IF[{- !$disabled{asm} && $config{target} =~ '.*aarch64' -}]
/openssl/crypto/sm3/
H A Dbuild.info10 IF[$SM3ASM_{- $target{asm_arch} -}]
11 $SM3ASM=$SM3ASM_{- $target{asm_arch} -}
12 $SM3DEF=$SM3DEF_{- $target{asm_arch} -}
/openssl/crypto/bn/
H A Dbuild.info17 # $target{asm_arch}
28 IF[{- $config{target} !~ /^VC/ -}]
36 IF[{- $config{target} !~ /^VC/ -}]
58 IF[{- ($target{perlasm_scheme} // '') eq '31' -}]
91 IF[$BNASM_{- $target{asm_arch} -}]
92 $BNASM=$BNASM_{- $target{asm_arch} -}
93 $BNDEF=$BNDEF_{- $target{asm_arch} -}
95 $BNASM=$BNASM $BNASM_{- $target{asm_arch} -}_ec2m
96 $BNDEF=$BNDEF $BNDEF_{- $target{asm_arch} -}_ec2m
99 $BNDEF=$BNDEF $BNDEF_{- $target{asm_arch} -}_sse2
/openssl/crypto/whrlpool/
H A Dbuild.info14 IF[$WPASM_{- $target{asm_arch} -}]
15 $WPASM=$WPASM_{- $target{asm_arch} -}
16 $WPDEF=$WPDEF_{- $target{asm_arch} -}
/openssl/doc/man3/
H A DX509_verify_cert.pod13 STACK_OF(X509) *X509_build_chain(X509 *target, STACK_OF(X509) *certs,
21 X509_build_chain() builds a certificate chain starting from I<target>
30 starting with I<target> and followed by all available intermediate certificates.
31 A self-signed trust anchor is included only if I<target> is the trust anchor
39 It usually includes a target certificate to be verified,
59 target certificate is the first element of the list of untrusted certificates
60 in I<ctx> unless a target certificate is set explicitly.
/openssl/crypto/sm4/
H A Dbuild.info9 IF[$SM4ASM_{- $target{asm_arch} -}]
10 $SM4ASM=$SM4ASM_{- $target{asm_arch} -}
11 $SM4DEF=$SM4DEF_{- $target{asm_arch} -}
/openssl/ssl/record/
H A Dbuild.info8 IF[$AESDEF_{- $target{asm_arch} -}]
9 $AESDEF=$AESDEF_{- $target{asm_arch} -}
/openssl/providers/implementations/digests/
H A Dblake2s_prov.c300 uint8_t *target = outbuffer; in ossl_blake2s_final() local
306 target = md; in ossl_blake2s_final()
315 store32(target + sizeof(c->h[i]) * i, c->h[i]); in ossl_blake2s_final()
317 if (target != md) in ossl_blake2s_final()
318 memcpy(md, target, c->outlen); in ossl_blake2s_final()
H A Dblake2b_prov.c309 uint8_t *target = outbuffer; in ossl_blake2b_final() local
315 target = md; in ossl_blake2b_final()
324 store64(target + sizeof(c->h[i]) * i, c->h[i]); in ossl_blake2b_final()
326 if (target != md) in ossl_blake2b_final()
327 memcpy(md, target, c->outlen); in ossl_blake2b_final()

Completed in 67 milliseconds

1234