freebsd-dev/sys/crypto
Allan Jude 0144ad3e78 Connect the SHA-512t256 and Skein hashing algorithms to ZFS
Support for the new hashing algorithms in ZFS was introduced in r289422
However it was disconnected because FreeBSD lacked implementations of
SHA-512 (truncated to 256 bits), and Skein.

These implementations were introduced in r300921 and r300966 respectively

This commit connects them to ZFS and enabled these new checksum algorithms

This new algorithms are not supported by the boot blocks, so do not use them
on your root dataset if you boot from ZFS.

Relnotes:	yes
Sponsored by:	ScaleEngine Inc.
2016-05-31 04:12:14 +00:00
..
aesni crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00
blowfish
camellia
des
rc4
rijndael Fix gcc build: preserve const qualifier when casting input values. 2014-11-11 13:37:28 +00:00
sha2 Retune SHA2 code for improved performance on CPUs with more ILP and 2016-05-29 17:26:40 +00:00
siphash crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00
skein Connect the SHA-512t256 and Skein hashing algorithms to ZFS 2016-05-31 04:12:14 +00:00
via Add some new modes to OpenCrypto. These modes are AES-ICM (can be used 2014-12-12 19:56:36 +00:00
sha1.c crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00
sha1.h crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00