freebsd-skq/sys/geom/eli
trociny e95ea38956 In g_eli_read_done() and g_eli_write_done(), for a bio with
bio_children > 1, g_destroy_bio() is never called and the bio
leaks. Fix this by calling g_destroy_bio() earlier, before the check.

Submitted by:	Victor Balada Diaz <victor@bsdes.net> (initial version)
Approved by:	pjd (mentor)
MFC after:	1 week
2011-04-03 17:38:12 +00:00
..
g_eli_crypto.c Update copyright years. 2010-09-23 12:02:08 +00:00
g_eli_ctl.c - Improve error messages, so instead of 'Not fully done', the user will get 2010-10-22 22:58:00 +00:00
g_eli_integrity.c Bring in geli suspend/resume functionality (finally). 2010-10-20 20:50:55 +00:00
g_eli_key.c Move sc_akeyctx and sc_ivctx initialization to the g_eli_mkey_propagate() 2010-10-22 22:13:11 +00:00
g_eli_privacy.c Bring in geli suspend/resume functionality (finally). 2010-10-20 20:50:55 +00:00
g_eli.c In g_eli_read_done() and g_eli_write_done(), for a bio with 2011-04-03 17:38:12 +00:00
g_eli.h Free opencrypto sessions on suspend, as they also might keep encryption keys. 2010-10-21 19:44:28 +00:00
pkcs5v2.c
pkcs5v2.h