summaryrefslogtreecommitdiff
path: root/include/crypto/ghash.h
AgeCommit message (Collapse)AuthorFilesLines
2016-10-22crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri1-0/+23
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>