Home
last modified time | relevance | path

Searched refs:dll (Results 1 – 15 of 15) sorted by relevance

/openssl/crypto/dso/
H A Ddso_win32.c491 HMODULE dll; in win32_pathbyaddr() local
509 if (dll == NULL) { in win32_pathbyaddr()
517 FreeLibrary(dll); in win32_pathbyaddr()
537 FreeLibrary(dll); in win32_pathbyaddr()
546 FreeLibrary(dll); in win32_pathbyaddr()
590 FreeLibrary(dll); in win32_pathbyaddr()
596 HMODULE dll; in win32_globallookup() local
608 if (dll == NULL) { in win32_globallookup()
616 FreeLibrary(dll); in win32_globallookup()
632 FreeLibrary(dll); in win32_globallookup()
[all …]
/openssl/demos/http3/
H A Dbuild.info10 GENERATE[libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll]=gen_nghttp3.pl
11 …PEND[ossl-nghttp3-demo.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll
12 DEPEND[ossl-nghttp3.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll
/openssl/Configurations/
H A Dwindows-makefile.tmpl949 my $dll = platform->sharedlib($lib);
959 $import: $dll
961 $dll: $deps
967 IF EXIST $dll.manifest \\
968 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$dll.manifest \$(MTOUTFLAG)$dll
969 IF EXIST apps\\$dll DEL /Q /F apps\\$dll
970 IF EXIST test\\$dll DEL /Q /F test\\$dll
971 IF EXIST fuzz\\$dll DEL /Q /F fuzz\\$dll
972 COPY $dll apps
973 COPY $dll test
[all …]
H A Ddescrip.mms.tmpl836 # On Windows POSIX layers, we depend on {libname}.dll.a
H A Dunix-Makefile.tmpl1521 # On Windows POSIX layers, we depend on {libname}.dll.a
/openssl/.github/workflows/
H A Dwindows_comp.yml76 …kplatformsyms.pl ./util/platform_symbols/windows-symbols.txt libcrypto-3-x64.dll ./libssl-3-x64.dll
H A Dwindows.yml80 …platformsyms.pl ../util/platform_symbols/windows-symbols.txt libcrypto-3-x64.dll ./libssl-3-x64.dll
/openssl/
H A D.gitignore231 *.dll
232 *.dll.*
H A DREADME-FIPS.md27 resp. `fips.dll` (on Windows). The FIPS provider does not get built and
67 C:\Program Files\OpenSSL\lib\ossl-modules\fips.dll on Windows.
H A DINSTALL.md348 be stored in this location. Shared libraries (`*.dll`) will always be
1939 on Cygwin, shared libraries are named `cygcrypto-1.1.dll` and `cygssl-1.1.dll`
1940 with import libraries `libcrypto.dll.a` and `libssl.dll.a`.
1943 `libcrypto-1_1.dll` and `libssl-1_1.dll` for 32-bit Windows,
1944 `libcrypto-1_1-x64.dll` and `libssl-1_1-x64.dll` for 64-bit x86_64 Windows,
1945 and `libcrypto-1_1-ia64.dll` and `libssl-1_1-ia64.dll` for IA64 Windows.
1947 while with MingW, they are named `libcrypto.dll.a` and `libssl.dll.a`.
H A DNOTES-WINDOWS.md264 Cygwin implements a POSIX/Unix runtime system (`cygwin1.dll`) on top of the
H A DCHANGES.md12039 "zlib1.dll" and use the default `__cdecl` calling convention on Win32
13649 * Change the DLL names for Cygwin to cygcrypto-x.y.z.dll and
13650 cygssl-x.y.z.dll, where x, y and z are the major, minor and
17526 "libblah.so" or "blah.dll" etc.
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md133 [module definition file]: https://docs.microsoft.com/en-us/cpp/build/exporting-from-a-dll-using-def…
/openssl/doc/man3/
H A DOPENSSL_init_crypto.pod259 the libcrypto32.dll entry point. Some windows functions may cause threads to exit
/openssl/doc/man7/
H A Dossl-guide-libraries-introduction.pod45 file (typically one ending in ".so" or ".dll" dependent on the platform). A

Completed in 186 milliseconds