- e56e189 lib/crypto: add prompts back to crypto libraries by Justin M. Forbes · 3 years ago
- 5c947d0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years ago
- 6048fdc lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 3 years ago
- 304b4ac crypto: kdf - select SHA-256 required for self-test by Stephan Müller · 3 years ago
- 026a733 crypto: kdf - add SP800-108 counter key derivation function by Stephan Müller · 3 years, 1 month ago
- 38aa192 crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency by Arnd Bergmann · 3 years, 3 months ago
- 5b2efa2 crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementation by Tianjia Zhang · 3 years, 4 months ago
- a7ee22e crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementation by Tianjia Zhang · 3 years, 5 months ago
- 2b31277 crypto: sm4 - create SM4 library based on sm4 generic code by Tianjia Zhang · 3 years, 5 months ago
- 5261cdf crypto: drbg - select SHA512 by Stephan Mueller · 3 years, 6 months ago
- a4a78bc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 8 months ago
- d17d922 crypto: camellia - drop duplicate "depends on CRYPTO" by Randy Dunlap · 3 years, 8 months ago
- 4e66029 crypto: ecdsa - Add support for ECDSA signature verification by Stefan Berger · 3 years, 10 months ago
- 6c810cf crypto: mips/poly1305 - enable for all MIPS processors by Maciej W. Rozycki · 3 years, 10 months ago
- 784506a crypto: serpent - get rid of obsolete tnepres variant by Ard Biesheuvel · 3 years, 11 months ago
- 663f63e crypto: salsa20 - remove Salsa20 stream cipher algorithm by Ard Biesheuvel · 4 years ago
- 87cd723 crypto: tgr192 - remove Tiger 128/160/192 hash algorithms by Ard Biesheuvel · 4 years ago
- 93f6420 crypto: rmd320 - remove RIPE-MD 320 hash algorithm by Ard Biesheuvel · 4 years ago
- c15d416 crypto: rmd256 - remove RIPE-MD 256 hash algorithm by Ard Biesheuvel · 4 years ago
- b21b9a5 crypto: rmd128 - remove RIPE-MD 128 hash algorithm by Ard Biesheuvel · 4 years ago
- 64ca771 crypto: x86 - remove glue helper module by Ard Biesheuvel · 4 years ago
- 165f357 crypto: x86/twofish - drop dependency on glue helper by Ard Biesheuvel · 4 years ago
- ea55cfc crypto: x86/cast6 - drop dependency on glue helper by Ard Biesheuvel · 4 years ago
- 9ad58b4 crypto: x86/serpent - drop dependency on glue helper by Ard Biesheuvel · 4 years ago
- 407d409 crypto: x86/camellia - drop dependency on glue helper by Ard Biesheuvel · 4 years ago
- c0a6492 crypto: x86/blowfish - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
- 768db5f crypto: x86/des - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
- f43dcaf crypto: x86/twofish - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
- 7a6623c crypto: x86/cast6 - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
- e2d60e2 crypto: x86/cast5 - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
- 2e9440a crypto: x86/serpent - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
- a1f91ec crypto: x86/camellia - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
- da4df93 crypto: x86/twofish - switch to XTS template by Ard Biesheuvel · 4 years ago
- 9ec0af8 crypto: x86/serpent- switch to XTS template by Ard Biesheuvel · 4 years ago
- 2cc0fed crypto: x86/cast6 - switch to XTS template by Ard Biesheuvel · 4 years ago
- 55a7e88 crypto: x86/camellia - switch to XTS template by Ard Biesheuvel · 4 years ago
- 2481104 crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper by Ard Biesheuvel · 4 years ago
- 00ea27f crypto: tcrypt - permit tcrypt.ko to be builtin by Ard Biesheuvel · 4 years, 1 month ago
- 6569e30 crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the manager by Jason A. Donenfeld · 4 years, 2 months ago
- ea7ecb6 crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm by Tianjia Zhang · 4 years, 3 months ago
- 77ebdab crypto: af_alg - add extra parameters for DRBG interface by Elena Petrova · 4 years, 3 months ago
- 1674aea crypto: Kconfig - mark unused ciphers as obsolete by Ard Biesheuvel · 4 years, 4 months ago
- 9ace677 crypto: arc4 - mark ecb(arc4) skcipher as obsolete by Ard Biesheuvel · 4 years, 4 months ago
- 9332a9e crypto: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
- 4152d14 Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Linus Torvalds · 4 years, 7 months ago
- d6fc1a4 crypto: drbg - should select CTR by Corentin Labbe · 4 years, 8 months ago
- f23efcb crypto: ctr - no longer needs CRYPTO_SEQIV by Corentin Labbe · 4 years, 8 months ago
- 5429ef6 compiler/gcc: Raise minimum GCC version for kernel builds to 4.8 by Will Deacon · 5 years ago
- 2343d15 crypto: Kconfig - allow tests to be disabled when manager is disabled by Jason A. Donenfeld · 5 years ago
- ab3d436 crypto: essiv - fix AEAD capitalization and preposition use in help text by Geert Uytterhoeven · 5 years ago
- 660eda8 crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER by Eric Biggers · 5 years ago
- bb611bd crypto: curve25519 - x86_64 library and KPP implementations by Jason A. Donenfeld · 5 years ago
- ee772cb crypto: curve25519 - implement generic KPP driver by Ard Biesheuvel · 5 years ago
- ed0356e crypto: blake2s - x86_64 SIMD implementation by Jason A. Donenfeld · 5 years ago
- 7f9b088 crypto: blake2s - implement generic shash driver by Ard Biesheuvel · 5 years ago
- a11d055 crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation by Ard Biesheuvel · 5 years ago
- f0e89bc crypto: x86/poly1305 - expose existing driver as poly1305 library by Ard Biesheuvel · 5 years ago
- 1b2c6a5 crypto: x86/poly1305 - depend on generic library not generic shash by Ard Biesheuvel · 5 years ago
- 48ea8c6 crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 5 years ago
- 3a2f58f crypto: mips/chacha - wire up accelerated 32r2 code from Zinc by Ard Biesheuvel · 5 years ago
- 84e03fa crypto: x86/chacha - expose SIMD ChaCha routine as library function by Ard Biesheuvel · 5 years ago
- 28e8d89 crypto: x86/chacha - depend on generic chacha library instead of crypto driver by Ard Biesheuvel · 5 years ago
- 5fb8ef2 crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 5 years ago
- 746b2e0 crypto: lib - tidy up lib/crypto Kconfig and Makefile by Ard Biesheuvel · 5 years ago
- b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
- 91d6893 crypto: blake2b - add blake2b generic implementation by David Sterba · 5 years ago
- 7f725f4 crypto: powerpc - convert SPE AES algorithms to skcipher API by Eric Biggers · 5 years ago
- cd5d2f8 crypto: sparc/des - convert to skcipher API by Eric Biggers · 5 years ago
- c72a26e crypto: sparc/camellia - convert to skcipher API by Eric Biggers · 5 years ago
- 64db5e7 crypto: sparc/aes - convert to skcipher API by Eric Biggers · 5 years ago
- 8305367 crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly by Ard Biesheuvel · 5 years ago
- 3e414b5 Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
- be1eb7f crypto: essiv - create wrapper template for ESSIV generation by Ard Biesheuvel · 5 years ago
- 08c327f crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code by Hans de Goede · 5 years ago
- 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 5 years ago
- 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
- a439763 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
- c9f1fd4 Revert "crypto: aegis128 - add support for SIMD acceleration" by Herbert Xu · 5 years ago
- 8dfa20f crypto: ghash - add comment and improve help text by Eric Biggers · 5 years ago
- ecc8bc8 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
- 520c199 crypto: aegis128l/aegis256 - remove x86 and generic implementations by Ard Biesheuvel · 5 years ago
- 5cb9770 crypto: morus - remove generic and x86 implementations by Ard Biesheuvel · 5 years ago
- 5bb12d7 crypto: aes-generic - drop key expansion routine in favor of library version by Ard Biesheuvel · 5 years ago
- 1d2c327 crypto: x86/aes - drop scalar assembler implementations by Ard Biesheuvel · 5 years ago
- 2c53fd1 crypto: x86/aes-ni - switch to generic for fallback and key routines by Ard Biesheuvel · 5 years ago
- e59c1c9 crypto: aes - create AES library based on the fixed time AES code by Ard Biesheuvel · 5 years ago
- dc51f25 crypto: arc4 - refactor arc4 core code into separate library by Ard Biesheuvel · 6 years ago
- 67882e7 crypto: xxhash - Implement xxhash support by Nikolay Borisov · 6 years ago
- 3e56e16 crypto: cryptd - move kcrypto_wq into cryptd by Eric Biggers · 6 years ago
- e590e13 crypto: gf128mul - make unselectable by user by Eric Biggers · 6 years ago
- 8780414 crypto: echainiv - change to 'default n' by Eric Biggers · 6 years ago
- c8a3315 crypto: make all templates select CRYPTO_MANAGER by Eric Biggers · 6 years ago
- 929d34c crypto: testmgr - make extra tests depend on cryptomgr by Eric Biggers · 6 years ago
- 1036633 crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSA by Vitaly Chikunov · 6 years ago
- 0d7a786 crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm by Vitaly Chikunov · 6 years ago
- 4a2289d crypto: ecc - make ecc into separate module by Vitaly Chikunov · 6 years ago
- 3d6228a crypto: Kconfig - create Public-key cryptography section by Vitaly Chikunov · 6 years ago
- d99324c crypto: fips - Grammar s/options/option/, s/to/the/ by Geert Uytterhoeven · 6 years ago
- 4e5180e crypto: Kconfig - fix typos AEGSI -> AEGIS by Ondrej Mosnacek · 6 years ago
- e151a8d crypto: x86/morus1280 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago