summaryrefslogtreecommitdiffstats
path: root/crypto/gf128mul.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: gf128mul - remove incorrect commentEric Biggers2017-12-221-2/+0
* crypto: gf128mul - The x8_ble multiplication functionsHarsh Jain2017-11-031-0/+13
* crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček2017-04-051-32/+1
* crypto: gf128mul - constify 4k and 64k multiplication tablesEric Biggers2017-03-091-3/+3
* crypto: gf128mul - rename the byte overflow tablesEric Biggers2017-03-091-17/+32
* crypto: gf128mul - remove xx() macroEric Biggers2017-03-091-10/+8
* crypto: gf128mul - fix some commentsEric Biggers2017-03-091-6/+7
* crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope2016-11-171-2/+2
* crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope2016-11-131-55/+0
* crypto: gf128mul - fix call to memset()Mathias Krause2011-07-081-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* crypto: Fix dead linksAdrian-Ken Rueegsegger2009-03-041-1/+1
* [CRYPTO] xts: XTS blockcipher mode implementation without partial blocksRik Snel2007-10-101-0/+11
* [CRYPTO] lib: table driven multiplications in GF(2^128)Rik Snel2006-12-061-0/+466