diff options
author | Yuan Kang <Yuan.Kang@freescale.com> | 2012-06-22 20:48:47 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2012-06-27 02:42:05 -0400 |
commit | 045e36780f11523e26d1e4a8c78bdc57f4003bd0 (patch) | |
tree | 8b12d957f7f38b4a480f9e8b8ff3cee1061c27a0 /drivers/crypto/caam/intern.h | |
parent | a299c837040bb47810b9d287dfe7deed6a254995 (diff) |
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 { | |||
88 | atomic_t tfm_count ____cacheline_aligned; | 88 | atomic_t tfm_count ____cacheline_aligned; |
89 | /* list of registered crypto algorithms (mk generic context handle?) */ | 89 | /* list of registered crypto algorithms (mk generic context handle?) */ |
90 | struct list_head alg_list; | 90 | struct list_head alg_list; |
91 | /* list of registered hash algorithms (mk generic context handle?) */ | ||
92 | struct list_head hash_list; | ||
91 | 93 | ||
92 | /* | 94 | /* |
93 | * debugfs entries for developer view into driver/device | 95 | * debugfs entries for developer view into driver/device |