summaryrefslogtreecommitdiffstats
path: root/crypto/crc32.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: crc32: implement crc32() with crc32_no_comp()Sascha Hauer2023-12-151-22/+9
* crypto: crc32: create crc table only onceSascha Hauer2023-12-131-1/+1
* crypto: crc32: Drop CONFIG_DYNAMIC_CRC_TABLE optionSascha Hauer2023-09-041-65/+2
* crypto: crc32: allocate crc_table staticallySascha Hauer2023-09-041-7/+6
* crypto: crc32: LindentSascha Hauer2023-09-041-100/+99
* crypto: crc32: use uint32_t instead of ulongAhmad Fatoum2023-08-281-8/+8
* crypto: crc32: add big endian CRC implementationAhmad Fatoum2021-12-131-0/+12
* crypto: crc32: Optimize dynamic CRC table generationAlexander Shiyan2016-07-051-8/+7
* include: move crc specific stuff to crc.hSascha Hauer2016-04-151-0/+1
* crypto: crc32: fix warnings: no previous prototype for 'crc32', 'crc32_no_com...Sergey Koshechkin2015-11-181-3/+6
* scripts: bareboxcrc32 as host and target userspacetoolMichael Grzeschik2013-12-041-0/+60
* move digest to crypto/Jean-Christophe PLAGNIOL-VILLARD2011-10-121-0/+180