freebsd-dev/sys/geom/eli
Pawel Jakub Dawidek 2bd4ade694 Before using byte offset for IV creation, covert it to little endian.
This way one will be able to use provider encrypted on eg. i386 on
eg. sparc64. This doesn't really buy us much today, because UFS isn't
endian agnostic.

We retain backward compatibility by setting G_ELI_FLAG_NATIVE_BYTE_ORDER
flag on devices with version number less than 2 and not converting the
offset.
2006-08-11 19:09:12 +00:00
..
g_eli_crypto.c geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flag 2006-04-20 06:33:46 +00:00
g_eli_ctl.c Allow geli to operate on read-only providers. 2006-08-09 18:11:14 +00:00
g_eli_integrity.c Don't forget to initialize crp_olen field, which is used to calculate 2006-07-22 10:05:55 +00:00
g_eli_key.c Implement data integrity verification (data authentication) for geli(8). 2006-06-05 21:38:54 +00:00
g_eli_privacy.c Implement data integrity verification (data authentication) for geli(8). 2006-06-05 21:38:54 +00:00
g_eli.c Before using byte offset for IV creation, covert it to little endian. 2006-08-11 19:09:12 +00:00
g_eli.h Before using byte offset for IV creation, covert it to little endian. 2006-08-11 19:09:12 +00:00
pkcs5v2.c Remove trailing spaces. 2006-02-01 12:06:01 +00:00
pkcs5v2.h Remove trailing spaces. 2006-02-01 12:06:01 +00:00