diff options
author | Yuan Kang <Yuan.Kang@freescale.com> | 2012-06-23 04:48:47 +0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2012-06-27 10:42:05 +0400 |
commit | 045e36780f11523e26d1e4a8c78bdc57f4003bd0 (patch) | |
tree | 8b12d957f7f38b4a480f9e8b8ff3cee1061c27a0 /drivers/crypto/caam/intern.h | |
parent | a299c837040bb47810b9d287dfe7deed6a254995 (diff) | |
download | linux-045e36780f11523e26d1e4a8c78bdc57f4003bd0.tar.xz |
crypto: caam - ahash hmac support
caam supports ahash hmac with sha algorithms and md5.
Signed-off-by: Yuan Kang <Yuan.Kang@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/intern.h')
-rw-r--r-- | drivers/crypto/caam/intern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/caam/intern.h b/drivers/crypto/caam/intern.h index 462be99d9a3c..ed2b739f934b 100644 --- a/drivers/crypto/caam/intern.h +++ b/drivers/crypto/caam/intern.h @@ -88,6 +88,8 @@ struct caam_drv_private { atomic_t tfm_count ____cacheline_aligned; /* list of registered crypto algorithms (mk generic context handle?) */ struct list_head alg_list; + /* list of registered hash algorithms (mk generic context handle?) */ + struct list_head hash_list; /* * debugfs entries for developer view into driver/device |