koffi 0.9.24 → 0.9.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +78 -19
- package/benchmark/CMakeLists.txt +51 -0
- package/benchmark/atoi_cc.cc +62 -0
- package/benchmark/atoi_koffi.js +51 -0
- package/benchmark/atoi_napi.cc +62 -0
- package/benchmark/atoi_napi.js +47 -0
- package/benchmark/atoi_node_ffi.js +57 -0
- package/benchmark/build/atoi_cc.exe +0 -0
- package/benchmark/build/atoi_napi.exp +0 -0
- package/benchmark/build/atoi_napi.lib +0 -0
- package/benchmark/build/atoi_napi.node +0 -0
- package/benchmark/build/koffi.exp +0 -0
- package/benchmark/build/koffi.lib +0 -0
- package/benchmark/build/koffi.node +0 -0
- package/benchmark/build/misc.dll +0 -0
- package/benchmark/build/misc.exp +0 -0
- package/benchmark/build/misc.lib +0 -0
- package/benchmark/build/raylib.dll +0 -0
- package/benchmark/build/raylib.exp +0 -0
- package/benchmark/build/raylib.lib +0 -0
- package/benchmark/build/raylib_cc.exe +0 -0
- package/benchmark/build/sqlite3.dll +0 -0
- package/benchmark/build/sqlite3.exp +0 -0
- package/benchmark/build/sqlite3.lib +0 -0
- package/benchmark/build/v16.14.0_x64/ALL_BUILD.vcxproj +210 -0
- package/benchmark/build/v16.14.0_x64/ALL_BUILD.vcxproj.filters +8 -0
- package/benchmark/build/v16.14.0_x64/CMakeCache.txt +432 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASMCompiler.cmake +20 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASM_MASMCompiler.cmake +20 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCCompiler.cmake +72 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCXXCompiler.cmake +83 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeDetermineCompilerABI_C.bin +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeDetermineCompilerABI_CXX.bin +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeRCCompiler.cmake +6 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeSystem.cmake +15 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CMakeCCompilerId.c +828 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CompilerIdC.exe +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CompilerIdC.vcxproj +71 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CMakeCCompilerId.obj +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.exe.recipe +11 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CompilerIdC.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CMakeCXXCompilerId.cpp +816 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CompilerIdCXX.exe +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CompilerIdCXX.vcxproj +71 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CMakeCXXCompilerId.obj +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.exe.recipe +11 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CompilerIdCXX.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/VCTargetsPath.txt +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/VCTargetsPath.vcxproj +31 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.recipe +11 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/36e230b47ae534539f2cb53bb38ac86d/generate.stamp.rule +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeError.log +108 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeOutput.log +418 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/TargetDirectories.txt +9 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/cmake.check_cache +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.depend +27 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.list +3 -0
- package/benchmark/build/v16.14.0_x64/FindCNoke.cmake +23 -0
- package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj +176 -0
- package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj.filters +13 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.exe.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/atoi_cc.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.vcxproj +352 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.vcxproj.filters +19 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.node.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/atoi_napi.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/atoi_napi.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/win_delay_hook.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.vcxproj +357 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.vcxproj.filters +22 -0
- package/benchmark/build/v16.14.0_x64/cmake_install.cmake +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/common.gypi +627 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/config.gypi +346 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/cppgc/common.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api.h +572 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api_types.h +160 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform-export.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform.h +117 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/v8-tracing.h +334 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node.h +1153 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_api.h +275 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_api_types.h +50 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_buffer.h +92 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_object_wrap.h +132 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_version.h +98 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/aes.h +92 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +49 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +30 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +45 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +45 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +45 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +35 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +36 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +26 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +39 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +27 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +39 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +39 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +49 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +30 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +37 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +41 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +41 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +43 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +35 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +36 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +43 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1.h +886 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1_mac.h +10 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1err.h +256 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1t.h +945 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/async.h +76 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asyncerr.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bio.h +801 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bioerr.h +124 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/blowfish.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn.h +539 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf.h +5 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_asm.h +59 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_no-asm.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bnerr.h +100 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffer.h +58 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffererr.h +34 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/camellia.h +83 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cast.h +53 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmac.h +41 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cms.h +339 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmserr.h +202 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comp.h +53 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comperr.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf.h +168 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf_api.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conferr.h +76 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/crypto.h +449 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cryptoerr.h +57 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ct.h +474 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cterr.h +80 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/des.h +174 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dh.h +340 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dherr.h +88 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsa.h +244 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsaerr.h +72 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf.h +5 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_asm.h +59 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_no-asm.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dtls1.h +55 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/e_os2.h +301 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ebcdic.h +33 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ec.h +1484 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdh.h +10 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdsa.h +10 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecerr.h +276 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engine.h +751 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engineerr.h +111 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/err.h +274 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evp.h +1670 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evperr.h +204 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/hmac.h +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/idea.h +64 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdf.h +97 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdferr.h +55 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/lhash.h +241 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md2.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md4.h +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md5.h +50 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/mdc2.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/modes.h +208 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/obj_mac.h +5198 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objects.h +175 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objectserr.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsp.h +352 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsperr.h +78 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_asm.h +140 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_no-asm.h +49 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslv.h +101 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ossl_typ.h +199 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem.h +378 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem2.h +13 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pemerr.h +105 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12.h +223 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12err.h +81 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7.h +319 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7err.h +103 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand.h +77 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand_drbg.h +130 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/randerr.h +94 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc2.h +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc4.h +36 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc5.h +63 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ripemd.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsa.h +513 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsaerr.h +167 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/safestack.h +207 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/seed.h +96 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sha.h +119 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srp.h +135 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srtp.h +50 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl.h +2499 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl2.h +24 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl3.h +342 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sslerr.h +795 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/stack.h +83 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/store.h +266 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/storeerr.h +91 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/symhacks.h +37 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tls1.h +1241 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ts.h +559 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tserr.h +132 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/txt_db.h +57 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ui.h +368 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/uierr.h +65 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/whrlpool.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509.h +1050 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509_vfy.h +632 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509err.h +129 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3.h +938 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3err.h +164 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/aix.h +32 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/android-ifaddrs.h +54 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/bsd.h +34 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/darwin.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/errno.h +460 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/linux.h +34 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/os390.h +33 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/posix.h +31 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/stdint-msvc2008.h +247 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/sunos.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/threadpool.h +37 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/tree.h +768 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/unix.h +505 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/version.h +43 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/win.h +698 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv.h +1849 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-internal.h +511 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-platform.h +709 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-profiler.h +1123 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-version.h +20 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8.h +12652 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8config.h +560 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/zconf.h +549 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/zlib.h +1935 -0
- package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp +1 -0
- package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp.depend +7 -0
- package/benchmark/build/v16.14.0_x64/koffi/cmake_install.cmake +34 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_arm32.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_arm64.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_sysv.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_win.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_win_fwd.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x86.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/ffi.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.node.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.read.1.tlog +6 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/Masm.read.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/Masm.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/koffi.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/koffi.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/util.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/win_delay_hook.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.vcxproj +368 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.vcxproj.filters +43 -0
- package/benchmark/build/v16.14.0_x64/koffi.sln +138 -0
- package/benchmark/build/v16.14.0_x64/node.lib +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/atoi_cc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.exe.recipe +17 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/raylib_cc.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj +356 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj.filters +19 -0
- package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp +1 -0
- package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp.depend +2 -0
- package/benchmark/build/v16.14.0_x64/test/cmake_install.cmake +34 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.dll.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.read.1.tlog +1 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/misc.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/misc.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.vcxproj +339 -0
- package/benchmark/build/v16.14.0_x64/test/misc.vcxproj.filters +16 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raudio.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.dll.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.read.1.tlog +1 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/raylib.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/raylib.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rcore.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rglfw.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rmodels.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rshapes.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rtext.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rtextures.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/utils.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.vcxproj +358 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.vcxproj.filters +37 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.dll.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.read.1.tlog +1 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/sqlite3.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/sqlite3.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.vcxproj +335 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.vcxproj.filters +16 -0
- package/benchmark/build/v16.14.0_x64/win_delay_hook.c +34 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.recipe +35 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/ALL_BUILD.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.recipe +11 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.read.1.tlog +31 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.write.1.tlog +4 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/ZERO_CHECK.lastbuildstate +2 -0
- package/benchmark/raylib.dll +0 -0
- package/benchmark/{raylib_c.c → raylib_cc.cc} +25 -34
- package/benchmark/raylib_cc.exe +0 -0
- package/benchmark/raylib_koffi.js +5 -0
- package/benchmark/raylib_node_ffi.js +6 -0
- package/package.json +1 -1
- package/test/tests/misc.c +11 -0
- package/test/tests/misc.js +4 -0
- package/benchmark/build.sh +0 -13
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
5
|
+
* this file except in compliance with the License. You can obtain a copy
|
|
6
|
+
* in the file LICENSE in the source distribution or at
|
|
7
|
+
* https://www.openssl.org/source/license.html
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
#ifndef HEADER_DES_H
|
|
11
|
+
# define HEADER_DES_H
|
|
12
|
+
|
|
13
|
+
# include <openssl/opensslconf.h>
|
|
14
|
+
|
|
15
|
+
# ifndef OPENSSL_NO_DES
|
|
16
|
+
# ifdef __cplusplus
|
|
17
|
+
extern "C" {
|
|
18
|
+
# endif
|
|
19
|
+
# include <openssl/e_os2.h>
|
|
20
|
+
|
|
21
|
+
typedef unsigned int DES_LONG;
|
|
22
|
+
|
|
23
|
+
# ifdef OPENSSL_BUILD_SHLIBCRYPTO
|
|
24
|
+
# undef OPENSSL_EXTERN
|
|
25
|
+
# define OPENSSL_EXTERN OPENSSL_EXPORT
|
|
26
|
+
# endif
|
|
27
|
+
|
|
28
|
+
typedef unsigned char DES_cblock[8];
|
|
29
|
+
typedef /* const */ unsigned char const_DES_cblock[8];
|
|
30
|
+
/*
|
|
31
|
+
* With "const", gcc 2.8.1 on Solaris thinks that DES_cblock * and
|
|
32
|
+
* const_DES_cblock * are incompatible pointer types.
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
typedef struct DES_ks {
|
|
36
|
+
union {
|
|
37
|
+
DES_cblock cblock;
|
|
38
|
+
/*
|
|
39
|
+
* make sure things are correct size on machines with 8 byte longs
|
|
40
|
+
*/
|
|
41
|
+
DES_LONG deslong[2];
|
|
42
|
+
} ks[16];
|
|
43
|
+
} DES_key_schedule;
|
|
44
|
+
|
|
45
|
+
# define DES_KEY_SZ (sizeof(DES_cblock))
|
|
46
|
+
# define DES_SCHEDULE_SZ (sizeof(DES_key_schedule))
|
|
47
|
+
|
|
48
|
+
# define DES_ENCRYPT 1
|
|
49
|
+
# define DES_DECRYPT 0
|
|
50
|
+
|
|
51
|
+
# define DES_CBC_MODE 0
|
|
52
|
+
# define DES_PCBC_MODE 1
|
|
53
|
+
|
|
54
|
+
# define DES_ecb2_encrypt(i,o,k1,k2,e) \
|
|
55
|
+
DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
|
|
56
|
+
|
|
57
|
+
# define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
|
|
58
|
+
DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
|
|
59
|
+
|
|
60
|
+
# define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
|
|
61
|
+
DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
|
|
62
|
+
|
|
63
|
+
# define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
|
|
64
|
+
DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
|
|
65
|
+
|
|
66
|
+
OPENSSL_DECLARE_GLOBAL(int, DES_check_key); /* defaults to false */
|
|
67
|
+
# define DES_check_key OPENSSL_GLOBAL_REF(DES_check_key)
|
|
68
|
+
|
|
69
|
+
const char *DES_options(void);
|
|
70
|
+
void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
|
|
71
|
+
DES_key_schedule *ks1, DES_key_schedule *ks2,
|
|
72
|
+
DES_key_schedule *ks3, int enc);
|
|
73
|
+
DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output,
|
|
74
|
+
long length, DES_key_schedule *schedule,
|
|
75
|
+
const_DES_cblock *ivec);
|
|
76
|
+
/* DES_cbc_encrypt does not update the IV! Use DES_ncbc_encrypt instead. */
|
|
77
|
+
void DES_cbc_encrypt(const unsigned char *input, unsigned char *output,
|
|
78
|
+
long length, DES_key_schedule *schedule,
|
|
79
|
+
DES_cblock *ivec, int enc);
|
|
80
|
+
void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output,
|
|
81
|
+
long length, DES_key_schedule *schedule,
|
|
82
|
+
DES_cblock *ivec, int enc);
|
|
83
|
+
void DES_xcbc_encrypt(const unsigned char *input, unsigned char *output,
|
|
84
|
+
long length, DES_key_schedule *schedule,
|
|
85
|
+
DES_cblock *ivec, const_DES_cblock *inw,
|
|
86
|
+
const_DES_cblock *outw, int enc);
|
|
87
|
+
void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
|
|
88
|
+
long length, DES_key_schedule *schedule,
|
|
89
|
+
DES_cblock *ivec, int enc);
|
|
90
|
+
void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
|
|
91
|
+
DES_key_schedule *ks, int enc);
|
|
92
|
+
|
|
93
|
+
/*
|
|
94
|
+
* This is the DES encryption function that gets called by just about every
|
|
95
|
+
* other DES routine in the library. You should not use this function except
|
|
96
|
+
* to implement 'modes' of DES. I say this because the functions that call
|
|
97
|
+
* this routine do the conversion from 'char *' to long, and this needs to be
|
|
98
|
+
* done to make sure 'non-aligned' memory access do not occur. The
|
|
99
|
+
* characters are loaded 'little endian'. Data is a pointer to 2 unsigned
|
|
100
|
+
* long's and ks is the DES_key_schedule to use. enc, is non zero specifies
|
|
101
|
+
* encryption, zero if decryption.
|
|
102
|
+
*/
|
|
103
|
+
void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc);
|
|
104
|
+
|
|
105
|
+
/*
|
|
106
|
+
* This functions is the same as DES_encrypt1() except that the DES initial
|
|
107
|
+
* permutation (IP) and final permutation (FP) have been left out. As for
|
|
108
|
+
* DES_encrypt1(), you should not use this function. It is used by the
|
|
109
|
+
* routines in the library that implement triple DES. IP() DES_encrypt2()
|
|
110
|
+
* DES_encrypt2() DES_encrypt2() FP() is the same as DES_encrypt1()
|
|
111
|
+
* DES_encrypt1() DES_encrypt1() except faster :-).
|
|
112
|
+
*/
|
|
113
|
+
void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc);
|
|
114
|
+
|
|
115
|
+
void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
|
|
116
|
+
DES_key_schedule *ks2, DES_key_schedule *ks3);
|
|
117
|
+
void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1,
|
|
118
|
+
DES_key_schedule *ks2, DES_key_schedule *ks3);
|
|
119
|
+
void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output,
|
|
120
|
+
long length,
|
|
121
|
+
DES_key_schedule *ks1, DES_key_schedule *ks2,
|
|
122
|
+
DES_key_schedule *ks3, DES_cblock *ivec, int enc);
|
|
123
|
+
void DES_ede3_cfb64_encrypt(const unsigned char *in, unsigned char *out,
|
|
124
|
+
long length, DES_key_schedule *ks1,
|
|
125
|
+
DES_key_schedule *ks2, DES_key_schedule *ks3,
|
|
126
|
+
DES_cblock *ivec, int *num, int enc);
|
|
127
|
+
void DES_ede3_cfb_encrypt(const unsigned char *in, unsigned char *out,
|
|
128
|
+
int numbits, long length, DES_key_schedule *ks1,
|
|
129
|
+
DES_key_schedule *ks2, DES_key_schedule *ks3,
|
|
130
|
+
DES_cblock *ivec, int enc);
|
|
131
|
+
void DES_ede3_ofb64_encrypt(const unsigned char *in, unsigned char *out,
|
|
132
|
+
long length, DES_key_schedule *ks1,
|
|
133
|
+
DES_key_schedule *ks2, DES_key_schedule *ks3,
|
|
134
|
+
DES_cblock *ivec, int *num);
|
|
135
|
+
char *DES_fcrypt(const char *buf, const char *salt, char *ret);
|
|
136
|
+
char *DES_crypt(const char *buf, const char *salt);
|
|
137
|
+
void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
|
|
138
|
+
long length, DES_key_schedule *schedule,
|
|
139
|
+
DES_cblock *ivec);
|
|
140
|
+
void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output,
|
|
141
|
+
long length, DES_key_schedule *schedule,
|
|
142
|
+
DES_cblock *ivec, int enc);
|
|
143
|
+
DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
|
|
144
|
+
long length, int out_count, DES_cblock *seed);
|
|
145
|
+
int DES_random_key(DES_cblock *ret);
|
|
146
|
+
void DES_set_odd_parity(DES_cblock *key);
|
|
147
|
+
int DES_check_key_parity(const_DES_cblock *key);
|
|
148
|
+
int DES_is_weak_key(const_DES_cblock *key);
|
|
149
|
+
/*
|
|
150
|
+
* DES_set_key (= set_key = DES_key_sched = key_sched) calls
|
|
151
|
+
* DES_set_key_checked if global variable DES_check_key is set,
|
|
152
|
+
* DES_set_key_unchecked otherwise.
|
|
153
|
+
*/
|
|
154
|
+
int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule);
|
|
155
|
+
int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule);
|
|
156
|
+
int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule);
|
|
157
|
+
void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule);
|
|
158
|
+
void DES_string_to_key(const char *str, DES_cblock *key);
|
|
159
|
+
void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2);
|
|
160
|
+
void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out,
|
|
161
|
+
long length, DES_key_schedule *schedule,
|
|
162
|
+
DES_cblock *ivec, int *num, int enc);
|
|
163
|
+
void DES_ofb64_encrypt(const unsigned char *in, unsigned char *out,
|
|
164
|
+
long length, DES_key_schedule *schedule,
|
|
165
|
+
DES_cblock *ivec, int *num);
|
|
166
|
+
|
|
167
|
+
# define DES_fixup_key_parity DES_set_odd_parity
|
|
168
|
+
|
|
169
|
+
# ifdef __cplusplus
|
|
170
|
+
}
|
|
171
|
+
# endif
|
|
172
|
+
# endif
|
|
173
|
+
|
|
174
|
+
#endif
|
|
@@ -0,0 +1,340 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
5
|
+
* this file except in compliance with the License. You can obtain a copy
|
|
6
|
+
* in the file LICENSE in the source distribution or at
|
|
7
|
+
* https://www.openssl.org/source/license.html
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
#ifndef HEADER_DH_H
|
|
11
|
+
# define HEADER_DH_H
|
|
12
|
+
|
|
13
|
+
# include <openssl/opensslconf.h>
|
|
14
|
+
|
|
15
|
+
# ifndef OPENSSL_NO_DH
|
|
16
|
+
# include <openssl/e_os2.h>
|
|
17
|
+
# include <openssl/bio.h>
|
|
18
|
+
# include <openssl/asn1.h>
|
|
19
|
+
# include <openssl/ossl_typ.h>
|
|
20
|
+
# if OPENSSL_API_COMPAT < 0x10100000L
|
|
21
|
+
# include <openssl/bn.h>
|
|
22
|
+
# endif
|
|
23
|
+
# include <openssl/dherr.h>
|
|
24
|
+
|
|
25
|
+
# ifdef __cplusplus
|
|
26
|
+
extern "C" {
|
|
27
|
+
# endif
|
|
28
|
+
|
|
29
|
+
# ifndef OPENSSL_DH_MAX_MODULUS_BITS
|
|
30
|
+
# define OPENSSL_DH_MAX_MODULUS_BITS 10000
|
|
31
|
+
# endif
|
|
32
|
+
|
|
33
|
+
# define OPENSSL_DH_FIPS_MIN_MODULUS_BITS 1024
|
|
34
|
+
|
|
35
|
+
# define DH_FLAG_CACHE_MONT_P 0x01
|
|
36
|
+
|
|
37
|
+
# if OPENSSL_API_COMPAT < 0x10100000L
|
|
38
|
+
/*
|
|
39
|
+
* Does nothing. Previously this switched off constant time behaviour.
|
|
40
|
+
*/
|
|
41
|
+
# define DH_FLAG_NO_EXP_CONSTTIME 0x00
|
|
42
|
+
# endif
|
|
43
|
+
|
|
44
|
+
/*
|
|
45
|
+
* If this flag is set the DH method is FIPS compliant and can be used in
|
|
46
|
+
* FIPS mode. This is set in the validated module method. If an application
|
|
47
|
+
* sets this flag in its own methods it is its responsibility to ensure the
|
|
48
|
+
* result is compliant.
|
|
49
|
+
*/
|
|
50
|
+
|
|
51
|
+
# define DH_FLAG_FIPS_METHOD 0x0400
|
|
52
|
+
|
|
53
|
+
/*
|
|
54
|
+
* If this flag is set the operations normally disabled in FIPS mode are
|
|
55
|
+
* permitted it is then the applications responsibility to ensure that the
|
|
56
|
+
* usage is compliant.
|
|
57
|
+
*/
|
|
58
|
+
|
|
59
|
+
# define DH_FLAG_NON_FIPS_ALLOW 0x0400
|
|
60
|
+
|
|
61
|
+
/* Already defined in ossl_typ.h */
|
|
62
|
+
/* typedef struct dh_st DH; */
|
|
63
|
+
/* typedef struct dh_method DH_METHOD; */
|
|
64
|
+
|
|
65
|
+
DECLARE_ASN1_ITEM(DHparams)
|
|
66
|
+
|
|
67
|
+
# define DH_GENERATOR_2 2
|
|
68
|
+
/* #define DH_GENERATOR_3 3 */
|
|
69
|
+
# define DH_GENERATOR_5 5
|
|
70
|
+
|
|
71
|
+
/* DH_check error codes */
|
|
72
|
+
# define DH_CHECK_P_NOT_PRIME 0x01
|
|
73
|
+
# define DH_CHECK_P_NOT_SAFE_PRIME 0x02
|
|
74
|
+
# define DH_UNABLE_TO_CHECK_GENERATOR 0x04
|
|
75
|
+
# define DH_NOT_SUITABLE_GENERATOR 0x08
|
|
76
|
+
# define DH_CHECK_Q_NOT_PRIME 0x10
|
|
77
|
+
# define DH_CHECK_INVALID_Q_VALUE 0x20
|
|
78
|
+
# define DH_CHECK_INVALID_J_VALUE 0x40
|
|
79
|
+
|
|
80
|
+
/* DH_check_pub_key error codes */
|
|
81
|
+
# define DH_CHECK_PUBKEY_TOO_SMALL 0x01
|
|
82
|
+
# define DH_CHECK_PUBKEY_TOO_LARGE 0x02
|
|
83
|
+
# define DH_CHECK_PUBKEY_INVALID 0x04
|
|
84
|
+
|
|
85
|
+
/*
|
|
86
|
+
* primes p where (p-1)/2 is prime too are called "safe"; we define this for
|
|
87
|
+
* backward compatibility:
|
|
88
|
+
*/
|
|
89
|
+
# define DH_CHECK_P_NOT_STRONG_PRIME DH_CHECK_P_NOT_SAFE_PRIME
|
|
90
|
+
|
|
91
|
+
# define d2i_DHparams_fp(fp,x) \
|
|
92
|
+
(DH *)ASN1_d2i_fp((char *(*)())DH_new, \
|
|
93
|
+
(char *(*)())d2i_DHparams, \
|
|
94
|
+
(fp), \
|
|
95
|
+
(unsigned char **)(x))
|
|
96
|
+
# define i2d_DHparams_fp(fp,x) \
|
|
97
|
+
ASN1_i2d_fp(i2d_DHparams,(fp), (unsigned char *)(x))
|
|
98
|
+
# define d2i_DHparams_bio(bp,x) \
|
|
99
|
+
ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
|
|
100
|
+
# define i2d_DHparams_bio(bp,x) \
|
|
101
|
+
ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
|
|
102
|
+
|
|
103
|
+
# define d2i_DHxparams_fp(fp,x) \
|
|
104
|
+
(DH *)ASN1_d2i_fp((char *(*)())DH_new, \
|
|
105
|
+
(char *(*)())d2i_DHxparams, \
|
|
106
|
+
(fp), \
|
|
107
|
+
(unsigned char **)(x))
|
|
108
|
+
# define i2d_DHxparams_fp(fp,x) \
|
|
109
|
+
ASN1_i2d_fp(i2d_DHxparams,(fp), (unsigned char *)(x))
|
|
110
|
+
# define d2i_DHxparams_bio(bp,x) \
|
|
111
|
+
ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x)
|
|
112
|
+
# define i2d_DHxparams_bio(bp,x) \
|
|
113
|
+
ASN1_i2d_bio_of_const(DH, i2d_DHxparams, bp, x)
|
|
114
|
+
|
|
115
|
+
DH *DHparams_dup(DH *);
|
|
116
|
+
|
|
117
|
+
const DH_METHOD *DH_OpenSSL(void);
|
|
118
|
+
|
|
119
|
+
void DH_set_default_method(const DH_METHOD *meth);
|
|
120
|
+
const DH_METHOD *DH_get_default_method(void);
|
|
121
|
+
int DH_set_method(DH *dh, const DH_METHOD *meth);
|
|
122
|
+
DH *DH_new_method(ENGINE *engine);
|
|
123
|
+
|
|
124
|
+
DH *DH_new(void);
|
|
125
|
+
void DH_free(DH *dh);
|
|
126
|
+
int DH_up_ref(DH *dh);
|
|
127
|
+
int DH_bits(const DH *dh);
|
|
128
|
+
int DH_size(const DH *dh);
|
|
129
|
+
int DH_security_bits(const DH *dh);
|
|
130
|
+
#define DH_get_ex_new_index(l, p, newf, dupf, freef) \
|
|
131
|
+
CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_DH, l, p, newf, dupf, freef)
|
|
132
|
+
int DH_set_ex_data(DH *d, int idx, void *arg);
|
|
133
|
+
void *DH_get_ex_data(DH *d, int idx);
|
|
134
|
+
|
|
135
|
+
/* Deprecated version */
|
|
136
|
+
DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator,
|
|
137
|
+
void (*callback) (int, int,
|
|
138
|
+
void *),
|
|
139
|
+
void *cb_arg))
|
|
140
|
+
|
|
141
|
+
/* New version */
|
|
142
|
+
int DH_generate_parameters_ex(DH *dh, int prime_len, int generator,
|
|
143
|
+
BN_GENCB *cb);
|
|
144
|
+
|
|
145
|
+
int DH_check_params_ex(const DH *dh);
|
|
146
|
+
int DH_check_ex(const DH *dh);
|
|
147
|
+
int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key);
|
|
148
|
+
int DH_check_params(const DH *dh, int *ret);
|
|
149
|
+
int DH_check(const DH *dh, int *codes);
|
|
150
|
+
int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *codes);
|
|
151
|
+
int DH_generate_key(DH *dh);
|
|
152
|
+
int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
|
|
153
|
+
int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh);
|
|
154
|
+
DH *d2i_DHparams(DH **a, const unsigned char **pp, long length);
|
|
155
|
+
int i2d_DHparams(const DH *a, unsigned char **pp);
|
|
156
|
+
DH *d2i_DHxparams(DH **a, const unsigned char **pp, long length);
|
|
157
|
+
int i2d_DHxparams(const DH *a, unsigned char **pp);
|
|
158
|
+
# ifndef OPENSSL_NO_STDIO
|
|
159
|
+
int DHparams_print_fp(FILE *fp, const DH *x);
|
|
160
|
+
# endif
|
|
161
|
+
int DHparams_print(BIO *bp, const DH *x);
|
|
162
|
+
|
|
163
|
+
/* RFC 5114 parameters */
|
|
164
|
+
DH *DH_get_1024_160(void);
|
|
165
|
+
DH *DH_get_2048_224(void);
|
|
166
|
+
DH *DH_get_2048_256(void);
|
|
167
|
+
|
|
168
|
+
/* Named parameters, currently RFC7919 */
|
|
169
|
+
DH *DH_new_by_nid(int nid);
|
|
170
|
+
int DH_get_nid(const DH *dh);
|
|
171
|
+
|
|
172
|
+
# ifndef OPENSSL_NO_CMS
|
|
173
|
+
/* RFC2631 KDF */
|
|
174
|
+
int DH_KDF_X9_42(unsigned char *out, size_t outlen,
|
|
175
|
+
const unsigned char *Z, size_t Zlen,
|
|
176
|
+
ASN1_OBJECT *key_oid,
|
|
177
|
+
const unsigned char *ukm, size_t ukmlen, const EVP_MD *md);
|
|
178
|
+
# endif
|
|
179
|
+
|
|
180
|
+
void DH_get0_pqg(const DH *dh,
|
|
181
|
+
const BIGNUM **p, const BIGNUM **q, const BIGNUM **g);
|
|
182
|
+
int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
|
|
183
|
+
void DH_get0_key(const DH *dh,
|
|
184
|
+
const BIGNUM **pub_key, const BIGNUM **priv_key);
|
|
185
|
+
int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
|
|
186
|
+
const BIGNUM *DH_get0_p(const DH *dh);
|
|
187
|
+
const BIGNUM *DH_get0_q(const DH *dh);
|
|
188
|
+
const BIGNUM *DH_get0_g(const DH *dh);
|
|
189
|
+
const BIGNUM *DH_get0_priv_key(const DH *dh);
|
|
190
|
+
const BIGNUM *DH_get0_pub_key(const DH *dh);
|
|
191
|
+
void DH_clear_flags(DH *dh, int flags);
|
|
192
|
+
int DH_test_flags(const DH *dh, int flags);
|
|
193
|
+
void DH_set_flags(DH *dh, int flags);
|
|
194
|
+
ENGINE *DH_get0_engine(DH *d);
|
|
195
|
+
long DH_get_length(const DH *dh);
|
|
196
|
+
int DH_set_length(DH *dh, long length);
|
|
197
|
+
|
|
198
|
+
DH_METHOD *DH_meth_new(const char *name, int flags);
|
|
199
|
+
void DH_meth_free(DH_METHOD *dhm);
|
|
200
|
+
DH_METHOD *DH_meth_dup(const DH_METHOD *dhm);
|
|
201
|
+
const char *DH_meth_get0_name(const DH_METHOD *dhm);
|
|
202
|
+
int DH_meth_set1_name(DH_METHOD *dhm, const char *name);
|
|
203
|
+
int DH_meth_get_flags(const DH_METHOD *dhm);
|
|
204
|
+
int DH_meth_set_flags(DH_METHOD *dhm, int flags);
|
|
205
|
+
void *DH_meth_get0_app_data(const DH_METHOD *dhm);
|
|
206
|
+
int DH_meth_set0_app_data(DH_METHOD *dhm, void *app_data);
|
|
207
|
+
int (*DH_meth_get_generate_key(const DH_METHOD *dhm)) (DH *);
|
|
208
|
+
int DH_meth_set_generate_key(DH_METHOD *dhm, int (*generate_key) (DH *));
|
|
209
|
+
int (*DH_meth_get_compute_key(const DH_METHOD *dhm))
|
|
210
|
+
(unsigned char *key, const BIGNUM *pub_key, DH *dh);
|
|
211
|
+
int DH_meth_set_compute_key(DH_METHOD *dhm,
|
|
212
|
+
int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh));
|
|
213
|
+
int (*DH_meth_get_bn_mod_exp(const DH_METHOD *dhm))
|
|
214
|
+
(const DH *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *,
|
|
215
|
+
BN_CTX *, BN_MONT_CTX *);
|
|
216
|
+
int DH_meth_set_bn_mod_exp(DH_METHOD *dhm,
|
|
217
|
+
int (*bn_mod_exp) (const DH *, BIGNUM *, const BIGNUM *, const BIGNUM *,
|
|
218
|
+
const BIGNUM *, BN_CTX *, BN_MONT_CTX *));
|
|
219
|
+
int (*DH_meth_get_init(const DH_METHOD *dhm))(DH *);
|
|
220
|
+
int DH_meth_set_init(DH_METHOD *dhm, int (*init)(DH *));
|
|
221
|
+
int (*DH_meth_get_finish(const DH_METHOD *dhm)) (DH *);
|
|
222
|
+
int DH_meth_set_finish(DH_METHOD *dhm, int (*finish) (DH *));
|
|
223
|
+
int (*DH_meth_get_generate_params(const DH_METHOD *dhm))
|
|
224
|
+
(DH *, int, int, BN_GENCB *);
|
|
225
|
+
int DH_meth_set_generate_params(DH_METHOD *dhm,
|
|
226
|
+
int (*generate_params) (DH *, int, int, BN_GENCB *));
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
# define EVP_PKEY_CTX_set_dh_paramgen_prime_len(ctx, len) \
|
|
230
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
|
|
231
|
+
EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN, len, NULL)
|
|
232
|
+
|
|
233
|
+
# define EVP_PKEY_CTX_set_dh_paramgen_subprime_len(ctx, len) \
|
|
234
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
|
|
235
|
+
EVP_PKEY_CTRL_DH_PARAMGEN_SUBPRIME_LEN, len, NULL)
|
|
236
|
+
|
|
237
|
+
# define EVP_PKEY_CTX_set_dh_paramgen_type(ctx, typ) \
|
|
238
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
|
|
239
|
+
EVP_PKEY_CTRL_DH_PARAMGEN_TYPE, typ, NULL)
|
|
240
|
+
|
|
241
|
+
# define EVP_PKEY_CTX_set_dh_paramgen_generator(ctx, gen) \
|
|
242
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
|
|
243
|
+
EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR, gen, NULL)
|
|
244
|
+
|
|
245
|
+
# define EVP_PKEY_CTX_set_dh_rfc5114(ctx, gen) \
|
|
246
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_PARAMGEN, \
|
|
247
|
+
EVP_PKEY_CTRL_DH_RFC5114, gen, NULL)
|
|
248
|
+
|
|
249
|
+
# define EVP_PKEY_CTX_set_dhx_rfc5114(ctx, gen) \
|
|
250
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_PARAMGEN, \
|
|
251
|
+
EVP_PKEY_CTRL_DH_RFC5114, gen, NULL)
|
|
252
|
+
|
|
253
|
+
# define EVP_PKEY_CTX_set_dh_nid(ctx, nid) \
|
|
254
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, \
|
|
255
|
+
EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN, \
|
|
256
|
+
EVP_PKEY_CTRL_DH_NID, nid, NULL)
|
|
257
|
+
|
|
258
|
+
# define EVP_PKEY_CTX_set_dh_pad(ctx, pad) \
|
|
259
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_DERIVE, \
|
|
260
|
+
EVP_PKEY_CTRL_DH_PAD, pad, NULL)
|
|
261
|
+
|
|
262
|
+
# define EVP_PKEY_CTX_set_dh_kdf_type(ctx, kdf) \
|
|
263
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
|
|
264
|
+
EVP_PKEY_OP_DERIVE, \
|
|
265
|
+
EVP_PKEY_CTRL_DH_KDF_TYPE, kdf, NULL)
|
|
266
|
+
|
|
267
|
+
# define EVP_PKEY_CTX_get_dh_kdf_type(ctx) \
|
|
268
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
|
|
269
|
+
EVP_PKEY_OP_DERIVE, \
|
|
270
|
+
EVP_PKEY_CTRL_DH_KDF_TYPE, -2, NULL)
|
|
271
|
+
|
|
272
|
+
# define EVP_PKEY_CTX_set0_dh_kdf_oid(ctx, oid) \
|
|
273
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
|
|
274
|
+
EVP_PKEY_OP_DERIVE, \
|
|
275
|
+
EVP_PKEY_CTRL_DH_KDF_OID, 0, (void *)(oid))
|
|
276
|
+
|
|
277
|
+
# define EVP_PKEY_CTX_get0_dh_kdf_oid(ctx, poid) \
|
|
278
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
|
|
279
|
+
EVP_PKEY_OP_DERIVE, \
|
|
280
|
+
EVP_PKEY_CTRL_GET_DH_KDF_OID, 0, (void *)(poid))
|
|
281
|
+
|
|
282
|
+
# define EVP_PKEY_CTX_set_dh_kdf_md(ctx, md) \
|
|
283
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
|
|
284
|
+
EVP_PKEY_OP_DERIVE, \
|
|
285
|
+
EVP_PKEY_CTRL_DH_KDF_MD, 0, (void *)(md))
|
|
286
|
+
|
|
287
|
+
# define EVP_PKEY_CTX_get_dh_kdf_md(ctx, pmd) \
|
|
288
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
|
|
289
|
+
EVP_PKEY_OP_DERIVE, \
|
|
290
|
+
EVP_PKEY_CTRL_GET_DH_KDF_MD, 0, (void *)(pmd))
|
|
291
|
+
|
|
292
|
+
# define EVP_PKEY_CTX_set_dh_kdf_outlen(ctx, len) \
|
|
293
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
|
|
294
|
+
EVP_PKEY_OP_DERIVE, \
|
|
295
|
+
EVP_PKEY_CTRL_DH_KDF_OUTLEN, len, NULL)
|
|
296
|
+
|
|
297
|
+
# define EVP_PKEY_CTX_get_dh_kdf_outlen(ctx, plen) \
|
|
298
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
|
|
299
|
+
EVP_PKEY_OP_DERIVE, \
|
|
300
|
+
EVP_PKEY_CTRL_GET_DH_KDF_OUTLEN, 0, (void *)(plen))
|
|
301
|
+
|
|
302
|
+
# define EVP_PKEY_CTX_set0_dh_kdf_ukm(ctx, p, plen) \
|
|
303
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
|
|
304
|
+
EVP_PKEY_OP_DERIVE, \
|
|
305
|
+
EVP_PKEY_CTRL_DH_KDF_UKM, plen, (void *)(p))
|
|
306
|
+
|
|
307
|
+
# define EVP_PKEY_CTX_get0_dh_kdf_ukm(ctx, p) \
|
|
308
|
+
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \
|
|
309
|
+
EVP_PKEY_OP_DERIVE, \
|
|
310
|
+
EVP_PKEY_CTRL_GET_DH_KDF_UKM, 0, (void *)(p))
|
|
311
|
+
|
|
312
|
+
# define EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN (EVP_PKEY_ALG_CTRL + 1)
|
|
313
|
+
# define EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR (EVP_PKEY_ALG_CTRL + 2)
|
|
314
|
+
# define EVP_PKEY_CTRL_DH_RFC5114 (EVP_PKEY_ALG_CTRL + 3)
|
|
315
|
+
# define EVP_PKEY_CTRL_DH_PARAMGEN_SUBPRIME_LEN (EVP_PKEY_ALG_CTRL + 4)
|
|
316
|
+
# define EVP_PKEY_CTRL_DH_PARAMGEN_TYPE (EVP_PKEY_ALG_CTRL + 5)
|
|
317
|
+
# define EVP_PKEY_CTRL_DH_KDF_TYPE (EVP_PKEY_ALG_CTRL + 6)
|
|
318
|
+
# define EVP_PKEY_CTRL_DH_KDF_MD (EVP_PKEY_ALG_CTRL + 7)
|
|
319
|
+
# define EVP_PKEY_CTRL_GET_DH_KDF_MD (EVP_PKEY_ALG_CTRL + 8)
|
|
320
|
+
# define EVP_PKEY_CTRL_DH_KDF_OUTLEN (EVP_PKEY_ALG_CTRL + 9)
|
|
321
|
+
# define EVP_PKEY_CTRL_GET_DH_KDF_OUTLEN (EVP_PKEY_ALG_CTRL + 10)
|
|
322
|
+
# define EVP_PKEY_CTRL_DH_KDF_UKM (EVP_PKEY_ALG_CTRL + 11)
|
|
323
|
+
# define EVP_PKEY_CTRL_GET_DH_KDF_UKM (EVP_PKEY_ALG_CTRL + 12)
|
|
324
|
+
# define EVP_PKEY_CTRL_DH_KDF_OID (EVP_PKEY_ALG_CTRL + 13)
|
|
325
|
+
# define EVP_PKEY_CTRL_GET_DH_KDF_OID (EVP_PKEY_ALG_CTRL + 14)
|
|
326
|
+
# define EVP_PKEY_CTRL_DH_NID (EVP_PKEY_ALG_CTRL + 15)
|
|
327
|
+
# define EVP_PKEY_CTRL_DH_PAD (EVP_PKEY_ALG_CTRL + 16)
|
|
328
|
+
|
|
329
|
+
/* KDF types */
|
|
330
|
+
# define EVP_PKEY_DH_KDF_NONE 1
|
|
331
|
+
# ifndef OPENSSL_NO_CMS
|
|
332
|
+
# define EVP_PKEY_DH_KDF_X9_42 2
|
|
333
|
+
# endif
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
# ifdef __cplusplus
|
|
337
|
+
}
|
|
338
|
+
# endif
|
|
339
|
+
# endif
|
|
340
|
+
#endif
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Generated by util/mkerr.pl DO NOT EDIT
|
|
3
|
+
* Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
6
|
+
* this file except in compliance with the License. You can obtain a copy
|
|
7
|
+
* in the file LICENSE in the source distribution or at
|
|
8
|
+
* https://www.openssl.org/source/license.html
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
#ifndef HEADER_DHERR_H
|
|
12
|
+
# define HEADER_DHERR_H
|
|
13
|
+
|
|
14
|
+
# ifndef HEADER_SYMHACKS_H
|
|
15
|
+
# include <openssl/symhacks.h>
|
|
16
|
+
# endif
|
|
17
|
+
|
|
18
|
+
# include <openssl/opensslconf.h>
|
|
19
|
+
|
|
20
|
+
# ifndef OPENSSL_NO_DH
|
|
21
|
+
|
|
22
|
+
# ifdef __cplusplus
|
|
23
|
+
extern "C"
|
|
24
|
+
# endif
|
|
25
|
+
int ERR_load_DH_strings(void);
|
|
26
|
+
|
|
27
|
+
/*
|
|
28
|
+
* DH function codes.
|
|
29
|
+
*/
|
|
30
|
+
# define DH_F_COMPUTE_KEY 102
|
|
31
|
+
# define DH_F_DHPARAMS_PRINT_FP 101
|
|
32
|
+
# define DH_F_DH_BUILTIN_GENPARAMS 106
|
|
33
|
+
# define DH_F_DH_CHECK_EX 121
|
|
34
|
+
# define DH_F_DH_CHECK_PARAMS_EX 122
|
|
35
|
+
# define DH_F_DH_CHECK_PUB_KEY_EX 123
|
|
36
|
+
# define DH_F_DH_CMS_DECRYPT 114
|
|
37
|
+
# define DH_F_DH_CMS_SET_PEERKEY 115
|
|
38
|
+
# define DH_F_DH_CMS_SET_SHARED_INFO 116
|
|
39
|
+
# define DH_F_DH_METH_DUP 117
|
|
40
|
+
# define DH_F_DH_METH_NEW 118
|
|
41
|
+
# define DH_F_DH_METH_SET1_NAME 119
|
|
42
|
+
# define DH_F_DH_NEW_BY_NID 104
|
|
43
|
+
# define DH_F_DH_NEW_METHOD 105
|
|
44
|
+
# define DH_F_DH_PARAM_DECODE 107
|
|
45
|
+
# define DH_F_DH_PKEY_PUBLIC_CHECK 124
|
|
46
|
+
# define DH_F_DH_PRIV_DECODE 110
|
|
47
|
+
# define DH_F_DH_PRIV_ENCODE 111
|
|
48
|
+
# define DH_F_DH_PUB_DECODE 108
|
|
49
|
+
# define DH_F_DH_PUB_ENCODE 109
|
|
50
|
+
# define DH_F_DO_DH_PRINT 100
|
|
51
|
+
# define DH_F_GENERATE_KEY 103
|
|
52
|
+
# define DH_F_PKEY_DH_CTRL_STR 120
|
|
53
|
+
# define DH_F_PKEY_DH_DERIVE 112
|
|
54
|
+
# define DH_F_PKEY_DH_INIT 125
|
|
55
|
+
# define DH_F_PKEY_DH_KEYGEN 113
|
|
56
|
+
|
|
57
|
+
/*
|
|
58
|
+
* DH reason codes.
|
|
59
|
+
*/
|
|
60
|
+
# define DH_R_BAD_GENERATOR 101
|
|
61
|
+
# define DH_R_BN_DECODE_ERROR 109
|
|
62
|
+
# define DH_R_BN_ERROR 106
|
|
63
|
+
# define DH_R_CHECK_INVALID_J_VALUE 115
|
|
64
|
+
# define DH_R_CHECK_INVALID_Q_VALUE 116
|
|
65
|
+
# define DH_R_CHECK_PUBKEY_INVALID 122
|
|
66
|
+
# define DH_R_CHECK_PUBKEY_TOO_LARGE 123
|
|
67
|
+
# define DH_R_CHECK_PUBKEY_TOO_SMALL 124
|
|
68
|
+
# define DH_R_CHECK_P_NOT_PRIME 117
|
|
69
|
+
# define DH_R_CHECK_P_NOT_SAFE_PRIME 118
|
|
70
|
+
# define DH_R_CHECK_Q_NOT_PRIME 119
|
|
71
|
+
# define DH_R_DECODE_ERROR 104
|
|
72
|
+
# define DH_R_INVALID_PARAMETER_NAME 110
|
|
73
|
+
# define DH_R_INVALID_PARAMETER_NID 114
|
|
74
|
+
# define DH_R_INVALID_PUBKEY 102
|
|
75
|
+
# define DH_R_KDF_PARAMETER_ERROR 112
|
|
76
|
+
# define DH_R_KEYS_NOT_SET 108
|
|
77
|
+
# define DH_R_MISSING_PUBKEY 125
|
|
78
|
+
# define DH_R_MODULUS_TOO_LARGE 103
|
|
79
|
+
# define DH_R_NOT_SUITABLE_GENERATOR 120
|
|
80
|
+
# define DH_R_NO_PARAMETERS_SET 107
|
|
81
|
+
# define DH_R_NO_PRIVATE_VALUE 100
|
|
82
|
+
# define DH_R_PARAMETER_ENCODING_ERROR 105
|
|
83
|
+
# define DH_R_PEER_KEY_ERROR 111
|
|
84
|
+
# define DH_R_SHARED_INFO_ERROR 113
|
|
85
|
+
# define DH_R_UNABLE_TO_CHECK_GENERATOR 121
|
|
86
|
+
|
|
87
|
+
# endif
|
|
88
|
+
#endif
|