summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-13BACKPORT, FROMGIT: crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers6-4/+1578
2018-12-13FROMGIT: crypto: poly1305 - add Poly1305 core APIEric Biggers2-75/+115
2018-12-13FROMGIT: crypto: poly1305 - use structures for key and accumulatorEric Biggers3-37/+47
2018-12-13BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 supportEric Biggers6-6/+646
2018-12-13BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying numbe...Eric Biggers10-191/+212
2018-12-13BACKPORT, FROMGIT: crypto: chacha20-generic - add XChaCha20 supportEric Biggers5-49/+720
2018-12-13FROMGIT: crypto: chacha20-generic - add HChaCha20 library functionEric Biggers2-6/+46
2018-12-13BACKPORT: crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers4-20/+20
2018-12-13BACKPORT: crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers4-17/+18
2018-10-22Revert "FROMGIT: crypto: speck - export common helpers"Alistair Strachan2-111/+41
2018-08-17Merge 4.9.121 into android-4.9Greg Kroah-Hartman19-401/+356
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers2-290/+181
2018-02-26Merge 4.9.84 into android-4.9Greg Kroah-Hartman180-677/+1120
2018-02-25crypto: hash - prevent using keyed hashes without setting keyEric Biggers5-60/+75
2018-02-22FROMGIT: crypto: speck - export common helpersEric Biggers2-41/+111
2018-02-17crypto: poly1305 - remove ->setkey() methodEric Biggers3-15/+5
2018-02-17crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2-0/+13
2017-12-29crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2-13/+11
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers3-3/+16
2017-04-21crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2-29/+60
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller2-5/+26
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu17-196/+157
2016-10-02crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri2-12/+24
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE4-62/+189
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE5-70/+93
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-160/+468
2016-07-19crypto: skcipher - Add comment for skcipher_alg->baseHerbert Xu1-0/+1
2016-07-18crypto: scatterwalk - Inline start/map/doneHerbert Xu2-49/+40
2016-07-18crypto: api - Optimise away crypto_yield when hard preemption is onHerbert Xu1-0/+2
2016-07-18crypto: scatterwalk - Remove scatterwalk_bytes_sglenHerbert Xu2-24/+0
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu10-1274/+18
2016-07-18crypto: null - Remove default null blkcipherHerbert Xu2-46/+17
2016-07-18crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu2-9/+0
2016-07-18crypto: aead - Add skcipher null for IV generatorsHerbert Xu2-1/+10
2016-07-18crypto: aead - Add chunk sizeHerbert Xu3-6/+33
2016-07-18crypto: null - Add new default null skcipherHerbert Xu2-0/+40
2016-07-18crypto: skcipher - Add low-level skcipher interfaceHerbert Xu4-7/+407
2016-07-05crypto: rsa - Store rest of the private key componentsSalvatore Benedetto3-5/+100
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o5-164/+357
2016-07-01crypto: api - Add crypto_inst_setnameHerbert Xu2-7/+19
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto11-0/+1538
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto8-0/+700
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto8-0/+552
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey4-169/+165
2016-06-23crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu2-19/+118
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik4-0/+340
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus3-103/+135
2016-06-15crypto: drbg - use aligned buffersStephan Mueller2-20/+27
2016-06-15crypto: drbg - use CTR AES instead of ECB AESStephan Mueller3-54/+149
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds82-807/+1915
[next]