summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel
2019-08-30crypto: arm64/aegis128 - use explicit vector load for permute vectorsArd Biesheuvel
2019-08-22crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib codeHans de Goede
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede
2019-08-22crypto: sha256_generic - Fix some coding style issuesHans de Goede
2019-08-22crypto: des - remove now unused __des3_ede_setkey()Ard Biesheuvel
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22crypto: 3des - move verification out of exported routineArd Biesheuvel
2019-08-22crypto: des/3des_ede - add new helpers to verify keysArd Biesheuvel
2019-08-19kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac
2019-08-15crypto: arm64/aegis128 - implement plain NEON versionArd Biesheuvel
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel
2019-08-15crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel
2019-08-15crypto: xts - add support for ciphertext stealingArd Biesheuvel
2019-08-15crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0Pascal van Leeuwen
2019-08-15crypto: streebog - remove two unused variablesYueHaibing
2019-08-15crypto: aes-generic - remove unused variable 'rco_tab'YueHaibing
2019-08-15crypto: cryptd - Use refcount_t for refcountChuhong Yuan
2019-08-09crypto: gcm - restrict assoclen for rfc4543Iuliana Prodan
2019-08-09crypto: engine - Reduce default RT priorityPeter Zijlstra
2019-08-09crypto: gcm - helper functions for assoclen/authsize checkIuliana Prodan
2019-08-05PKCS#7: Introduce pkcs7_get_digest()Thiago Jung Bauermann
2019-08-02crypto: jitterentropy - build without sanitizerArnd Bergmann
2019-08-02Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu
2019-07-27crypto: ghash - add comment and improve help textEric Biggers
2019-07-27crypto: aegis - fix badly optimized clang outputArnd Bergmann
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek
2019-07-26crypto: tcrypt - add a speed test for AEGIS128Ard Biesheuvel
2019-07-26crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel
2019-07-26crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel
2019-07-26crypto: aegis - avoid prerotated AES tablesArd Biesheuvel
2019-07-26crypto: aegis128 - drop empty TFM init/exit routinesArd Biesheuvel
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel
2019-07-26crypto: testmgr - add tests for lzo-rleHannah Pan
2019-07-26crypto: aes-generic - unexport last-round AES tablesArd Biesheuvel
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel
2019-07-26crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel
2019-07-26crypto: aes/fixed-time - align key schedule with other implementationsArd Biesheuvel
2019-07-26crypto: aes - rename local routines to prevent future clashesArd Biesheuvel
2019-07-26crypto: fips - add FIPS test failure notification chainGilad Ben-Yossef
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: user - prevent operating on larval algorithmsEric Biggers
2019-07-03crypto: cryptd - Fix skcipher instance memory leakVincent Whitchurch
2019-06-27crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann