Skip to content

Commit

Permalink
crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x8…
Browse files Browse the repository at this point in the history
…6 glue code for 128bit block ciphers

Block cipher implementations in arch/x86/crypto/ contain common glue code that
is currently duplicated in each module (camellia-x86_64, twofish-x86_64-3way,
twofish-avx, serpent-sse2 and serpent-avx). This patch prepares serpent-sse2
glue into generic glue code for all 128bit block ciphers to use in
arch/x86/crypto.

Signed-off-by: Jussi Kivilinna <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
jkivilin authored and herbertx committed Jun 27, 2012
1 parent a9629d7 commit e81792f
Showing 1 changed file with 303 additions and 163 deletions.
Loading

0 comments on commit e81792f

Please sign in to comment.