commit | 93b3cb0540cb19905204184ead7c033fc353ea55 | [log] [tgz] |
---|---|---|
author | Dinesh K Garg <dineshg@codeaurora.org> | Mon Jan 13 13:55:00 2014 -0800 |
committer | Dinesh K Garg <dineshg@codeaurora.org> | Fri Feb 07 11:44:55 2014 -0800 |
tree | 9dfe2311d4852e052b5578198ebdc64d762126ac | |
parent | 4f7458dc4933624b97a1e66178cd6aee09f09ab1 [diff] |
Request based dm-crypt dm-crypt provides bios based device mapper module. dm-crypt operates on packets with 512 bytes size which is not effiicent way for HW based crypto blocks. dm-req-crypt is developed to address this. dm-req-crypt works on requests which carry upto 512KB of data for unmerged requests. Change-Id: I479230b2f0c1ab2e2a1ddb84947ebaf0629dff8c Signed-off-by: Dinesh K Garg <dineshg@codeaurora.org>