Re: [PATCH 00/18] crypto: Add helper functions for parallelized LRW and XTS modes

2011-11-08 Thread Herbert Xu
On Tue, Oct 18, 2011 at 01:32:08PM +0300, Jussi Kivilinna wrote: > This series adds lrw_crypt() and xts_crypt() functions for cipher > implementations that > can benefit from parallel cipher block operations. To make interface > flexible, > caller is reponsible of allocating buffer large enough

[PATCH 00/18] crypto: Add helper functions for parallelized LRW and XTS modes

2011-10-18 Thread Jussi Kivilinna
This series adds lrw_crypt() and xts_crypt() functions for cipher implementations that can benefit from parallel cipher block operations. To make interface flexible, caller is reponsible of allocating buffer large enough to store temporary cipher blocks. This buffer size should be as large as siz