Home
last modified time | relevance | path

Searched refs:windows (Results 1 – 20 of 20) sorted by relevance

/openssl/.github/workflows/
H A Dwindows_comp.yml24 runs-on: windows-latest
36 vcpkg install zstd:x64-windows
40 …th-zstd-include=C:\vcpkg\packages\zstd_x64-windows\include --with-zstd-lib=C:\vcpkg\packages\zstd_…
48 $env:Path+=";C:\vcpkg\packages\zstd_x64-windows\bin"
70 $env:Path+=";C:\vcpkg\packages\zstd_x64-windows\bin"
80 $env:Path+=";C:\vcpkg\packages\zstd_x64-windows\bin"
83 runs-on: windows-latest
95 vcpkg install brotli:x64-windows
107 $env:Path+=";C:\vcpkg\packages\brotli_x64-windows\bin"
129 $env:Path+=";C:\vcpkg\packages\brotli_x64-windows\bin"
[all …]
H A Dwindows.yml22 os: windows-2019
25 os: windows-2022
28 os: windows-2022
80 …run: perl ../util/checkplatformsyms.pl ../util/platform_symbols/windows-symbols.txt libcrypto-3-x6…
95 # Reducing CI footprint - windows-2019
96 - windows-2022
132 - windows-2019
133 # Reducing CI footprint - windows-2022
170 - windows-2019
172 # - windows-2022
H A Dos-zoo.yml124 windows:
128 os: [windows-2019, windows-2022]
/openssl/apps/
H A Dversion.c55 int windows = 0; in version_main() local
104 dirty = windows = 1; in version_main()
149 if (windows) in version_main()
/openssl/doc/man3/
H A DSSL_get_all_async_fds.pod64 of the types customarily made available by including F<< <windows.h> >>. The
68 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
H A DCRYPTO_THREAD_run_once.pod198 customarily made available by including F<< <windows.h> >>. The application
201 application developer's responsibility to include F<< <windows.h> >> prior to
219 # include <windows.h>
H A DBN_mod_exp_mont.pod35 L<BN_mod_exp_mont(3)> that uses fixed windows and the special precomputation
H A DASYNC_start_job.pod195 of the types customarily made available by including F<< <windows.h> >>. The
199 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
206 # include <windows.h>
H A DASYNC_WAIT_CTX_new.pod199 of the types customarily made available by including F<< <windows.h> >>. The
203 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
H A DOPENSSL_init_crypto.pod259 the libcrypto32.dll entry point. Some windows functions may cause threads to exit
/openssl/providers/
H A Dbuild.info123 # Add VERSIONINFO resource for windows
157 # Add VERSIONINFO resource for windows
/openssl/util/
H A Dmkdef.pl129 windows => 'WINDOWS', # alias
/openssl/doc/designs/ddd/
H A DWINDOWS.md13 Traditionally, polling has been done on windows using select(). However, this
/openssl/
H A DNOTES-PERL.md5 - [Perl on Windows](#perl-on-windows)
H A DNOTES-WINDOWS.md116 To enable the reading of registry keys from windows builds, add
H A DNOTES-NONSTOP.md174 # COMP_ROOT must be a full path for the build system (e.g. windows)
H A DCHANGES.md5299 are two supported threading models: pthreads and windows threads. It is
17347 * Re-implement BN_mod_exp2_mont using independent (and larger) windows.
/openssl/include/openssl/
H A Dcrypto.h.in500 /* application has to include <windows.h> in order to use this */
H A Dssl.h.in1917 * Windows application developer has to include windows.h to use these.
/openssl/Configurations/
H A Dwindows-makefile.tmpl759 …"\$(PERL)" "$mkdef"$ord_ver --type $args{intent} --ordinals $gen0 --name $ord_name --OS windows > …

Completed in 74 milliseconds