Skip to content

Commit

Permalink
crypto: xts - Convert to skcipher
Browse files Browse the repository at this point in the history
This patch converts xts over to the skcipher interface.  It also
optimises the implementation to be based on ECB instead of the
underlying cipher.  For compatibility the existing naming scheme
of xts(aes) is maintained as opposed to the more obvious one of
xts(ecb(aes)).

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Herbert Xu committed Nov 28, 2016
1 parent 700cb3f commit f1c131b
Show file tree
Hide file tree
Showing 2 changed files with 416 additions and 157 deletions.
Loading

0 comments on commit f1c131b

Please sign in to comment.