Skip to content

Commit

Permalink
crypto: x86/cast5-avx - convert to skcipher interface
Browse files Browse the repository at this point in the history
Convert the AVX implementation of CAST5 from the (deprecated) ablkcipher
and blkcipher interfaces over to the skcipher interface.  Note that this
includes replacing the use of ablk_helper with crypto_simd.

Signed-off-by: Eric Biggers <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
ebiggers authored and herbertx committed Mar 2, 2018
1 parent 8f461b1 commit 1e63183
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 228 deletions.
Loading

0 comments on commit 1e63183

Please sign in to comment.