aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/simd.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu1-0/+226
This patch adds the simd skcipher helper which is meant to be a replacement for ablk helper. It replaces the underlying blkcipher interface with skcipher, and also presents the top-level algorithm as an skcipher. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>