summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2019-06-27crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann
2019-06-27crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann
2019-06-27crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann
2019-06-27crypto: testmgr - dynamically allocate testvec_configArnd Bergmann
2019-06-20crypto: arc4 - remove cipher implementationArd Biesheuvel
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2019-06-13crypto: chacha - constify ctx and iv argumentsEric Biggers
2019-06-13crypto: chacha20poly1305 - a few cleanupsEric Biggers
2019-06-13crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers
2019-06-13crypto: aead - un-inline encrypt and decrypt functionsEric Biggers
2019-06-13crypto: testmgr - add some more preemption pointsEric Biggers
2019-06-13crypto: algapi - require cra_name and cra_driver_nameEric Biggers
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers
2019-06-06crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers
2019-06-06crypto: lrw - use correct alignmaskEric Biggers
2019-06-06crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers
2019-06-06crypto: xxhash - Implement xxhash supportNikolay Borisov
2019-06-06crypto: jitter - update implementation to 2.1.2Stephan Müller
2019-06-06crypto: testmgr - test the shash APIEric Biggers
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers
2019-05-30crypto: hash - remove CRYPTO_ALG_TYPE_DIGESTEric Biggers
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdEric Biggers
2019-05-30crypto: gf128mul - make unselectable by userEric Biggers
2019-05-30crypto: echainiv - change to 'default n'Eric Biggers
2019-05-30crypto: make all templates select CRYPTO_MANAGEREric Biggers
2019-05-30crypto: testmgr - make extra tests depend on cryptomgrEric Biggers
2019-05-30crypto: testmgr - fix length truncation with large page sizeEric Biggers
2019-05-30crypto: hmac - fix memory leak in hmac_init_tfm()Eric Biggers
2019-05-30crypto: jitterentropy - change back to module_init()Eric Biggers
2019-05-23crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller
2019-05-17crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-25crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSAVitaly Chikunov
2019-04-25crypto: testmgr - add missing self test entries for protected keysGilad Ben-Yossef
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-25crypto: shash - remove useless crypto_yield() in shash_ahash_digest()Eric Biggers
2019-04-19crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers
2019-04-19crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers
2019-04-18crypto: shash - fix missed optimization in shash_ahash_digest()Eric Biggers
2019-04-18crypto: cryptd - remove ability to instantiate ablkciphersEric Biggers
2019-04-18crypto: scompress - initialize per-CPU variables on each CPUSebastian Andrzej Siewior
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2019-04-18crypto: testmgr - fuzz AEADs against their generic implementationEric Biggers
2019-04-18crypto: testmgr - fuzz skciphers against their generic implementationEric Biggers
2019-04-18crypto: testmgr - fuzz hashes against their generic implementationEric Biggers
2019-04-18crypto: testmgr - add helpers for fuzzing against generic implementationEric Biggers