Skip to content
Commit 8606813a authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent af8e8073
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment