aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-20crypto: arc4 - remove cipher implementationArd Biesheuvel2-50/+16
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel2-59/+5
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-1/+5
2019-06-13crypto: chacha - constify ctx and iv argumentsEric Biggers1-2/+2
2019-06-13crypto: chacha20poly1305 - a few cleanupsEric Biggers1-30/+13
2019-06-13crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers1-0/+34
2019-06-13crypto: aead - un-inline encrypt and decrypt functionsEric Biggers1-0/+36
2019-06-13crypto: testmgr - add some more preemption pointsEric Biggers1-0/+6
2019-06-13crypto: algapi - require cra_name and cra_driver_nameEric Biggers1-18/+4
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers22-24/+55
2019-06-06crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers1-11/+19
2019-06-06crypto: lrw - use correct alignmaskEric Biggers1-1/+1
2019-06-06crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers1-1/+7
2019-06-06crypto: xxhash - Implement xxhash supportNikolay Borisov5-0/+230
2019-06-06crypto: jitter - update implementation to 2.1.2Stephan Müller2-228/+82
2019-06-06crypto: testmgr - test the shash APIEric Biggers1-67/+335
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers1-13/+0
2019-05-30crypto: hash - remove CRYPTO_ALG_TYPE_DIGESTEric Biggers1-1/+1
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdEric Biggers4-52/+19
2019-05-30crypto: gf128mul - make unselectable by userEric Biggers1-7/+1
2019-05-30crypto: echainiv - change to 'default n'Eric Biggers1-1/+0
2019-05-30crypto: make all templates select CRYPTO_MANAGEREric Biggers1-0/+8
2019-05-30crypto: testmgr - make extra tests depend on cryptomgrEric Biggers1-1/+4
2019-05-30crypto: testmgr - fix length truncation with large page sizeEric Biggers1-5/+5
2019-05-30crypto: hmac - fix memory leak in hmac_init_tfm()Eric Biggers1-1/+3
2019-05-30crypto: jitterentropy - change back to module_init()Eric Biggers1-1/+1
2019-05-23crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller1-3/+91
2019-05-17crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers1-0/+2
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds108-965/+3065
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+10
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-25crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSAVitaly Chikunov1-0/+2
2019-04-25crypto: testmgr - add missing self test entries for protected keysGilad Ben-Yossef1-0/+20
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers9-25/+0
2019-04-25crypto: shash - remove useless crypto_yield() in shash_ahash_digest()Eric Biggers1-1/+0
2019-04-19crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers1-26/+18
2019-04-19crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers1-23/+11
2019-04-18crypto: shash - fix missed optimization in shash_ahash_digest()Eric Biggers1-1/+1
2019-04-18crypto: cryptd - remove ability to instantiate ablkciphersEric Biggers1-249/+0
2019-04-18crypto: scompress - initialize per-CPU variables on each CPUSebastian Andrzej Siewior1-2/+2
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers83-83/+89
2019-04-18crypto: testmgr - fuzz AEADs against their generic implementationEric Biggers1-0/+229
2019-04-18crypto: testmgr - fuzz skciphers against their generic implementationEric Biggers2-1/+198
2019-04-18crypto: testmgr - fuzz hashes against their generic implementationEric Biggers1-4/+170
2019-04-18crypto: testmgr - add helpers for fuzzing against generic implementationEric Biggers1-0/+128
2019-04-18crypto: testmgr - identify test vectors by name rather than numberEric Biggers1-87/+96
2019-04-18crypto: testmgr - expand ability to test for errorsEric Biggers2-50/+104
2019-04-18crypto: ecrdsa - add EC-RDSA test vectors to testmgrVitaly Chikunov2-0/+160
2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov9-13/+1004