From: Ard Biesheuvel Date: Thu, 9 Apr 2015 10:55:38 +0000 (+0200) Subject: crypto: sha512-generic - move to generic glue implementation X-Git-Tag: omap-for-v4.1/fixes-rc1~140^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca142584bc8ebc8e15b317680771ade58ca96315;p=pandora-kernel.git crypto: sha512-generic - move to generic glue implementation This updated the generic SHA-512 implementation to use the generic shared SHA-512 glue code. It also implements a .finup hook crypto_sha512_finup() and exports it to other modules. The import and export() functions and the .statesize member are dropped, since the default implementation is perfectly suitable for this module. Signed-off-by: Ard Biesheuvel Signed-off-by: Herbert Xu --- Reading git-diff-tree failed