]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - crypto/Kconfig
crypto: simd - Add simd skcipher helper
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 22 Nov 2016 12:08:25 +0000 (20:08 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Nov 2016 13:23:18 +0000 (21:23 +0800)
commit266d05160101752a12e43bb6bbed45aea9f2e788
tree80d6a25a956d465011f82a3c8b89085421cac4c0
parent4e0958d19bd86ee8121cf044eac4395c7e504fb3
crypto: simd - Add simd skcipher helper

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>
crypto/Kconfig
crypto/Makefile
crypto/simd.c [new file with mode: 0644]
include/crypto/internal/simd.h [new file with mode: 0644]