crypto: ghash-generic - move common definitions to a new header file
authorMarcelo Cerri <marcelo.cerri@canonical.com>
Wed, 28 Sep 2016 16:42:09 +0000 (13:42 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Oct 2016 10:06:49 +0000 (12:06 +0200)
commit826ed40808d591456d94b39498c43b0c8bf88bb7
treefa03aa67485de0cfedec2b5a8671c0af8fce6c53
parent824bd2f160e042728f02982c29b580d517c40120
crypto: ghash-generic - move common definitions to a new header file

commit a397ba829d7f8aff4c90af3704573a28ccd61a59 upstream.

Move common values and types used by ghash-generic to a new header file
so drivers can directly use ghash-generic as a fallback implementation.

Fixes: cc333cd68dfa ("crypto: vmx - Adding GHASH routines for VMX module")
Signed-off-by: Marcelo Cerri <marcelo.cerri@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
crypto/ghash-generic.c
include/crypto/ghash.h [new file with mode: 0644]