diff options
author | Nicolas Toromanoff <nicolas.toromanoff@st.com> | 2020-05-12 16:11:10 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-05-23 00:08:20 +1000 |
commit | a8cc3128bf2c01c4d448fe17149e87132113b445 (patch) | |
tree | 6776596e6fbf214bc4f651882b204fe0ff067cc3 /drivers/crypto/qcom-rng.c | |
parent | 49c2c082e00e0bc4f5cbb7c21c7f0f873b35ab09 (diff) |
crypto: stm32/crc32 - fix run-time self test issue.
Fix wrong crc32 initialisation value:
"alg: shash: stm32_crc32 test failed (wrong result) on test vector 0,
cfg="init+update+final aligned buffer"
cra_name="crc32c" expects an init value of 0XFFFFFFFF,
cra_name="crc32" expects an init value of 0.
Fixes: b51dbe90912a ("crypto: stm32 - Support for STM32 CRC32 crypto module")
Signed-off-by: Nicolas Toromanoff <nicolas.toromanoff@st.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/qcom-rng.c')
0 files changed, 0 insertions, 0 deletions