Tino Reichardt
4c5fec01a4
Add generic implementation handling and SHA2 impl
...
The skeleton file module/icp/include/generic_impl.c can be used for
iterating over different implementations of algorithms.
It is used by SHA256, SHA512 and BLAKE3 currently.
The Solaris SHA2 implementation got replaced with a version which is
based on public domain code of cppcrypto v0.10.
These assembly files are taken from current openssl master:
- sha256-x86_64.S: x64, SSSE3, AVX, AVX2, SHA-NI (x86_64)
- sha512-x86_64.S: x64, AVX, AVX2 (x86_64)
- sha256-armv7.S: ARMv7, NEON, ARMv8-CE (arm)
- sha512-armv7.S: ARMv7, NEON (arm)
- sha256-armv8.S: ARMv7, NEON, ARMv8-CE (aarch64)
- sha512-armv8.S: ARMv7, ARMv8-CE (aarch64)
- sha256-ppc.S: Generic PPC64 LE/BE (ppc64)
- sha512-ppc.S: Generic PPC64 LE/BE (ppc64)
- sha256-p8.S: Power8 ISA Version 2.07 LE/BE (ppc64)
- sha512-p8.S: Power8 ISA Version 2.07 LE/BE (ppc64)
Tested-by: Rich Ercolani <rincebrain@gmail.com >
Tested-by: Sebastian Gottschall <s.gottschall@dd-wrt.com >
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov >
Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de >
Closes #13741
2023-03-02 13:52:21 -08:00
..
2022-07-11 14:16:13 -07:00
2023-01-23 13:14:25 -08:00
2023-01-23 13:14:25 -08:00
2022-05-10 10:18:51 -07:00
2022-09-08 10:32:30 -07:00
2022-05-25 09:18:49 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2021-06-07 09:02:47 -07:00
2023-03-01 15:27:40 -08:00
2023-01-09 10:45:17 -08:00
2023-01-17 11:09:19 -08:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-09-16 14:25:53 -07:00
2017-07-07 11:28:01 -07:00
2022-07-11 14:16:13 -07:00
2023-01-25 11:30:24 -08:00
2022-07-11 14:16:13 -07:00
2023-01-10 13:39:22 -08:00
2022-10-20 11:57:15 -07:00
2022-07-20 17:14:06 -07:00
2023-01-04 17:29:54 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-28 15:52:46 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-10-13 10:03:29 -07:00
2022-10-19 17:07:51 -07:00
2023-01-04 17:29:54 -07:00
2022-06-29 14:08:59 -07:00
2022-08-22 17:42:01 -07:00
2023-02-28 14:03:52 -08:00
2022-10-13 10:03:29 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2023-01-20 11:10:15 -08:00
2022-10-13 10:03:29 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2016-10-03 14:51:15 -07:00
2022-07-11 14:16:13 -07:00
2020-11-02 22:01:10 +00:00
2017-10-11 16:54:48 -04:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-10-13 10:03:29 -07:00
2022-07-14 10:38:16 -07:00
2022-04-20 13:28:24 -07:00
2021-06-10 10:42:31 -06:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2019-06-19 09:48:12 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2023-03-02 13:52:21 -08:00
2016-10-03 14:51:15 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-09-27 16:42:41 -07:00
2022-07-11 14:16:13 -07:00
2023-02-15 09:06:29 -08:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-09-27 16:42:41 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2023-01-23 13:14:25 -08:00
2018-04-14 12:16:17 -07:00
2018-04-14 12:16:17 -07:00
2022-07-11 14:16:13 -07:00
2022-09-06 09:43:21 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-09-27 16:42:41 -07:00
2022-07-11 14:16:13 -07:00
2022-09-28 09:48:46 -07:00
2022-07-11 14:16:13 -07:00
2022-10-20 11:57:15 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2018-02-08 15:28:18 -08:00
2022-07-11 14:16:13 -07:00
2018-02-08 15:28:18 -08:00
2020-02-14 13:41:42 -08:00
2022-10-13 10:03:29 -07:00
2022-07-11 14:16:13 -07:00
2022-11-29 09:56:16 -08:00
2020-09-15 15:42:27 -07:00
2022-07-11 14:16:13 -07:00
2022-10-29 13:05:11 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2023-03-02 13:52:21 -08:00
2022-10-13 10:03:29 -07:00
2022-09-27 16:55:32 -07:00
2022-11-03 09:52:12 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2018-03-04 17:34:51 -08:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00
2023-02-14 11:04:34 -08:00
2023-03-01 13:23:09 -08:00
2022-11-08 12:38:08 -08:00
2023-03-02 13:52:21 -08:00
2023-02-27 14:41:02 -08:00
2022-06-29 14:08:54 -07:00
2022-07-11 14:16:13 -07:00
2020-07-03 11:05:50 -07:00
2022-10-27 09:54:54 -07:00
2023-01-05 09:31:55 -08:00
2022-01-21 10:28:13 -08:00
2022-07-11 14:16:13 -07:00
2022-07-11 14:16:13 -07:00