summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu2019-12-111-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-2534-1855/+3302
|\
| * crypto: chacha_generic - remove unnecessary setkey() functionsEric Biggers2019-11-221-15/+3
| * crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers2019-11-221-1/+1
| * crypto: essiv - remove redundant null pointer check before kfreeChen Wandun2019-11-221-2/+1
| * crypto: blake2b - rename tfm context and _setkey callbackDavid Sterba2019-11-221-18/+18
| * crypto: blake2b - merge _update to api callbackDavid Sterba2019-11-221-36/+30
| * crypto: blake2b - open code set last block helperDavid Sterba2019-11-221-6/+2
| * crypto: blake2b - delete unused structs or membersDavid Sterba2019-11-221-30/+0
| * crypto: blake2b - simplify key initDavid Sterba2019-11-221-8/+6
| * crypto: blake2b - merge blake2 init to api callbackDavid Sterba2019-11-221-84/+19
| * crypto: blake2b - merge _final implementation to callbackDavid Sterba2019-11-221-25/+17
| * crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-175-571/+1
| * crypto: tcrypt - constify check alg listCorentin Labbe2019-11-171-2/+2
| * crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld2019-11-171-0/+6
| * crypto: curve25519 - implement generic KPP driverArd Biesheuvel2019-11-173-0/+96
| * crypto: curve25519 - add kpp selftestArd Biesheuvel2019-11-172-0/+1231
| * crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld2019-11-171-0/+6
| * crypto: blake2s - implement generic shash driverArd Biesheuvel2019-11-173-0/+190
| * crypto: testmgr - add test cases for Blake2sArd Biesheuvel2019-11-172-39/+280
| * int128: move __uint128_t compiler test to KconfigArd Biesheuvel2019-11-171-1/+1
| * crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel2019-11-171-0/+5
| * crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel2019-11-171-0/+1
| * crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel2019-11-172-8/+5
| * crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel2019-11-171-21/+1
| * crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel2019-11-171-3/+3
| * crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2019-11-174-192/+16
| * crypto: chacha - unexport chacha_generic routinesArd Biesheuvel2019-11-171-18/+8
| * crypto: mips/chacha - wire up accelerated 32r2 code from ZincArd Biesheuvel2019-11-171-0/+6
| * crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel2019-11-171-0/+1
| * crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel2019-11-171-1/+1
| * crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2019-11-172-55/+6
| * crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel2019-11-171-12/+1
| * crypto: aead - Split out geniv into its own moduleHerbert Xu2019-11-173-163/+179
| * crypto: api - Add softdep on cryptomgrHerbert Xu2019-11-171-0/+1
| * crypto: tgr192 - remove unneeded semicolonTian Tao2019-11-151-2/+2
| * crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-012-45/+45
| * crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-017-664/+6
| * crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_typeEric Biggers2019-11-011-7/+6
| * crypto: skcipher - unify the crypto_has_skcipher*() functionsEric Biggers2019-11-011-2/+2
| * crypto: testmgr - add test vectors for blake2bDavid Sterba2019-11-012-0/+335
| * crypto: blake2b - add blake2b generic implementationDavid Sterba2019-11-013-0/+453
| * crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel2019-11-011-1/+2
| * crypto: powerpc - convert SPE AES algorithms to skcipher APIEric Biggers2019-10-261-0/+1
| * crypto: aegis128 - duplicate init() and final() hooks in SIMD codeArd Biesheuvel2019-10-263-12/+97
| * crypto: aegis128 - avoid function pointers for parameterizationArd Biesheuvel2019-10-261-59/+46
| * crypto: sparc/des - convert to skcipher APIEric Biggers2019-10-231-0/+1
| * crypto: sparc/camellia - convert to skcipher APIEric Biggers2019-10-231-0/+1
| * crypto: sparc/aes - convert to skcipher APIEric Biggers2019-10-231-2/+1
| * crypto: jitter - add header to fix buildwarningsBen Dooks2019-10-183-13/+19