crypto: omap-sham - Add OMAP5/AM43XX SHAM Support
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 26 Jul 2013 06:59:15 +0000 (12:29 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 1 Aug 2013 00:54:00 +0000 (10:54 +1000)
commit7d7c704d0dc9858e6bbb515842e32acb70cf0222
tree4eb945ec797d684e1975b3fb6bded3bae473c73d
parenteaef7e3f3f82923ea175ce4859908bb0d70072f3
crypto: omap-sham - Add OMAP5/AM43XX SHAM Support

Add support for the OMAP5 version of the SHAM module
that is present on OMAP5 and AM43xx SoCs.

This module is very simialar to OMAP4 version of SHAM module,
and adds SHA384 SHA512 hardware-accelerated hash functions to it.
To handle the higher digest size of SHA512, few SHA512_DIGEST_i
(i=1-16, and first 8 registers are duplicated from SHA_DIGEST_i
registers) registers are added at the end of register set.
So adding the above register offsets and module info in pdata.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/omap-sham.c
This page took 0.027471 seconds and 5 git commands to generate.