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