freebsd-nq/sys/geom/eli
Pawel Jakub Dawidek effb9912c7 When decoding metadata, check magic string, so we know this is not GELI device
before we check its version. We don't want to report that some garbage is
unsupported version if this is not even GELI provider.

MFC after:	3 days
2011-10-25 13:44:23 +00:00
..
g_eli_crypto.c Update copyright years. 2010-09-23 12:02:08 +00:00
g_eli_ctl.c Version 6 is compatible with version 5 when it comes to control commands. 2011-05-08 09:25:54 +00:00
g_eli_integrity.c When support for multiple encryption keys was committed, GELI integrity mode 2011-05-08 09:17:56 +00:00
g_eli_key_cache.c Fix a memory leak possible in g_eli_key_allocate() if the key with the 2011-05-15 12:39:30 +00:00
g_eli_key.c Instead of allocating memory for all the keys at device attach, 2011-04-21 13:31:43 +00:00
g_eli_privacy.c Instead of allocating memory for all the keys at device attach, 2011-04-21 13:31:43 +00:00
g_eli.c Prefer G_ELI_VERSION_* defines for version numbers over plain digits. 2011-10-25 13:09:22 +00:00
g_eli.h When decoding metadata, check magic string, so we know this is not GELI device 2011-10-25 13:44:23 +00:00
pkcs5v2.c
pkcs5v2.h