mirror_zfs/module/icp/asm-x86_64
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 Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
modes ICP: gcm: Allocate hash subkey table separately 2020-10-30 15:24:21 -07:00
sha1 [icp] fpu and asm cleanup for linux 2017-03-07 12:59:31 -08:00
sha2 Clang fixes 2017-07-05 10:38:20 -07:00