Age | Commit message (Expand) | Author |
2019-09-21 | Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2019-09-03 | crypto: essiv - create wrapper template for ESSIV generation | Ard Biesheuvel |
2019-08-22 | crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code | Hans de Goede |
2019-08-22 | crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use | Hans de Goede |
2019-08-22 | crypto: des - split off DES library from generic DES cipher driver | Ard Biesheuvel |
2019-08-15 | crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics | Ard Biesheuvel |
2019-08-02 | Revert "crypto: aegis128 - add support for SIMD acceleration" | Herbert Xu |
2019-07-27 | crypto: ghash - add comment and improve help text | Eric Biggers |
2019-07-26 | crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics | Ard Biesheuvel |
2019-07-26 | crypto: aegis128l/aegis256 - remove x86 and generic implementations | Ard Biesheuvel |
2019-07-26 | crypto: morus - remove generic and x86 implementations | Ard Biesheuvel |
2019-07-26 | crypto: aes-generic - drop key expansion routine in favor of library version | Ard Biesheuvel |
2019-07-26 | crypto: x86/aes - drop scalar assembler implementations | Ard Biesheuvel |
2019-07-26 | crypto: x86/aes-ni - switch to generic for fallback and key routines | Ard Biesheuvel |
2019-07-26 | crypto: aes - create AES library based on the fixed time AES code | Ard Biesheuvel |
2019-06-20 | crypto: arc4 - refactor arc4 core code into separate library | Ard Biesheuvel |
2019-06-06 | crypto: xxhash - Implement xxhash support | Nikolay Borisov |
2019-05-30 | crypto: cryptd - move kcrypto_wq into cryptd | Eric Biggers |
2019-05-30 | crypto: gf128mul - make unselectable by user | Eric Biggers |
2019-05-30 | crypto: echainiv - change to 'default n' | Eric Biggers |
2019-05-30 | crypto: make all templates select CRYPTO_MANAGER | Eric Biggers |
2019-05-30 | crypto: testmgr - make extra tests depend on cryptomgr | Eric Biggers |
2019-04-25 | crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSA | Vitaly Chikunov |
2019-04-18 | crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm | Vitaly Chikunov |
2019-04-18 | crypto: ecc - make ecc into separate module | Vitaly Chikunov |
2019-04-18 | crypto: Kconfig - create Public-key cryptography section | Vitaly Chikunov |
2019-03-28 | crypto: fips - Grammar s/options/option/, s/to/the/ | Geert Uytterhoeven |
2019-03-22 | crypto: Kconfig - fix typos AEGSI -> AEGIS | Ondrej Mosnacek |
2019-03-22 | crypto: x86/morus1280 - convert to use AEAD SIMD helpers | Eric Biggers |
2019-03-22 | crypto: x86/morus640 - convert to use AEAD SIMD helpers | Eric Biggers |
2019-03-22 | crypto: x86/aegis256 - convert to use AEAD SIMD helpers | Eric Biggers |
2019-03-22 | crypto: x86/aegis128l - convert to use AEAD SIMD helpers | Eric Biggers |
2019-03-22 | crypto: x86/aegis128 - convert to use AEAD SIMD helpers | Eric Biggers |
2019-02-08 | crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS | Eric Biggers |
2019-01-11 | crypto: Kconfig - Fix typo in "pclmul" | haco |
2018-12-29 | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2018-12-22 | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada |
2018-12-13 | crypto: x86/chacha - add XChaCha12 support | Eric Biggers |
2018-12-13 | crypto: x86/chacha20 - add XChaCha20 support | Eric Biggers |
2018-12-13 | crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305 | Eric Biggers |
2018-12-13 | crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305 | Eric Biggers |
2018-12-07 | crypto: user - CRYPTO_STATS should depend on CRYPTO_USER | Corentin Labbe |
2018-11-20 | crypto: adiantum - add Adiantum support | Eric Biggers |
2018-11-20 | crypto: nhpoly1305 - add NHPoly1305 support | Eric Biggers |
2018-11-20 | crypto: chacha - add XChaCha12 support | Eric Biggers |
2018-11-20 | crypto: chacha20-generic - add XChaCha20 support | Eric Biggers |
2018-11-16 | crypto: streebog - add Streebog hash function | Vitaly Chikunov |
2018-11-16 | crypto: cts - document NIST standard status | Gilad Ben-Yossef |
2018-11-09 | crypto: aes_ti - disable interrupts while accessing S-box | Eric Biggers |
2018-10-05 | crypto: x86/aes-ni - remove special handling of AES in PCBC mode | Ard Biesheuvel |