freebsd-dev/stand/libsa/geli
John Baldwin c7721958ff geliboot: Use the correct IV length for AES-XTS.
- Use AES_XTS_IV_LEN instead of the key length as the IV length.
- Use G_ELI_IVKEYLEN as the size of the zeroed iv[] array in
  g_eli_crypto_cipher() to match geli_io().

PR:		261172
Reported by:	Malcolm Matalka <mmatalka@gmail.com>, mikael
Reviewed by:	markj
Sponsored by:	FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D33884
2022-01-13 17:19:54 -08:00
..
geli_metadata.c
geliboot_crypto.c geliboot: Use the correct IV length for AES-XTS. 2022-01-13 17:19:54 -08:00
geliboot_internal.h geliboot: Use the correct IV length for AES-XTS. 2022-01-13 17:19:54 -08:00
geliboot.c geliboot: Use the correct IV length for AES-XTS. 2022-01-13 17:19:54 -08:00
geliboot.h loader: implement GELI writes 2020-07-11 06:51:42 +00:00
gelidev.c loader: implement GELI writes 2020-07-11 06:51:42 +00:00
Makefile.inc
pwgets.c