From: Dmitry Kasatkin Date: Wed, 9 Mar 2011 20:07:36 +0000 (-0500) Subject: evm: crypto hash replaced by shash X-Git-Tag: v3.2-rc1~190^2~65^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46eb3699502ba221e81e88e6c6594e2a7818532;p=pandora-kernel.git evm: crypto hash replaced by shash Using shash is more efficient, because the algorithm is allocated only once. Only the descriptor to store the hash state needs to be allocated for every operation. Changelog v6: - check for crypto_shash_setkey failure Signed-off-by: Dmitry Kasatkin Signed-off-by: Mimi Zohar --- Reading git-diff-tree failed