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,175 @@
|
|
|
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_OBJECTS_H
|
|
11
|
+
# define HEADER_OBJECTS_H
|
|
12
|
+
|
|
13
|
+
# include <openssl/obj_mac.h>
|
|
14
|
+
# include <openssl/bio.h>
|
|
15
|
+
# include <openssl/asn1.h>
|
|
16
|
+
# include <openssl/objectserr.h>
|
|
17
|
+
|
|
18
|
+
# define OBJ_NAME_TYPE_UNDEF 0x00
|
|
19
|
+
# define OBJ_NAME_TYPE_MD_METH 0x01
|
|
20
|
+
# define OBJ_NAME_TYPE_CIPHER_METH 0x02
|
|
21
|
+
# define OBJ_NAME_TYPE_PKEY_METH 0x03
|
|
22
|
+
# define OBJ_NAME_TYPE_COMP_METH 0x04
|
|
23
|
+
# define OBJ_NAME_TYPE_NUM 0x05
|
|
24
|
+
|
|
25
|
+
# define OBJ_NAME_ALIAS 0x8000
|
|
26
|
+
|
|
27
|
+
# define OBJ_BSEARCH_VALUE_ON_NOMATCH 0x01
|
|
28
|
+
# define OBJ_BSEARCH_FIRST_VALUE_ON_MATCH 0x02
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
#ifdef __cplusplus
|
|
32
|
+
extern "C" {
|
|
33
|
+
#endif
|
|
34
|
+
|
|
35
|
+
typedef struct obj_name_st {
|
|
36
|
+
int type;
|
|
37
|
+
int alias;
|
|
38
|
+
const char *name;
|
|
39
|
+
const char *data;
|
|
40
|
+
} OBJ_NAME;
|
|
41
|
+
|
|
42
|
+
# define OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c)
|
|
43
|
+
|
|
44
|
+
int OBJ_NAME_init(void);
|
|
45
|
+
int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *),
|
|
46
|
+
int (*cmp_func) (const char *, const char *),
|
|
47
|
+
void (*free_func) (const char *, int, const char *));
|
|
48
|
+
const char *OBJ_NAME_get(const char *name, int type);
|
|
49
|
+
int OBJ_NAME_add(const char *name, int type, const char *data);
|
|
50
|
+
int OBJ_NAME_remove(const char *name, int type);
|
|
51
|
+
void OBJ_NAME_cleanup(int type); /* -1 for everything */
|
|
52
|
+
void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),
|
|
53
|
+
void *arg);
|
|
54
|
+
void OBJ_NAME_do_all_sorted(int type,
|
|
55
|
+
void (*fn) (const OBJ_NAME *, void *arg),
|
|
56
|
+
void *arg);
|
|
57
|
+
|
|
58
|
+
ASN1_OBJECT *OBJ_dup(const ASN1_OBJECT *o);
|
|
59
|
+
ASN1_OBJECT *OBJ_nid2obj(int n);
|
|
60
|
+
const char *OBJ_nid2ln(int n);
|
|
61
|
+
const char *OBJ_nid2sn(int n);
|
|
62
|
+
int OBJ_obj2nid(const ASN1_OBJECT *o);
|
|
63
|
+
ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
|
|
64
|
+
int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
|
|
65
|
+
int OBJ_txt2nid(const char *s);
|
|
66
|
+
int OBJ_ln2nid(const char *s);
|
|
67
|
+
int OBJ_sn2nid(const char *s);
|
|
68
|
+
int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);
|
|
69
|
+
const void *OBJ_bsearch_(const void *key, const void *base, int num, int size,
|
|
70
|
+
int (*cmp) (const void *, const void *));
|
|
71
|
+
const void *OBJ_bsearch_ex_(const void *key, const void *base, int num,
|
|
72
|
+
int size,
|
|
73
|
+
int (*cmp) (const void *, const void *),
|
|
74
|
+
int flags);
|
|
75
|
+
|
|
76
|
+
# define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
|
|
77
|
+
static int nm##_cmp_BSEARCH_CMP_FN(const void *, const void *); \
|
|
78
|
+
static int nm##_cmp(type1 const *, type2 const *); \
|
|
79
|
+
scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
|
|
80
|
+
|
|
81
|
+
# define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
|
|
82
|
+
_DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
|
|
83
|
+
# define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
|
|
84
|
+
type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
|
|
85
|
+
|
|
86
|
+
/*-
|
|
87
|
+
* Unsolved problem: if a type is actually a pointer type, like
|
|
88
|
+
* nid_triple is, then its impossible to get a const where you need
|
|
89
|
+
* it. Consider:
|
|
90
|
+
*
|
|
91
|
+
* typedef int nid_triple[3];
|
|
92
|
+
* const void *a_;
|
|
93
|
+
* const nid_triple const *a = a_;
|
|
94
|
+
*
|
|
95
|
+
* The assignment discards a const because what you really want is:
|
|
96
|
+
*
|
|
97
|
+
* const int const * const *a = a_;
|
|
98
|
+
*
|
|
99
|
+
* But if you do that, you lose the fact that a is an array of 3 ints,
|
|
100
|
+
* which breaks comparison functions.
|
|
101
|
+
*
|
|
102
|
+
* Thus we end up having to cast, sadly, or unpack the
|
|
103
|
+
* declarations. Or, as I finally did in this case, declare nid_triple
|
|
104
|
+
* to be a struct, which it should have been in the first place.
|
|
105
|
+
*
|
|
106
|
+
* Ben, August 2008.
|
|
107
|
+
*
|
|
108
|
+
* Also, strictly speaking not all types need be const, but handling
|
|
109
|
+
* the non-constness means a lot of complication, and in practice
|
|
110
|
+
* comparison routines do always not touch their arguments.
|
|
111
|
+
*/
|
|
112
|
+
|
|
113
|
+
# define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \
|
|
114
|
+
static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \
|
|
115
|
+
{ \
|
|
116
|
+
type1 const *a = a_; \
|
|
117
|
+
type2 const *b = b_; \
|
|
118
|
+
return nm##_cmp(a,b); \
|
|
119
|
+
} \
|
|
120
|
+
static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
|
|
121
|
+
{ \
|
|
122
|
+
return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \
|
|
123
|
+
nm##_cmp_BSEARCH_CMP_FN); \
|
|
124
|
+
} \
|
|
125
|
+
extern void dummy_prototype(void)
|
|
126
|
+
|
|
127
|
+
# define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
|
|
128
|
+
static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \
|
|
129
|
+
{ \
|
|
130
|
+
type1 const *a = a_; \
|
|
131
|
+
type2 const *b = b_; \
|
|
132
|
+
return nm##_cmp(a,b); \
|
|
133
|
+
} \
|
|
134
|
+
type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
|
|
135
|
+
{ \
|
|
136
|
+
return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \
|
|
137
|
+
nm##_cmp_BSEARCH_CMP_FN); \
|
|
138
|
+
} \
|
|
139
|
+
extern void dummy_prototype(void)
|
|
140
|
+
|
|
141
|
+
# define OBJ_bsearch(type1,key,type2,base,num,cmp) \
|
|
142
|
+
((type2 *)OBJ_bsearch_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \
|
|
143
|
+
num,sizeof(type2), \
|
|
144
|
+
((void)CHECKED_PTR_OF(type1,cmp##_type_1), \
|
|
145
|
+
(void)CHECKED_PTR_OF(type2,cmp##_type_2), \
|
|
146
|
+
cmp##_BSEARCH_CMP_FN)))
|
|
147
|
+
|
|
148
|
+
# define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \
|
|
149
|
+
((type2 *)OBJ_bsearch_ex_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \
|
|
150
|
+
num,sizeof(type2), \
|
|
151
|
+
((void)CHECKED_PTR_OF(type1,cmp##_type_1), \
|
|
152
|
+
(void)type_2=CHECKED_PTR_OF(type2,cmp##_type_2), \
|
|
153
|
+
cmp##_BSEARCH_CMP_FN)),flags)
|
|
154
|
+
|
|
155
|
+
int OBJ_new_nid(int num);
|
|
156
|
+
int OBJ_add_object(const ASN1_OBJECT *obj);
|
|
157
|
+
int OBJ_create(const char *oid, const char *sn, const char *ln);
|
|
158
|
+
#if OPENSSL_API_COMPAT < 0x10100000L
|
|
159
|
+
# define OBJ_cleanup() while(0) continue
|
|
160
|
+
#endif
|
|
161
|
+
int OBJ_create_objects(BIO *in);
|
|
162
|
+
|
|
163
|
+
size_t OBJ_length(const ASN1_OBJECT *obj);
|
|
164
|
+
const unsigned char *OBJ_get0_data(const ASN1_OBJECT *obj);
|
|
165
|
+
|
|
166
|
+
int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid);
|
|
167
|
+
int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);
|
|
168
|
+
int OBJ_add_sigid(int signid, int dig_id, int pkey_id);
|
|
169
|
+
void OBJ_sigid_free(void);
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
# ifdef __cplusplus
|
|
173
|
+
}
|
|
174
|
+
# endif
|
|
175
|
+
#endif
|
|
@@ -0,0 +1,42 @@
|
|
|
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_OBJERR_H
|
|
12
|
+
# define HEADER_OBJERR_H
|
|
13
|
+
|
|
14
|
+
# ifndef HEADER_SYMHACKS_H
|
|
15
|
+
# include <openssl/symhacks.h>
|
|
16
|
+
# endif
|
|
17
|
+
|
|
18
|
+
# ifdef __cplusplus
|
|
19
|
+
extern "C"
|
|
20
|
+
# endif
|
|
21
|
+
int ERR_load_OBJ_strings(void);
|
|
22
|
+
|
|
23
|
+
/*
|
|
24
|
+
* OBJ function codes.
|
|
25
|
+
*/
|
|
26
|
+
# define OBJ_F_OBJ_ADD_OBJECT 105
|
|
27
|
+
# define OBJ_F_OBJ_ADD_SIGID 107
|
|
28
|
+
# define OBJ_F_OBJ_CREATE 100
|
|
29
|
+
# define OBJ_F_OBJ_DUP 101
|
|
30
|
+
# define OBJ_F_OBJ_NAME_NEW_INDEX 106
|
|
31
|
+
# define OBJ_F_OBJ_NID2LN 102
|
|
32
|
+
# define OBJ_F_OBJ_NID2OBJ 103
|
|
33
|
+
# define OBJ_F_OBJ_NID2SN 104
|
|
34
|
+
# define OBJ_F_OBJ_TXT2OBJ 108
|
|
35
|
+
|
|
36
|
+
/*
|
|
37
|
+
* OBJ reason codes.
|
|
38
|
+
*/
|
|
39
|
+
# define OBJ_R_OID_EXISTS 102
|
|
40
|
+
# define OBJ_R_UNKNOWN_NID 101
|
|
41
|
+
|
|
42
|
+
#endif
|
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2000-2019 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_OCSP_H
|
|
11
|
+
# define HEADER_OCSP_H
|
|
12
|
+
|
|
13
|
+
#include <openssl/opensslconf.h>
|
|
14
|
+
|
|
15
|
+
/*
|
|
16
|
+
* These definitions are outside the OPENSSL_NO_OCSP guard because although for
|
|
17
|
+
* historical reasons they have OCSP_* names, they can actually be used
|
|
18
|
+
* independently of OCSP. E.g. see RFC5280
|
|
19
|
+
*/
|
|
20
|
+
/*-
|
|
21
|
+
* CRLReason ::= ENUMERATED {
|
|
22
|
+
* unspecified (0),
|
|
23
|
+
* keyCompromise (1),
|
|
24
|
+
* cACompromise (2),
|
|
25
|
+
* affiliationChanged (3),
|
|
26
|
+
* superseded (4),
|
|
27
|
+
* cessationOfOperation (5),
|
|
28
|
+
* certificateHold (6),
|
|
29
|
+
* removeFromCRL (8) }
|
|
30
|
+
*/
|
|
31
|
+
# define OCSP_REVOKED_STATUS_NOSTATUS -1
|
|
32
|
+
# define OCSP_REVOKED_STATUS_UNSPECIFIED 0
|
|
33
|
+
# define OCSP_REVOKED_STATUS_KEYCOMPROMISE 1
|
|
34
|
+
# define OCSP_REVOKED_STATUS_CACOMPROMISE 2
|
|
35
|
+
# define OCSP_REVOKED_STATUS_AFFILIATIONCHANGED 3
|
|
36
|
+
# define OCSP_REVOKED_STATUS_SUPERSEDED 4
|
|
37
|
+
# define OCSP_REVOKED_STATUS_CESSATIONOFOPERATION 5
|
|
38
|
+
# define OCSP_REVOKED_STATUS_CERTIFICATEHOLD 6
|
|
39
|
+
# define OCSP_REVOKED_STATUS_REMOVEFROMCRL 8
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# ifndef OPENSSL_NO_OCSP
|
|
43
|
+
|
|
44
|
+
# include <openssl/ossl_typ.h>
|
|
45
|
+
# include <openssl/x509.h>
|
|
46
|
+
# include <openssl/x509v3.h>
|
|
47
|
+
# include <openssl/safestack.h>
|
|
48
|
+
# include <openssl/ocsperr.h>
|
|
49
|
+
|
|
50
|
+
#ifdef __cplusplus
|
|
51
|
+
extern "C" {
|
|
52
|
+
#endif
|
|
53
|
+
|
|
54
|
+
/* Various flags and values */
|
|
55
|
+
|
|
56
|
+
# define OCSP_DEFAULT_NONCE_LENGTH 16
|
|
57
|
+
|
|
58
|
+
# define OCSP_NOCERTS 0x1
|
|
59
|
+
# define OCSP_NOINTERN 0x2
|
|
60
|
+
# define OCSP_NOSIGS 0x4
|
|
61
|
+
# define OCSP_NOCHAIN 0x8
|
|
62
|
+
# define OCSP_NOVERIFY 0x10
|
|
63
|
+
# define OCSP_NOEXPLICIT 0x20
|
|
64
|
+
# define OCSP_NOCASIGN 0x40
|
|
65
|
+
# define OCSP_NODELEGATED 0x80
|
|
66
|
+
# define OCSP_NOCHECKS 0x100
|
|
67
|
+
# define OCSP_TRUSTOTHER 0x200
|
|
68
|
+
# define OCSP_RESPID_KEY 0x400
|
|
69
|
+
# define OCSP_NOTIME 0x800
|
|
70
|
+
|
|
71
|
+
typedef struct ocsp_cert_id_st OCSP_CERTID;
|
|
72
|
+
|
|
73
|
+
DEFINE_STACK_OF(OCSP_CERTID)
|
|
74
|
+
|
|
75
|
+
typedef struct ocsp_one_request_st OCSP_ONEREQ;
|
|
76
|
+
|
|
77
|
+
DEFINE_STACK_OF(OCSP_ONEREQ)
|
|
78
|
+
|
|
79
|
+
typedef struct ocsp_req_info_st OCSP_REQINFO;
|
|
80
|
+
typedef struct ocsp_signature_st OCSP_SIGNATURE;
|
|
81
|
+
typedef struct ocsp_request_st OCSP_REQUEST;
|
|
82
|
+
|
|
83
|
+
# define OCSP_RESPONSE_STATUS_SUCCESSFUL 0
|
|
84
|
+
# define OCSP_RESPONSE_STATUS_MALFORMEDREQUEST 1
|
|
85
|
+
# define OCSP_RESPONSE_STATUS_INTERNALERROR 2
|
|
86
|
+
# define OCSP_RESPONSE_STATUS_TRYLATER 3
|
|
87
|
+
# define OCSP_RESPONSE_STATUS_SIGREQUIRED 5
|
|
88
|
+
# define OCSP_RESPONSE_STATUS_UNAUTHORIZED 6
|
|
89
|
+
|
|
90
|
+
typedef struct ocsp_resp_bytes_st OCSP_RESPBYTES;
|
|
91
|
+
|
|
92
|
+
# define V_OCSP_RESPID_NAME 0
|
|
93
|
+
# define V_OCSP_RESPID_KEY 1
|
|
94
|
+
|
|
95
|
+
DEFINE_STACK_OF(OCSP_RESPID)
|
|
96
|
+
|
|
97
|
+
typedef struct ocsp_revoked_info_st OCSP_REVOKEDINFO;
|
|
98
|
+
|
|
99
|
+
# define V_OCSP_CERTSTATUS_GOOD 0
|
|
100
|
+
# define V_OCSP_CERTSTATUS_REVOKED 1
|
|
101
|
+
# define V_OCSP_CERTSTATUS_UNKNOWN 2
|
|
102
|
+
|
|
103
|
+
typedef struct ocsp_cert_status_st OCSP_CERTSTATUS;
|
|
104
|
+
typedef struct ocsp_single_response_st OCSP_SINGLERESP;
|
|
105
|
+
|
|
106
|
+
DEFINE_STACK_OF(OCSP_SINGLERESP)
|
|
107
|
+
|
|
108
|
+
typedef struct ocsp_response_data_st OCSP_RESPDATA;
|
|
109
|
+
|
|
110
|
+
typedef struct ocsp_basic_response_st OCSP_BASICRESP;
|
|
111
|
+
|
|
112
|
+
typedef struct ocsp_crl_id_st OCSP_CRLID;
|
|
113
|
+
typedef struct ocsp_service_locator_st OCSP_SERVICELOC;
|
|
114
|
+
|
|
115
|
+
# define PEM_STRING_OCSP_REQUEST "OCSP REQUEST"
|
|
116
|
+
# define PEM_STRING_OCSP_RESPONSE "OCSP RESPONSE"
|
|
117
|
+
|
|
118
|
+
# define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,bp,p)
|
|
119
|
+
|
|
120
|
+
# define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
|
|
121
|
+
|
|
122
|
+
# define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
|
|
123
|
+
(char *(*)())d2i_OCSP_REQUEST,PEM_STRING_OCSP_REQUEST, \
|
|
124
|
+
bp,(char **)(x),cb,NULL)
|
|
125
|
+
|
|
126
|
+
# define PEM_read_bio_OCSP_RESPONSE(bp,x,cb) (OCSP_RESPONSE *)PEM_ASN1_read_bio(\
|
|
127
|
+
(char *(*)())d2i_OCSP_RESPONSE,PEM_STRING_OCSP_RESPONSE, \
|
|
128
|
+
bp,(char **)(x),cb,NULL)
|
|
129
|
+
|
|
130
|
+
# define PEM_write_bio_OCSP_REQUEST(bp,o) \
|
|
131
|
+
PEM_ASN1_write_bio((int (*)())i2d_OCSP_REQUEST,PEM_STRING_OCSP_REQUEST,\
|
|
132
|
+
bp,(char *)(o), NULL,NULL,0,NULL,NULL)
|
|
133
|
+
|
|
134
|
+
# define PEM_write_bio_OCSP_RESPONSE(bp,o) \
|
|
135
|
+
PEM_ASN1_write_bio((int (*)())i2d_OCSP_RESPONSE,PEM_STRING_OCSP_RESPONSE,\
|
|
136
|
+
bp,(char *)(o), NULL,NULL,0,NULL,NULL)
|
|
137
|
+
|
|
138
|
+
# define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
|
|
139
|
+
|
|
140
|
+
# define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o)
|
|
141
|
+
|
|
142
|
+
# define ASN1_BIT_STRING_digest(data,type,md,len) \
|
|
143
|
+
ASN1_item_digest(ASN1_ITEM_rptr(ASN1_BIT_STRING),type,data,md,len)
|
|
144
|
+
|
|
145
|
+
# define OCSP_CERTSTATUS_dup(cs)\
|
|
146
|
+
(OCSP_CERTSTATUS*)ASN1_dup((int(*)())i2d_OCSP_CERTSTATUS,\
|
|
147
|
+
(char *(*)())d2i_OCSP_CERTSTATUS,(char *)(cs))
|
|
148
|
+
|
|
149
|
+
OCSP_CERTID *OCSP_CERTID_dup(OCSP_CERTID *id);
|
|
150
|
+
|
|
151
|
+
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
|
|
152
|
+
OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
|
|
153
|
+
int maxline);
|
|
154
|
+
int OCSP_REQ_CTX_nbio(OCSP_REQ_CTX *rctx);
|
|
155
|
+
int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
|
|
156
|
+
OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline);
|
|
157
|
+
void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx);
|
|
158
|
+
void OCSP_set_max_response_length(OCSP_REQ_CTX *rctx, unsigned long len);
|
|
159
|
+
int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it,
|
|
160
|
+
ASN1_VALUE *val);
|
|
161
|
+
int OCSP_REQ_CTX_nbio_d2i(OCSP_REQ_CTX *rctx, ASN1_VALUE **pval,
|
|
162
|
+
const ASN1_ITEM *it);
|
|
163
|
+
BIO *OCSP_REQ_CTX_get0_mem_bio(OCSP_REQ_CTX *rctx);
|
|
164
|
+
int OCSP_REQ_CTX_http(OCSP_REQ_CTX *rctx, const char *op, const char *path);
|
|
165
|
+
int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
|
|
166
|
+
int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx,
|
|
167
|
+
const char *name, const char *value);
|
|
168
|
+
|
|
169
|
+
OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject,
|
|
170
|
+
const X509 *issuer);
|
|
171
|
+
|
|
172
|
+
OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst,
|
|
173
|
+
const X509_NAME *issuerName,
|
|
174
|
+
const ASN1_BIT_STRING *issuerKey,
|
|
175
|
+
const ASN1_INTEGER *serialNumber);
|
|
176
|
+
|
|
177
|
+
OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
|
|
178
|
+
|
|
179
|
+
int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
|
|
180
|
+
int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len);
|
|
181
|
+
int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
|
|
182
|
+
int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
|
|
183
|
+
|
|
184
|
+
int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
|
|
185
|
+
int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
|
|
186
|
+
|
|
187
|
+
int OCSP_request_sign(OCSP_REQUEST *req,
|
|
188
|
+
X509 *signer,
|
|
189
|
+
EVP_PKEY *key,
|
|
190
|
+
const EVP_MD *dgst,
|
|
191
|
+
STACK_OF(X509) *certs, unsigned long flags);
|
|
192
|
+
|
|
193
|
+
int OCSP_response_status(OCSP_RESPONSE *resp);
|
|
194
|
+
OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
|
|
195
|
+
|
|
196
|
+
const ASN1_OCTET_STRING *OCSP_resp_get0_signature(const OCSP_BASICRESP *bs);
|
|
197
|
+
const X509_ALGOR *OCSP_resp_get0_tbs_sigalg(const OCSP_BASICRESP *bs);
|
|
198
|
+
const OCSP_RESPDATA *OCSP_resp_get0_respdata(const OCSP_BASICRESP *bs);
|
|
199
|
+
int OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer,
|
|
200
|
+
STACK_OF(X509) *extra_certs);
|
|
201
|
+
|
|
202
|
+
int OCSP_resp_count(OCSP_BASICRESP *bs);
|
|
203
|
+
OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx);
|
|
204
|
+
const ASN1_GENERALIZEDTIME *OCSP_resp_get0_produced_at(const OCSP_BASICRESP* bs);
|
|
205
|
+
const STACK_OF(X509) *OCSP_resp_get0_certs(const OCSP_BASICRESP *bs);
|
|
206
|
+
int OCSP_resp_get0_id(const OCSP_BASICRESP *bs,
|
|
207
|
+
const ASN1_OCTET_STRING **pid,
|
|
208
|
+
const X509_NAME **pname);
|
|
209
|
+
int OCSP_resp_get1_id(const OCSP_BASICRESP *bs,
|
|
210
|
+
ASN1_OCTET_STRING **pid,
|
|
211
|
+
X509_NAME **pname);
|
|
212
|
+
|
|
213
|
+
int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last);
|
|
214
|
+
int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
|
|
215
|
+
ASN1_GENERALIZEDTIME **revtime,
|
|
216
|
+
ASN1_GENERALIZEDTIME **thisupd,
|
|
217
|
+
ASN1_GENERALIZEDTIME **nextupd);
|
|
218
|
+
int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status,
|
|
219
|
+
int *reason,
|
|
220
|
+
ASN1_GENERALIZEDTIME **revtime,
|
|
221
|
+
ASN1_GENERALIZEDTIME **thisupd,
|
|
222
|
+
ASN1_GENERALIZEDTIME **nextupd);
|
|
223
|
+
int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
|
|
224
|
+
ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
|
|
225
|
+
|
|
226
|
+
int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs,
|
|
227
|
+
X509_STORE *store, unsigned long flags);
|
|
228
|
+
|
|
229
|
+
int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath,
|
|
230
|
+
int *pssl);
|
|
231
|
+
|
|
232
|
+
int OCSP_id_issuer_cmp(const OCSP_CERTID *a, const OCSP_CERTID *b);
|
|
233
|
+
int OCSP_id_cmp(const OCSP_CERTID *a, const OCSP_CERTID *b);
|
|
234
|
+
|
|
235
|
+
int OCSP_request_onereq_count(OCSP_REQUEST *req);
|
|
236
|
+
OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i);
|
|
237
|
+
OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
|
|
238
|
+
int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd,
|
|
239
|
+
ASN1_OCTET_STRING **pikeyHash,
|
|
240
|
+
ASN1_INTEGER **pserial, OCSP_CERTID *cid);
|
|
241
|
+
int OCSP_request_is_signed(OCSP_REQUEST *req);
|
|
242
|
+
OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
|
|
243
|
+
OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp,
|
|
244
|
+
OCSP_CERTID *cid,
|
|
245
|
+
int status, int reason,
|
|
246
|
+
ASN1_TIME *revtime,
|
|
247
|
+
ASN1_TIME *thisupd,
|
|
248
|
+
ASN1_TIME *nextupd);
|
|
249
|
+
int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
|
|
250
|
+
int OCSP_basic_sign(OCSP_BASICRESP *brsp,
|
|
251
|
+
X509 *signer, EVP_PKEY *key, const EVP_MD *dgst,
|
|
252
|
+
STACK_OF(X509) *certs, unsigned long flags);
|
|
253
|
+
int OCSP_basic_sign_ctx(OCSP_BASICRESP *brsp,
|
|
254
|
+
X509 *signer, EVP_MD_CTX *ctx,
|
|
255
|
+
STACK_OF(X509) *certs, unsigned long flags);
|
|
256
|
+
int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
|
|
257
|
+
int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
|
|
258
|
+
int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
|
|
259
|
+
|
|
260
|
+
X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
|
|
261
|
+
|
|
262
|
+
X509_EXTENSION *OCSP_accept_responses_new(char **oids);
|
|
263
|
+
|
|
264
|
+
X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
|
|
265
|
+
|
|
266
|
+
X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME *issuer, const char **urls);
|
|
267
|
+
|
|
268
|
+
int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x);
|
|
269
|
+
int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
|
|
270
|
+
int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, const ASN1_OBJECT *obj,
|
|
271
|
+
int lastpos);
|
|
272
|
+
int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos);
|
|
273
|
+
X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc);
|
|
274
|
+
X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc);
|
|
275
|
+
void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit,
|
|
276
|
+
int *idx);
|
|
277
|
+
int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit,
|
|
278
|
+
unsigned long flags);
|
|
279
|
+
int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc);
|
|
280
|
+
|
|
281
|
+
int OCSP_ONEREQ_get_ext_count(OCSP_ONEREQ *x);
|
|
282
|
+
int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos);
|
|
283
|
+
int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, const ASN1_OBJECT *obj, int lastpos);
|
|
284
|
+
int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos);
|
|
285
|
+
X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc);
|
|
286
|
+
X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc);
|
|
287
|
+
void *OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx);
|
|
288
|
+
int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit,
|
|
289
|
+
unsigned long flags);
|
|
290
|
+
int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc);
|
|
291
|
+
|
|
292
|
+
int OCSP_BASICRESP_get_ext_count(OCSP_BASICRESP *x);
|
|
293
|
+
int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos);
|
|
294
|
+
int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, const ASN1_OBJECT *obj,
|
|
295
|
+
int lastpos);
|
|
296
|
+
int OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit,
|
|
297
|
+
int lastpos);
|
|
298
|
+
X509_EXTENSION *OCSP_BASICRESP_get_ext(OCSP_BASICRESP *x, int loc);
|
|
299
|
+
X509_EXTENSION *OCSP_BASICRESP_delete_ext(OCSP_BASICRESP *x, int loc);
|
|
300
|
+
void *OCSP_BASICRESP_get1_ext_d2i(OCSP_BASICRESP *x, int nid, int *crit,
|
|
301
|
+
int *idx);
|
|
302
|
+
int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value,
|
|
303
|
+
int crit, unsigned long flags);
|
|
304
|
+
int OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc);
|
|
305
|
+
|
|
306
|
+
int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x);
|
|
307
|
+
int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos);
|
|
308
|
+
int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, const ASN1_OBJECT *obj,
|
|
309
|
+
int lastpos);
|
|
310
|
+
int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit,
|
|
311
|
+
int lastpos);
|
|
312
|
+
X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc);
|
|
313
|
+
X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc);
|
|
314
|
+
void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit,
|
|
315
|
+
int *idx);
|
|
316
|
+
int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
|
|
317
|
+
int crit, unsigned long flags);
|
|
318
|
+
int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc);
|
|
319
|
+
const OCSP_CERTID *OCSP_SINGLERESP_get0_id(const OCSP_SINGLERESP *x);
|
|
320
|
+
|
|
321
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_SINGLERESP)
|
|
322
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_CERTSTATUS)
|
|
323
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_REVOKEDINFO)
|
|
324
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_BASICRESP)
|
|
325
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_RESPDATA)
|
|
326
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
|
|
327
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
|
|
328
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_RESPBYTES)
|
|
329
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_ONEREQ)
|
|
330
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_CERTID)
|
|
331
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_REQUEST)
|
|
332
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_SIGNATURE)
|
|
333
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_REQINFO)
|
|
334
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_CRLID)
|
|
335
|
+
DECLARE_ASN1_FUNCTIONS(OCSP_SERVICELOC)
|
|
336
|
+
|
|
337
|
+
const char *OCSP_response_status_str(long s);
|
|
338
|
+
const char *OCSP_cert_status_str(long s);
|
|
339
|
+
const char *OCSP_crl_reason_str(long s);
|
|
340
|
+
|
|
341
|
+
int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *a, unsigned long flags);
|
|
342
|
+
int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags);
|
|
343
|
+
|
|
344
|
+
int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
|
|
345
|
+
X509_STORE *st, unsigned long flags);
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
# ifdef __cplusplus
|
|
349
|
+
}
|
|
350
|
+
# endif
|
|
351
|
+
# endif
|
|
352
|
+
#endif
|
|
@@ -0,0 +1,78 @@
|
|
|
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_OCSPERR_H
|
|
12
|
+
# define HEADER_OCSPERR_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_OCSP
|
|
21
|
+
|
|
22
|
+
# ifdef __cplusplus
|
|
23
|
+
extern "C"
|
|
24
|
+
# endif
|
|
25
|
+
int ERR_load_OCSP_strings(void);
|
|
26
|
+
|
|
27
|
+
/*
|
|
28
|
+
* OCSP function codes.
|
|
29
|
+
*/
|
|
30
|
+
# define OCSP_F_D2I_OCSP_NONCE 102
|
|
31
|
+
# define OCSP_F_OCSP_BASIC_ADD1_STATUS 103
|
|
32
|
+
# define OCSP_F_OCSP_BASIC_SIGN 104
|
|
33
|
+
# define OCSP_F_OCSP_BASIC_SIGN_CTX 119
|
|
34
|
+
# define OCSP_F_OCSP_BASIC_VERIFY 105
|
|
35
|
+
# define OCSP_F_OCSP_CERT_ID_NEW 101
|
|
36
|
+
# define OCSP_F_OCSP_CHECK_DELEGATED 106
|
|
37
|
+
# define OCSP_F_OCSP_CHECK_IDS 107
|
|
38
|
+
# define OCSP_F_OCSP_CHECK_ISSUER 108
|
|
39
|
+
# define OCSP_F_OCSP_CHECK_VALIDITY 115
|
|
40
|
+
# define OCSP_F_OCSP_MATCH_ISSUERID 109
|
|
41
|
+
# define OCSP_F_OCSP_PARSE_URL 114
|
|
42
|
+
# define OCSP_F_OCSP_REQUEST_SIGN 110
|
|
43
|
+
# define OCSP_F_OCSP_REQUEST_VERIFY 116
|
|
44
|
+
# define OCSP_F_OCSP_RESPONSE_GET1_BASIC 111
|
|
45
|
+
# define OCSP_F_PARSE_HTTP_LINE1 118
|
|
46
|
+
|
|
47
|
+
/*
|
|
48
|
+
* OCSP reason codes.
|
|
49
|
+
*/
|
|
50
|
+
# define OCSP_R_CERTIFICATE_VERIFY_ERROR 101
|
|
51
|
+
# define OCSP_R_DIGEST_ERR 102
|
|
52
|
+
# define OCSP_R_ERROR_IN_NEXTUPDATE_FIELD 122
|
|
53
|
+
# define OCSP_R_ERROR_IN_THISUPDATE_FIELD 123
|
|
54
|
+
# define OCSP_R_ERROR_PARSING_URL 121
|
|
55
|
+
# define OCSP_R_MISSING_OCSPSIGNING_USAGE 103
|
|
56
|
+
# define OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE 124
|
|
57
|
+
# define OCSP_R_NOT_BASIC_RESPONSE 104
|
|
58
|
+
# define OCSP_R_NO_CERTIFICATES_IN_CHAIN 105
|
|
59
|
+
# define OCSP_R_NO_RESPONSE_DATA 108
|
|
60
|
+
# define OCSP_R_NO_REVOKED_TIME 109
|
|
61
|
+
# define OCSP_R_NO_SIGNER_KEY 130
|
|
62
|
+
# define OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE 110
|
|
63
|
+
# define OCSP_R_REQUEST_NOT_SIGNED 128
|
|
64
|
+
# define OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA 111
|
|
65
|
+
# define OCSP_R_ROOT_CA_NOT_TRUSTED 112
|
|
66
|
+
# define OCSP_R_SERVER_RESPONSE_ERROR 114
|
|
67
|
+
# define OCSP_R_SERVER_RESPONSE_PARSE_ERROR 115
|
|
68
|
+
# define OCSP_R_SIGNATURE_FAILURE 117
|
|
69
|
+
# define OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND 118
|
|
70
|
+
# define OCSP_R_STATUS_EXPIRED 125
|
|
71
|
+
# define OCSP_R_STATUS_NOT_YET_VALID 126
|
|
72
|
+
# define OCSP_R_STATUS_TOO_OLD 127
|
|
73
|
+
# define OCSP_R_UNKNOWN_MESSAGE_DIGEST 119
|
|
74
|
+
# define OCSP_R_UNKNOWN_NID 120
|
|
75
|
+
# define OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE 129
|
|
76
|
+
|
|
77
|
+
# endif
|
|
78
|
+
#endif
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#undef OPENSSL_LINUX
|
|
2
|
+
#if defined(__linux) && !defined(__ANDROID__)
|
|
3
|
+
# define OPENSSL_LINUX 1
|
|
4
|
+
#endif
|
|
5
|
+
|
|
6
|
+
#if defined(OPENSSL_NO_ASM)
|
|
7
|
+
# include "./opensslconf_no-asm.h"
|
|
8
|
+
#else
|
|
9
|
+
# include "./opensslconf_asm.h"
|
|
10
|
+
#endif
|
|
11
|
+
|
|
12
|
+
/* GOST is not included in all platform */
|
|
13
|
+
#ifndef OPENSSL_NO_GOST
|
|
14
|
+
# define OPENSSL_NO_GOST
|
|
15
|
+
#endif
|
|
16
|
+
/* HW_PADLOCK is not included in all platform */
|
|
17
|
+
#ifndef OPENSSL_NO_HW_PADLOCK
|
|
18
|
+
# define OPENSSL_NO_HW_PADLOCK
|
|
19
|
+
#endif
|
|
20
|
+
/* musl in Alpine Linux does not support getcontext etc.*/
|
|
21
|
+
#if defined(OPENSSL_LINUX) && !defined(__GLIBC__) && !defined(__clang__)
|
|
22
|
+
# define OPENSSL_NO_ASYNC
|
|
23
|
+
#endif
|