freebsd-src/sys/crypto/armv8
Oleksandr Tymoshenko 748be78e60 armv8crypto: fix AES-XTS regression introduced by ed9b7f44
Initialization of the XTS key schedule was accidentally dropped
when adding AES-GCM support so all-zero schedule was used instead.
This rendered previously created GELI partitions unusable.
This change restores proper XTS key schedule initialization.

Reported by:	Peter Jeremy <peter@rulingia.com>
MFC after:	immediately
2021-03-07 12:03:47 -08:00
..
armv8_crypto.c armv8crypto: fix AES-XTS regression introduced by ed9b7f44 2021-03-07 12:03:47 -08:00
armv8_crypto.h armv8crypto: add AES-GCM support 2021-01-21 21:41:27 -08:00
armv8_crypto_wrap.c armv8crypto: Extract GCM state into a structure 2021-02-08 09:19:10 -05:00
stdint.h