aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-09-21Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-0/+692
2019-09-13padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possibleGravatar Daniel Jordan 1-4/+0
2019-09-13crypto: pcrypt - remove padata cpumask notifierGravatar Daniel Jordan 1-107/+18
2019-09-13padata: make padata_do_parallel find alternate callback CPUGravatar Daniel Jordan 1-31/+2
2019-09-13padata: allocate workqueue internallyGravatar Daniel Jordan 1-11/+2
2019-09-09crypto: skcipher - Unmap pages after an external errorGravatar Herbert Xu 1-19/+23
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hGravatar Hans de Goede 1-1/+0
2019-09-03crypto: essiv - create wrapper template for ESSIV generationGravatar Ard Biesheuvel 3-0/+692
2019-08-30crypto: aegis128 - Fix -Wunused-const-variable warningGravatar YueHaibing 2-11/+11
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeGravatar Ard Biesheuvel 3-0/+520
2019-08-30crypto: arm64/aegis128 - use explicit vector load for permute vectorsGravatar Ard Biesheuvel 1-19/+19
2019-08-22crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib codeGravatar Hans de Goede 2-207/+19
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useGravatar Hans de Goede 1-0/+3
2019-08-22crypto: sha256_generic - Fix some coding style issuesGravatar Hans de Goede 1-134/+134
2019-08-22crypto: des - remove now unused __des3_ede_setkey()Gravatar Ard Biesheuvel 1-13/+0
2019-08-22crypto: des - split off DES library from generic DES cipher driverGravatar Ard Biesheuvel 2-876/+49
2019-08-22crypto: 3des - move verification out of exported routineGravatar Ard Biesheuvel 1-5/+5
2019-08-22crypto: des/3des_ede - add new helpers to verify keysGravatar Ard Biesheuvel 1-13/+0
2019-08-15crypto: arm64/aegis128 - implement plain NEON versionGravatar Ard Biesheuvel 3-2/+80
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsGravatar Ard Biesheuvel 4-0/+207
2019-08-15crypto: aegis128 - add support for SIMD accelerationGravatar Ard Biesheuvel 2-4/+49
2019-08-15crypto: xts - add support for ciphertext stealingGravatar Ard Biesheuvel 1-20/+132
2019-08-15crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0Gravatar Pascal van Leeuwen 1-1/+2
2019-08-15crypto: streebog - remove two unused variablesGravatar YueHaibing 1-46/+0
2019-08-15crypto: aes-generic - remove unused variable 'rco_tab'Gravatar YueHaibing 1-2/+0
2019-08-15crypto: cryptd - Use refcount_t for refcountGravatar Chuhong Yuan 1-22/+22
2019-08-09crypto: gcm - restrict assoclen for rfc4543Gravatar Iuliana Prodan 1-2/+4
2019-08-09crypto: engine - Reduce default RT priorityGravatar Peter Zijlstra 1-1/+1
2019-08-09crypto: gcm - helper functions for assoclen/authsize checkGravatar Iuliana Prodan 1-26/+15
2019-08-02crypto: jitterentropy - build without sanitizerGravatar Arnd Bergmann 1-0/+2
2019-08-02Revert "crypto: aegis128 - add support for SIMD acceleration"Gravatar Herbert Xu 5-247/+4
2019-07-27crypto: ghash - add comment and improve help textGravatar Eric Biggers 2-8/+34
2019-07-27crypto: aegis - fix badly optimized clang outputGravatar Arnd Bergmann 1-7/+7
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsGravatar Ondrej Mosnacek 2-13/+28
2019-07-26crypto: tcrypt - add a speed test for AEGIS128Gravatar Ard Biesheuvel 1-0/+7
2019-07-26crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsGravatar Ard Biesheuvel 4-0/+208
2019-07-26crypto: aegis128 - add support for SIMD accelerationGravatar Ard Biesheuvel 3-11/+46
2019-07-26crypto: aegis - avoid prerotated AES tablesGravatar Ard Biesheuvel 1-8/+6
2019-07-26crypto: aegis128 - drop empty TFM init/exit routinesGravatar Ard Biesheuvel 1-11/+0
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsGravatar Ard Biesheuvel 6-2023/+0
2019-07-26crypto: morus - remove generic and x86 implementationsGravatar Ard Biesheuvel 6-2852/+0
2019-07-26crypto: testmgr - add tests for lzo-rleGravatar Hannah Pan 2-0/+90
2019-07-26crypto: aes-generic - unexport last-round AES tablesGravatar Ard Biesheuvel 1-4/+2
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionGravatar Ard Biesheuvel 2-151/+3
2019-07-26crypto: x86/aes - drop scalar assembler implementationsGravatar Ard Biesheuvel 1-44/+0
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesGravatar Ard Biesheuvel 1-2/+1
2019-07-26crypto: aes - create AES library based on the fixed time AES codeGravatar Ard Biesheuvel 2-300/+7
2019-07-26crypto: aes/fixed-time - align key schedule with other implementationsGravatar Ard Biesheuvel 1-31/+21
2019-07-26crypto: aes - rename local routines to prevent future clashesGravatar Ard Biesheuvel 1-4/+4
2019-07-26crypto: fips - add FIPS test failure notification chainGravatar Gilad Ben-Yossef 2-1/+14