crypto: inside-secure - Added support for CRC32

This patch adds support for the CRC32 "hash" algorithm

Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Pascal van Leeuwen
2019-09-09 13:10:29 +02:00
committed by Herbert Xu
parent 54ecb8f702
commit a7cf865846
3 changed files with 111 additions and 7 deletions

View File

@@ -1169,6 +1169,7 @@ static struct safexcel_alg_template *safexcel_algs[] = {
&safexcel_alg_xts_aes,
&safexcel_alg_gcm,
&safexcel_alg_ccm,
&safexcel_alg_crc32,
};
static int safexcel_register_algorithms(struct safexcel_crypto_priv *priv)