From: Ard Biesheuvel Date: Thu, 9 Apr 2015 10:55:37 +0000 (+0200) Subject: crypto: sha256-generic - move to generic glue implementation X-Git-Tag: omap-for-v4.1/fixes-rc1~140^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2e5ba4fedd6e590bb2cd83817c2bf0cd0de69d1;p=pandora-kernel.git crypto: sha256-generic - move to generic glue implementation This updates the generic SHA-256 implementation to use the new shared SHA-256 glue code. It also implements a .finup hook crypto_sha256_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