summaryrefslogtreecommitdiffstats
path: root/lib/crc-ccitt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-30crypto: brcm - explicitly cast cipher to hash typeStefan Agner1-2/+2
2018-03-30crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-30crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+3
2018-03-30crypto: picoxcell - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-30crypto: ixp4xx - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-30crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+5
2018-03-30crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-30crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-30crypto: lrw - Free rctx->ext with kzfreeHerbert Xu1-1/+1
2018-03-30crypto: talitos - fix IPsec cipher in lengthLEROY Christophe1-16/+20
2018-03-30crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Andy Shevchenko3-34/+17
2018-03-30crypto: doc - clarify hash callbacks state machineHoria Geantă1-0/+8
2018-03-30crypto: api - Keep failed instances aliveHerbert Xu2-17/+13
2018-03-30crypto: api - Make crypto_alg_lookup staticHerbert Xu2-3/+2
2018-03-30crypto: api - Remove unused crypto_type lookup functionHerbert Xu2-8/+1
2018-03-30crypto: chelsio - Remove declaration of static function from headerHarsh Jain2-147/+145
2018-03-30crypto: inside-secure - hmac(sha224) supportAntoine Tenart3-0/+58
2018-03-30crypto: inside-secure - hmac(sha256) supportAntoine Tenart3-9/+75
2018-03-30crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart1-4/+4
2018-03-30crypto: inside-secure - improve the skcipher tokenAntoine Tenart1-1/+2
2018-03-30crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart1-4/+4
2018-03-30crypto: inside-secure - improve the send error pathAntoine Tenart1-2/+5
2018-03-30crypto: inside-secure - fix a typo in a register nameAntoine Tenart2-2/+2
2018-03-30crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart2-2/+2
2018-03-30crypto: inside-secure - move the digest to the request contextAntoine Tenart1-12/+18
2018-03-23crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai1-1/+1
2018-03-23crypto: doc - Document remaining members in struct crypto_algGary R Hook1-0/+8
2018-03-23crypto: bfin_crc - remove blackfin CRC driverArnd Bergmann4-885/+0
2018-03-23crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez2-0/+4
2018-03-23hwrng: ks-sa - add hw_random driverVitaly Andrianov3-0/+265