Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 25 of 83) sorted by last modified time

1234

/openssl/.github/workflows/
H A Dcross-compiles.yml20 # The platform matrix specifies:
33 platform: [
141 gcc-${{ matrix.platform.arch }} \
142 ${{ matrix.platform.libs }}
146 if: matrix.platform.fips != 'no'
150 ${{ matrix.platform.target }}
152 if: matrix.platform.fips == 'no'
156 ${{ matrix.platform.target }}
172 QEMU_LD_PREFIX=/usr/${{ matrix.platform.arch }}
174 … if: github.event_name == 'push' && matrix.platform.tests != 'none' && matrix.platform.tests != ''
[all …]
H A Dci.yml61 # expected to be available in a certain version of each platform.
H A Dwindows.yml23 platform:
33 arch: ${{ matrix.platform.arch }}
36 platform: ${{ matrix.platform.arch }}
43 perl ..\Configure --banner=Configured no-makedepend ${{ matrix.platform.config }}
53 if: $${{ matrix.platform.arch == 'win64' }}
/openssl/Configurations/
H A Dunix-Makefile.tmpl9 our $makedepcmd = platform->makedepcmd();
120 map { platform->isobj($_) ? platform->dep($_) : () }
536 EXE_EXT={- platform->binext() -} \
574 $(RM) *{- platform->defext() -}
1506 # dependencies in platform form.
1640 $gen0 = platform->bin($gen0);
1663 my $dep = platform->dep($args{obj});
1743 if (platform->isstaticlib($_)) {
1759 my @defs = map { platform->def($_) }
1869 if (platform->isstaticlib($_)) {
[all …]
H A Dwindows-makefile.tmpl50 LIBS={- join(" ", map { ( platform->sharedlib_import($_), platform->staticlib($_) ) } @{$unified_in…
76 DEPS={- join(" ", map { platform->isobj($_) ? platform->dep($_) : () }
681 # dependencies in platform form.
697 return map { platform->sharedlib_import($_) // platform->staticlib($_) } @_;
818 $gen0 = platform->bin($gen0);
835 my $asmext = platform->asmext();
840 ? platform->asm($x) : $x }
869 my $obj = platform->obj($args{obj});
870 my $dep = platform->dep($args{obj});
905 my @defs = map { platform->def($_) }
[all …]
H A Ddescrip.mms.tmpl46 map { platform->staticname($_) }
52 map { platform->staticname($_) }
219 my $obj = platform->obj($_);
223 my $obj = platform->obj($_);
227 my $obj = platform->obj($_);
231 my $obj = platform->obj($_);
240 my $obj = platform->obj($_);
244 my $obj = platform->obj($_);
298 DEPS={- our @deps = map { platform->isobj($_) ? platform->dep($_) : $_ }
785 # dependencies in platform form.
[all …]
/openssl/doc/man7/
H A Dmigration_guide.pod479 various platform specific NOTES files for your specific platform.
530 to build and install OpenSSL for your platform. Also read the various NOTES
531 files in the same directory, as applicable for your platform.
H A Dfips_module.pod56 location of this config file will depend on the platform, and any options that
/openssl/doc/man1/
H A Dopenssl.pod650 Interpretation of relative paths is platform specific. The configured
/openssl/doc/man3/
H A DBIO_sendmmsg.pod118 local address support is not available for the platform.
H A DEVP_EncryptInit.pod1469 B<EVP> interface will ensure the use of platform specific cryptographic
H A DOSSL_PROVIDER.pod87 of relative paths is platform dependent and they are relative
H A DOpenSSL_version.pod137 The "Configure" target of the library build in the form C<platform: ...>
138 if available, or C<platform: information not available> otherwise.
H A DASYNC_start_job.pod155 can be used to detect whether the current platform is async capable or not.
157 Custom memory allocation functions are supported for the POSIX platform.
182 ASYNC_is_capable() returns 1 if the current platform is async capable or 0
186 the current platform and no allocations have already occurred or 0 otherwise.
H A DBIO_ADDR.pod36 available on the platform at hand.
/openssl/
H A DCHANGES.md2905 platform rather than 'mingw'.
3323 platform rather than 'mingw'.
5073 platform rather than 'mingw'.
5923 succeed on an unpatched platform:
6273 platform support for Linux and Android.
7506 fuzzing as a service testing platform.
8443 fuzzing as a service testing platform.
10122 platform
12154 representations in a platform independent manner.
18513 i.e. platform ids are allowed to have details appended
[all …]
H A DINSTALL.md59 For additional platform specific requirements, solutions to specific
65 * [Notes for the DOS platform with DJGPP](NOTES-DJGPP.md)
66 * [Notes for the OpenVMS platform](NOTES-VMS.md)
498 This option will be forced on a platform that does not support AFALG.
605 This option will be forced if on a platform that does not support CAPI.
1061 by a platform specific character (':' or
1152 In previous version, the `config` script determined the platform type and
1180 Please use the appropriate form for your platform.
1265 your privileges temporarily if your platform allows it).
1402 Use a different build file name than the platform default
[all …]
H A DNEWS.md856 * Fix various platform compilation issues.
1035 * Improved platform support for PowerPC.
H A Dconfigdata.pm.in132 use platform;
/openssl/test/recipes/
H A D20-test_cli_fips.t24 use platform;
31 my $fipsmodule = bldtop_file('providers', platform->dso('fips'));
H A D03-test_fipsinstall.t23 use platform;
29 my $infile = bldtop_file('providers', platform->dso('fips'));
/openssl/doc/designs/quic-design/
H A Ddgram-api.md289 of code being written which accidentially works on one platform but not
/openssl/util/
H A Dmkdef.pl26 use platform;
108 my $libname = $type eq 'lib' ? platform->sharedname($name) : platform->dsoname($name);
308 if (platform->can('export2internal')) {
309 print "=". platform->export2internal($_->name());
/openssl/doc/internal/man3/
H A Dossl_provider_new.pod316 platform specific standard extensions added.
/openssl/doc/man5/
H A Dconfig.pod558 the Microsoft Windows platform.

Completed in 127 milliseconds

1234