History log of /include/crypto/xts.h
Revision Date Author Comments
ce0045561e1edb92e4a509eb433ff52d3afaa258 09-Nov-2011 Jussi Kivilinna <jussi.kivilinna@mbnet.fi> crypto: xts: add interface for parallelized cipher implementations

Add xts_crypt() function that can be used by cipher implementations that can
benefit from parallelized cipher operations.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>