Home
last modified time | relevance | path

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

1234

/openssl-master/util/perl/OpenSSL/
A Dconfig.pm500 { target => "iphoneos-cross",
505 { target => "ios64-cross" }
552 return { target => "linux-ppc",
659 return { target => "linux-x32" }
761 return { target => "BSD-x86",
825 return { target => $target,
835 return { target => "hpux",
848 $config{target} = "aix";
851 $config{target} = "aix64";
920 return ( target => $fields[2] );
[all …]
/openssl-master/
A DConfigure1164 $target = $system_config{target};
1286 $config{target} = $target;
1287 my %target = resolve_config($target);
1295 %target = ( %{$table{DEFAULTS}}, %target );
1328 $target{CXXFLAGS}//=$target{CFLAGS} if $target{CXX};
1329 $target{cxxflags}//=$target{cflags} if $target{CXX};
1391 $target{build_scheme} = [ $target{build_scheme} ]
1749 $target{module_cflags} = $target{shared_cflag} unless defined $target{module_cflags};
1751 $target{module_ldflags} = $target{shared_ldflag} unless defined $target{module_ldflags};
1778 $target{$_} = defined $target{$_}
[all …]
A Dconfigdata.pm.in52 %config %target %disabled %withargs %unified_info
57 our %target = ({- dump_data(\%target, indent => 0); -});
93 my $buildfile = $target{build_file};
103 target => \%target,
158 my $target = undef;
170 'target|t' => \$target,
237 if ($dump || $target) {
239 foreach (sort keys %target) {
251 if (ref($target{$_}) eq "ARRAY") {
252 print '[ ', join(', ', $quotify->(@{$target{$_}})), " ],\n";
[all …]
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-master/Configurations/platform/
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} || "" }
A DVMS.pm30 sub shlibvariant { $target{shlib_variant} || '' }
47 $target{pointer_size});
62 "_shr$target{pointer_size}");
A Dmingw.pm24 sub shlibextimport { $target{shared_import_extension} || '.dll.a' }
36 ($config{target} eq "mingw64"
/openssl-master/Configurations/
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} -}
693 $args{target}: $deps
736 $target: $gen0 $deps $mkdef
766 $target: "$gen0" $deps
775 $target: "$gen0" $deps
780 $target: "$gen0" $deps
920 …js$target{ld_resp_delim}\$(LDOUTFLAG)$dll$target{ldpostoutflag}$target{ld_resp_delim}$linklibs\$(L…
956 …js$target{ld_resp_delim}\$(LDOUTFLAG)$dso$target{ldpostoutflag}$target{ld_resp_delim}$linklibs \$(…
[all …]
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} || (),
707 WRITE CONFIG " target => '","{- $config{target} -}","',"
873 $args{target} : $deps
947 $target : $gen0 $deps
[all …]
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} -}
1491 $args{target}: $deps
1968 my $target = "$dir $dir/";
[all …]
A Dgentemplate.pm233 my $target = shift;
234 return "" if $cache{$target};
236 target => $target,
237 deps => $self->{info}->{depends}->{$target} // []);
238 foreach (@{$self->{info}->{depends}->{$target} // []}) {
241 $cache{$target} = 1;
/openssl-master/engines/
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-master/util/
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 …]
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}};
A Dbuild.info1 IF[{- $target{build_scheme}->[1] eq "VMS" -}]
5 ELSIF[{- $target{build_scheme}->[1] eq "unix" -}]
/openssl-master/crypto/bn/
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-master/crypto/whrlpool/
A Dbuild.info14 IF[$WPASM_{- $target{asm_arch} -}]
15 $WPASM=$WPASM_{- $target{asm_arch} -}
16 $WPDEF=$WPDEF_{- $target{asm_arch} -}
/openssl-master/doc/man3/
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,
61 target certificate is the first element of the list of untrusted certificates
62 in I<ctx> unless a target certificate is set explicitly.
A DX509_STORE_CTX_new.pod27 X509 *target, STACK_OF(X509) *untrusted);
31 void X509_STORE_CTX_set_cert(X509_STORE_CTX *ctx, X509 *target);
76 The certificate to be verified is set to I<target>,
79 Each of the I<trust_store>, I<target> and I<untrusted> parameters can be NULL.
81 will need a verification target.
84 list of untrusted certificates as its verification target,
92 X509_STORE_CTX_set_cert() sets the target certificate to be verified in I<ctx>
93 to I<target>.
120 as its default target if the target certificate is not set explicitly.
/openssl-master/providers/implementations/rands/seeding/
A Dbuild.info2 IF[{- $config{target} =~ /vxworks/i -}]
5 IF[{- $config{target} =~ /vms/i -}]
/openssl-master/crypto/modes/
A Dbuild.info11 IF[{- $config{target} !~ /^vms-/ -}]
45 IF[$MODESASM_{- $target{asm_arch} -}]
46 $MODESASM=$MODESASM_{- $target{asm_arch} -}
47 $MODESDEF=$MODESDEF_{- $target{asm_arch} -}
/openssl-master/providers/implementations/digests/
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()
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()
/openssl-master/crypto/bf/
A Dbuild.info9 IF[$BFASM_{- $target{asm_arch} -}]
10 $BFASM=$BFASM_{- $target{asm_arch} -}
/openssl-master/crypto/
A Dbuild.info21 IF[$UPLINKSRC_{- $target{uplink_arch} -}]
22 $UPLINKSRC=$UPLINKSRC_{- $target{uplink_arch} -}
56 IF[$CPUIDASM_{- $target{asm_arch} -}]
57 $CPUIDASM=$CPUIDASM_{- $target{asm_arch} -}
134 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]

Completed in 70 milliseconds

1234