opnsense-src/sys/boot/geli
Allan Jude f33ff2af70 Fix GELIBoot support for GELI sector size is > 512
Add support for 4k sector GELI encrypted partitions to the bootloader
This is the default created by the installer

Because the IV is different for each sector, and the XTS tweak carries forward you can not decrypt a partial sector if the starting offset is not 0

Make boot2 and the loader read in 4k aligned chunks

Reviewed by:	ed, oshogbo
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D5820
2016-04-06 23:21:44 +00:00
..
geliboot.c Fix GELIBoot support for GELI sector size is > 512 2016-04-06 23:21:44 +00:00
geliboot.h Fix GELIBoot support for GELI sector size is > 512 2016-04-06 23:21:44 +00:00
geliboot_crypto.c
Makefile
Makefile.depend
pwgets.c