zfs/module/icp/include
Attila Fülöp e8beeaa111
ICP: gcm: Allocate hash subkey table separately
While evaluating other assembler implementations it turns out that
the precomputed hash subkey tables vary in size, from 8*16 bytes
(avx2/avx512) up to 48*16 bytes (avx512-vaes), depending on the
implementation.

To be able to handle the size differences later, allocate
`gcm_Htable` dynamically rather then having a fixed size array, and
adapt consumers.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Attila Fülöp <attila@fueloep.org>
Closes #11102
2020-10-30 15:24:21 -07:00
..
aes Add prototypes 2020-06-18 12:21:32 -07:00
modes ICP: gcm: Allocate hash subkey table separately 2020-10-30 15:24:21 -07:00
sha1 Fix spelling 2017-01-03 11:31:18 -06:00
sha2 OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R 2016-10-03 14:51:15 -07:00
sys Make use of ZFS_DEBUG consistent within kmod sources 2020-07-25 20:07:44 -07:00