From: Herbert Xu Date: Thu, 4 Dec 2014 08:43:29 +0000 (+0800) Subject: crypto: tcrypt - Allow speed testing of arbitrary hash functions X-Git-Tag: omap-for-v3.19/fixes-rc1~99^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8606813a6c8997fd3bb805186056d78670eb86ca;p=pandora-kernel.git crypto: tcrypt - Allow speed testing of arbitrary hash functions This patch allows the testing of arbitrary hash functions specified by the alg module parameter by using them in mode 300 (for sync hash) and mode 400 (for async hash). For example, you could do modprobe tcrypt mode=300 alg='vmac(aes)' Signed-off-by: Herbert Xu --- Reading git-diff-tree failed