summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-1/+3
|\
| * kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-191-1/+3
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-271-0/+33
|\ \
| * | PKCS#7: Introduce pkcs7_get_digest()Thiago Jung Bauermann2019-08-051-0/+33
* | | Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-213-0/+692
|\ \ \
| * | | crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel2019-09-033-0/+692
| |/ /
* | | padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possibleDaniel Jordan2019-09-131-4/+0
* | | crypto: pcrypt - remove padata cpumask notifierDaniel Jordan2019-09-131-107/+18
* | | padata: make padata_do_parallel find alternate callback CPUDaniel Jordan2019-09-131-31/+2
* | | padata: allocate workqueue internallyDaniel Jordan2019-09-131-11/+2
* | | crypto: skcipher - Unmap pages after an external errorHerbert Xu2019-09-091-19/+23
* | | crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede2019-09-051-1/+0
* | | crypto: aegis128 - Fix -Wunused-const-variable warningYueHaibing2019-08-302-11/+11
* | | crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel2019-08-303-0/+520
* | | crypto: arm64/aegis128 - use explicit vector load for permute vectorsArd Biesheuvel2019-08-301-19/+19
* | | crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib codeHans de Goede2019-08-222-207/+19
* | | crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede2019-08-221-0/+3
* | | crypto: sha256_generic - Fix some coding style issuesHans de Goede2019-08-221-134/+134
* | | crypto: des - remove now unused __des3_ede_setkey()Ard Biesheuvel2019-08-221-13/+0
* | | crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-222-876/+49
* | | crypto: 3des - move verification out of exported routineArd Biesheuvel2019-08-221-5/+5
* | | crypto: des/3des_ede - add new helpers to verify keysArd Biesheuvel2019-08-221-13/+0
* | | crypto: arm64/aegis128 - implement plain NEON versionArd Biesheuvel2019-08-153-2/+80
* | | crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-08-154-0/+207
* | | crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel2019-08-152-4/+49
* | | crypto: xts - add support for ciphertext stealingArd Biesheuvel2019-08-151-20/+132
* | | crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0Pascal van Leeuwen2019-08-151-1/+2
* | | crypto: streebog - remove two unused variablesYueHaibing2019-08-151-46/+0
* | | crypto: aes-generic - remove unused variable 'rco_tab'YueHaibing2019-08-151-2/+0
* | | crypto: cryptd - Use refcount_t for refcountChuhong Yuan2019-08-151-22/+22
* | | crypto: gcm - restrict assoclen for rfc4543Iuliana Prodan2019-08-091-2/+4
* | | crypto: engine - Reduce default RT priorityPeter Zijlstra2019-08-091-1/+1
* | | crypto: gcm - helper functions for assoclen/authsize checkIuliana Prodan2019-08-091-26/+15
* | | crypto: jitterentropy - build without sanitizerArnd Bergmann2019-08-021-0/+2
* | | Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu2019-08-025-247/+4
* | | crypto: ghash - add comment and improve help textEric Biggers2019-07-272-8/+34
* | | crypto: aegis - fix badly optimized clang outputArnd Bergmann2019-07-271-7/+7
* | | crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek2019-07-262-13/+28
* | | crypto: tcrypt - add a speed test for AEGIS128Ard Biesheuvel2019-07-261-0/+7
* | | crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-07-264-0/+208
* | | crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel2019-07-263-11/+46
* | | crypto: aegis - avoid prerotated AES tablesArd Biesheuvel2019-07-261-8/+6
* | | crypto: aegis128 - drop empty TFM init/exit routinesArd Biesheuvel2019-07-261-11/+0
* | | crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-266-2023/+0
* | | crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-266-2852/+0
* | | crypto: testmgr - add tests for lzo-rleHannah Pan2019-07-262-0/+90
* | | crypto: aes-generic - unexport last-round AES tablesArd Biesheuvel2019-07-261-4/+2
* | | crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel2019-07-262-151/+3
* | | crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel2019-07-261-44/+0
* | | crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel2019-07-261-2/+1