commit | 8a1012d3f2abcef43470f879dbfd72651818e059 | [log] [tgz] |
---|---|---|
author | lionel.debieve@st.com <lionel.debieve@st.com> | Thu Jul 13 15:32:27 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 28 17:55:59 2017 +0800 |
tree | 7fc9135b4114e761a5be73dfc4ca30f9a3827375 | |
parent | 7bb952cdfae25f4d9d4dd8c4812c302f57aac4b6 [diff] |
crypto: stm32 - Support for STM32 HASH module This module register a HASH module that support multiples algorithms: MD5, SHA1, SHA224, SHA256. It includes the support of HMAC hardware processing corresponding to the supported algorithms. DMA or IRQ mode are used depending on data length. Signed-off-by: Lionel Debieve <lionel.debieve@st.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>