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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/crypto/caam/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/crypto/caam/Kconfig b/drivers/crypto/caam/Kconfig index 2d876bb98ff4..e61b7f50785e 100644 --- a/drivers/crypto/caam/Kconfig +++ b/drivers/crypto/caam/Kconfig | |||
@@ -70,3 +70,15 @@ config CRYPTO_DEV_FSL_CAAM_CRYPTO_API | |||
70 | 70 | ||
71 | To compile this as a module, choose M here: the module | 71 | To compile this as a module, choose M here: the module |
72 | will be called caamalg. | 72 | will be called caamalg. |
73 | |||
74 | config CRYPTO_DEV_FSL_CAAM_AHASH_API | ||
75 | tristate "Register hash algorithm implementations with Crypto API" | ||
76 | depends on CRYPTO_DEV_FSL_CAAM | ||
77 | default y | ||
78 | select CRYPTO_AHASH | ||
79 | help | ||
80 | Selecting this will offload ahash for users of the | ||
81 | scatterlist crypto API to the SEC4 via job ring. | ||
82 | |||
83 | To compile this as a module, choose M here: the module | ||
84 | will be called caamhash. | ||