freebsd-src/sys/geom/bde
Poul-Henning Kamp e8e0742ef4 If on a BIO_READ request, we failed to allocate the bio for reading
our key-sector, we would end up returning the read without an error,
despite the fact that the data was not correctly decrypted.

This would result in data corruption on read, but intact data still
on the media.
2003-04-25 21:28:28 +00:00
..
g_bde.c Remove all references to BIO_SETATTR. We will not be using it. 2003-04-03 19:19:36 +00:00
g_bde.h Optimize the size of the work-items by letting the mapping function 2003-01-02 19:29:49 +00:00
g_bde_crypt.c Use sys/endian.h instead of geom_enc.c for endian-agnostfication. 2003-04-03 11:33:51 +00:00
g_bde_lock.c Use sys/endian.h instead of geom_enc.c for endian-agnostfication. 2003-04-03 11:33:51 +00:00
g_bde_work.c If on a BIO_READ request, we failed to allocate the bio for reading 2003-04-25 21:28:28 +00:00