freebsd-src/stand/libsa/geli
Toomas Soome e417249016 loader: GELI encrypted disk should still use device name disk
geli_probe_and_attach() does pick geli_devsw structure for
encrypted disks, the implementation depends on device
name "disk" when device type is DEVT_DISK, but geli_devsw is
setting name field "gelidisk".

PR:		264282
Submitted by:	yamagi@yamagi.org
Reported by:	yamagi@yamagi.org
MFC after:	2 weeks
2022-06-20 10:10:14 +03:00
..
geli_metadata.c
geliboot.c stand: Fix a common typo in source code comments 2022-03-28 19:34:30 +02:00
geliboot.h loader: implement GELI writes 2020-07-11 06:51:42 +00:00
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
gelidev.c loader: GELI encrypted disk should still use device name disk 2022-06-20 10:10:14 +03:00
Makefile.inc
pwgets.c