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
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
g_eli_privacy.c
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
pkcs5v2.h