From: Herbert Xu <herbert@gondor.apana.org.au>
Date: Mon, 20 Aug 2012 16:22:02 +0800
On Sun, Aug 19, 2012 at 10:10:00PM -0700, David Miller wrote:
quoted
SPARC-T4 and later support cryptographic instructions.
This patch series adds support for the hash digest algorithms.
This includes md5, sha1, sha224, sha256, sha384, and sha512.
Herbert, this depends upon sparc64 cpu feature detection
infrastructure that is going in via the sparc-next tree, so I intend
to commit this work there if you don't mind.
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Thanks! Looks good to me.
Thanks for reviewing.