aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-17crypto: arm/curve25519 - import Bernstein and Schwabe's Curve25519 ARM implem...Jason A. Donenfeld
2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld
2019-11-17crypto: lib/curve25519 - work around Clang stack spilling issueArd Biesheuvel
2019-11-17crypto: curve25519 - implement generic KPP driverArd Biesheuvel
2019-11-17crypto: curve25519 - add kpp selftestArd Biesheuvel
2019-11-17crypto: curve25519 - generic C library implementationsJason A. Donenfeld
2019-11-17crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld
2019-11-17crypto: blake2s - implement generic shash driverArd Biesheuvel
2019-11-17crypto: testmgr - add test cases for Blake2sArd Biesheuvel
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld
2019-11-17int128: move __uint128_t compiler test to KconfigArd Biesheuvel
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel
2019-11-17crypto: chacha - unexport chacha_generic routinesArd Biesheuvel
2019-11-17crypto: mips/chacha - wire up accelerated 32r2 code from ZincArd Biesheuvel
2019-11-17crypto: mips/chacha - import 32r2 ChaCha code from ZincJason A. Donenfeld
2019-11-17crypto: arm/chacha - expose ARM ChaCha routine as library functionArd Biesheuvel
2019-11-17crypto: arm/chacha - remove dependency on generic ChaCha driverArd Biesheuvel
2019-11-17crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha codeArd Biesheuvel
2019-11-17crypto: arm64/chacha - expose arm64 ChaCha routine as library functionArd Biesheuvel
2019-11-17crypto: arm64/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel
2019-11-17crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel
2019-11-17crypto: aead - Split out geniv into its own moduleHerbert Xu
2019-11-17crypto: api - Add softdep on cryptomgrHerbert Xu
2019-11-17MAINTAINERS: add linux-amlogic list for amlogic cryptoCorentin Labbe
2019-11-17crypto: amlogic - fix two resources leakCorentin Labbe
2019-11-17crypto: inside-secure - Fixed authenc w/ (3)DES fails on MacchiatobinPascal van Leeuwen
2019-11-17crypto: hisilicon - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-11-17crypto: hisilicon - add vfs_num module param for zipHao Fang
2019-11-17crypto: inside-secure - Fix hangup during probing for EIP97 enginePascal van Leeuwen
2019-11-17hwrng: ks-sa - Add minimum sleep time before ready-pollingAlexander Sverdlin
2019-11-15crypto: tgr192 - remove unneeded semicolonTian Tao
2019-11-15crypto: allwinner - fix some spelling mistakesColin Ian King
2019-11-15hwrng: atmel - add new platform support for sam9x60Codrin Ciubotariu
2019-11-15dt-bindings: rng: atmel-trng: add new compatibleCodrin Ciubotariu
2019-11-08crypto: atmel - Fix selection of CRYPTO_AUTHENCTudor Ambarus
2019-11-08crypto: inside-secure - Add missed clk_disable_unprepareChuhong Yuan
2019-11-08crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMAZhou Wang
2019-11-08crypto: sun8i-ss - fix memdup.cocci warningskbuild test robot
2019-11-08crypto: sun8i-ss - fix semicolon.cocci warningskbuild test robot Remove unneeded semicolon
2019-11-08crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter