freebsd-dev/sys/geom/eli
Mikolaj Golub 76cc7f6dd6 Fix a memory leak possible in g_eli_key_allocate() if the key with the
same keyno is added while we aren't holding the lock.

Approved by:	pjd (mentor)
MFC after:	1 week
2011-05-15 12:39:30 +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 Export GELI class version via sysctl kern.geom.eli.version. 2011-05-08 09:29:21 +00:00
g_eli.h Detect and handle metadata of version 6. 2011-05-08 09:25:16 +00:00
pkcs5v2.c
pkcs5v2.h