aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/gf128mul.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel1-416/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2017-12-22crypto: gf128mul - remove incorrect commentEric Biggers1-2/+0
2017-11-03crypto: gf128mul - The x8_ble multiplication functionsHarsh Jain1-0/+13
2017-04-05crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček1-32/+1
2017-03-09crypto: gf128mul - constify 4k and 64k multiplication tablesEric Biggers1-3/+3
2017-03-09crypto: gf128mul - rename the byte overflow tablesEric Biggers1-17/+32
2017-03-09crypto: gf128mul - remove xx() macroEric Biggers1-10/+8
2017-03-09crypto: gf128mul - fix some commentsEric Biggers1-6/+7
2016-11-17crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope1-2/+2
2016-11-13crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope1-55/+0
2011-07-08crypto: gf128mul - fix call to memset()Mathias Krause1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2009-03-04crypto: Fix dead linksAdrian-Ken Rueegsegger1-1/+1
2007-10-10[CRYPTO] xts: XTS blockcipher mode implementation without partial blocksRik Snel1-0/+11
2006-12-06[CRYPTO] lib: table driven multiplications in GF(2^128)Rik Snel1-0/+466