summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann2019-06-271-0/+3
* crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann2019-06-271-1/+7
* crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann2019-06-271-6/+13
* crypto: testmgr - dynamically allocate testvec_configArnd Bergmann2019-06-271-11/+32
* crypto: arc4 - remove cipher implementationArd Biesheuvel2019-06-202-50/+16Star
* crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel2019-06-202-59/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2019-06-202-1/+5
|\
| * crypto: hmac - fix memory leak in hmac_init_tfm()Eric Biggers2019-05-301-1/+3
| * crypto: jitterentropy - change back to module_init()Eric Biggers2019-05-301-1/+1
| * crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers2019-05-171-0/+2
* | crypto: chacha - constify ctx and iv argumentsEric Biggers2019-06-131-2/+2
* | crypto: chacha20poly1305 - a few cleanupsEric Biggers2019-06-131-30/+13Star
* | crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers2019-06-131-0/+34
* | crypto: aead - un-inline encrypt and decrypt functionsEric Biggers2019-06-131-0/+36
* | crypto: testmgr - add some more preemption pointsEric Biggers2019-06-131-0/+6
* | crypto: algapi - require cra_name and cra_driver_nameEric Biggers2019-06-131-18/+4Star
* | crypto: make all generic algorithms set cra_driver_nameEric Biggers2019-06-1322-24/+55
* | crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers2019-06-061-11/+19
* | crypto: lrw - use correct alignmaskEric Biggers2019-06-061-1/+1
* | crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-06-061-1/+7
* | crypto: xxhash - Implement xxhash supportNikolay Borisov2019-06-065-0/+230
* | crypto: jitter - update implementation to 2.1.2Stephan Müller2019-06-062-228/+82Star
* | crypto: testmgr - test the shash APIEric Biggers2019-06-061-67/+335
* | crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers2019-05-301-13/+0Star
* | crypto: hash - remove CRYPTO_ALG_TYPE_DIGESTEric Biggers2019-05-301-1/+1
* | crypto: cryptd - move kcrypto_wq into cryptdEric Biggers2019-05-304-52/+19Star
* | crypto: gf128mul - make unselectable by userEric Biggers2019-05-301-7/+1Star
* | crypto: echainiv - change to 'default n'Eric Biggers2019-05-301-1/+0Star
* | crypto: make all templates select CRYPTO_MANAGEREric Biggers2019-05-301-0/+8
* | crypto: testmgr - make extra tests depend on cryptomgrEric Biggers2019-05-301-1/+4
* | crypto: testmgr - fix length truncation with large page sizeEric Biggers2019-05-301-5/+5
* | crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller2019-05-231-3/+91
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-2/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-032-2/+10
| |\ \
| * | | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-07108-965/+3065
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSAVitaly Chikunov2019-04-251-0/+2
| * | crypto: testmgr - add missing self test entries for protected keysGilad Ben-Yossef2019-04-251-0/+20
| * | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-259-25/+0Star
| * | crypto: shash - remove useless crypto_yield() in shash_ahash_digest()Eric Biggers2019-04-251-1/+0Star
| * | crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers2019-04-191-26/+18Star
| * | crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers2019-04-191-23/+11Star
| * | crypto: shash - fix missed optimization in shash_ahash_digest()Eric Biggers2019-04-181-1/+1
| * | crypto: cryptd - remove ability to instantiate ablkciphersEric Biggers2019-04-181-249/+0Star
| * | crypto: scompress - initialize per-CPU variables on each CPUSebastian Andrzej Siewior2019-04-181-2/+2
| * | crypto: run initcalls for generic implementations earlierEric Biggers2019-04-1883-83/+89
| * | crypto: testmgr - fuzz AEADs against their generic implementationEric Biggers2019-04-181-0/+229
| * | crypto: testmgr - fuzz skciphers against their generic implementationEric Biggers2019-04-182-1/+198
| * | crypto: testmgr - fuzz hashes against their generic implementationEric Biggers2019-04-181-4/+170
| * | crypto: testmgr - add helpers for fuzzing against generic implementationEric Biggers2019-04-181-0/+128