1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/sys/geom/eli
Pawel Jakub Dawidek efd9ac0dfc Add a __packed keyword to g_eli_metadata struct definition, so
sizeof(struct g_eli_metadata) will return the exact number of bytes needed
for storing it on the disk.
Without this change GELI was unusable on amd64 (and probably other 64-bit
archs), because sizeof(struct g_eli_metadata) was greater than 512 bytes
and geli(8) was failing on assertion.

Reported by:	Michael Reifenberger <mike@Reifenberger.com>
MFC after:	3 days
2005-08-20 10:43:03 +00:00
..
g_eli_crypto.c
g_eli_ctl.c Allow to change number of iterations for PKCS#5v2. It can only be used 2005-08-19 22:19:25 +00:00
g_eli_key.c
g_eli.c Always run dedicated kernel thread (even when we have hardware support). 2005-08-17 15:25:57 +00:00
g_eli.h Add a __packed keyword to g_eli_metadata struct definition, so 2005-08-20 10:43:03 +00:00
pkcs5v2.c
pkcs5v2.h