1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/libdm
Milan Broz 12ca060e9f Support crypt segment in libdevmapper tree.
- it can support multiple segments, but note that
to work properly, correct IV (initialization vector)
offset parameter must be set properly.

Because most usage of IV start offset is when we join
several crypto segments together (so iv_offset is the segment
start offset), DM_CRYPT_IV_DEFAULT is defined to simplify
the process.

Function accepts the string in cipher agrument (already
including chainmode and iv type; chainmode and iv parameters are NULL
in this case) or user can provide split parameters which will
join into dm-crypt cipher specification "cipher-chainmode-iv".

All these parameters must be supplied in correct dm-crypt format.
2009-06-09 16:10:20 +00:00
..
datastruct more fixes 2008-11-04 15:07:45 +00:00
ioctl Helper function to catch memory pool leaks. 2009-04-10 09:56:58 +00:00
misc more tweaking to get things to compile - dmlib.h for log fns, list.h 2008-11-03 18:59:59 +00:00
mm Helper function to catch memory pool leaks. 2009-04-10 09:56:58 +00:00
regex more tweaking to get things to compile - dmlib.h for log fns, list.h 2008-11-03 18:59:59 +00:00
.exported_symbols Support crypt segment in libdevmapper tree. 2009-06-09 16:10:20 +00:00
libdevmapper.h Support crypt segment in libdevmapper tree. 2009-06-09 16:10:20 +00:00
libdevmapper.pc.in Use simple x.y.z library version in libdevmapper.pc 2008-11-01 20:48:09 +00:00
libdm-common.c Add checks for device names in dmsetup and show proper error messages. 2009-01-07 12:17:40 +00:00
libdm-common.h read_ahead node ops 2007-11-30 14:59:57 +00:00
libdm-deptree.c Support crypt segment in libdevmapper tree. 2009-06-09 16:10:20 +00:00
libdm-file.c more tweaking to get things to compile - dmlib.h for log fns, list.h 2008-11-03 18:59:59 +00:00
libdm-report.c Separate PV label attributes which do not need parse metadata when reporting. 2009-02-09 09:45:49 +00:00
libdm-string.c Make mempool optional in dm_split_lvm_name() 2009-06-03 11:40:23 +00:00
Makefile.in Do not create some dm and lvm static librarie when they are not requested 2009-04-08 14:04:35 +00:00