mirror_zfs/module/icp/algs/modes
Attila Fülöp c6b0680d9b 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 16:06:09 -07:00
..
cbc.c Remove checks for null out value in encryption paths 2020-03-26 10:41:57 -07:00
ccm.c Prefix zfs internal endian checks with _ZFS 2020-07-28 13:02:49 -07:00
ctr.c Remove checks for null out value in encryption paths 2020-03-26 10:41:57 -07:00
ecb.c Remove checks for null out value in encryption paths 2020-03-26 10:41:57 -07:00
gcm_generic.c Add support for selecting encryption backend 2018-08-02 11:59:24 -07:00
gcm_pclmulqdq.c OpenZFS restructuring - move platform specific headers 2019-09-05 09:34:54 -07:00
gcm.c ICP: gcm: Allocate hash subkey table separately 2020-10-30 16:06:09 -07:00
modes.c ICP: gcm: Allocate hash subkey table separately 2020-10-30 16:06:09 -07:00