+7
−0
+2
−1
drivers/crypto/bfin_crc.c
0 → 100644
+780
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The CRC peripheral is a hardware block used to compute the CRC of the block of data. This is based on a CRC32 engine which computes the CRC value of 32b data words presented to it. For data words of < 32b in size, this driver pack 0 automatically into 32b data units. This driver implements the async hash crypto framework API. Signed-off-by:Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>