summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2019-10-18crypto: jitter - add header to fix buildwarningsBen Dooks-13/+19
2019-10-10crypto: user - fix memory leak in crypto_reportstatNavid Emamdoost-1/+3
2019-10-10crypto: user - fix memory leak in crypto_reportNavid Emamdoost-1/+3
2019-10-10crypto: af_alg - cast ki_complete ternary op to intAyush Sawal-1/+1
2019-10-10crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitlyArd Biesheuvel-0/+1
2019-10-05crypto: jitter - fix commentsAlexander E. Patrakov-3/+3
2019-10-05crypto: aegis128-neon - use Clang compatible cflags for ARMArd Biesheuvel-1/+1
2019-10-05crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipherPascal van Leeuwen-0/+35
2019-10-05crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphersPascal van Leeuwen-0/+110
2019-10-05crypto: testmgr - Added testvectors for the hmac(sm3) ahashPascal van Leeuwen-0/+62
2019-10-05crypto: testmgr - add another gcm(aes) testcaseArd Biesheuvel-0/+192
2019-10-05crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu-1/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+3
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+33
2019-09-21Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+692
2019-09-13padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possibleDaniel Jordan-4/+0
2019-09-13crypto: pcrypt - remove padata cpumask notifierDaniel Jordan-107/+18
2019-09-13padata: make padata_do_parallel find alternate callback CPUDaniel Jordan-31/+2
2019-09-13padata: allocate workqueue internallyDaniel Jordan-11/+2
2019-09-09crypto: skcipher - Unmap pages after an external errorHerbert Xu-19/+23
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede-1/+0
2019-09-03crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel-0/+692
2019-08-30crypto: aegis128 - Fix -Wunused-const-variable warningYueHaibing-11/+11
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel-0/+520
2019-08-30crypto: arm64/aegis128 - use explicit vector load for permute vectorsArd Biesheuvel-19/+19
2019-08-22crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib codeHans de Goede-207/+19
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede-0/+3
2019-08-22crypto: sha256_generic - Fix some coding style issuesHans de Goede-134/+134
2019-08-22crypto: des - remove now unused __des3_ede_setkey()Ard Biesheuvel-13/+0
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel-876/+49
2019-08-22crypto: 3des - move verification out of exported routineArd Biesheuvel-5/+5
2019-08-22crypto: des/3des_ede - add new helpers to verify keysArd Biesheuvel-13/+0
2019-08-19kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac-1/+3
2019-08-15crypto: arm64/aegis128 - implement plain NEON versionArd Biesheuvel-2/+80
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel-0/+207
2019-08-15crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel-4/+49
2019-08-15crypto: xts - add support for ciphertext stealingArd Biesheuvel-20/+132
2019-08-15crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0Pascal van Leeuwen-1/+2
2019-08-15crypto: streebog - remove two unused variablesYueHaibing-46/+0
2019-08-15crypto: aes-generic - remove unused variable 'rco_tab'YueHaibing-2/+0
2019-08-15crypto: cryptd - Use refcount_t for refcountChuhong Yuan-22/+22
2019-08-09crypto: gcm - restrict assoclen for rfc4543Iuliana Prodan-2/+4
2019-08-09crypto: engine - Reduce default RT priorityPeter Zijlstra-1/+1
2019-08-09crypto: gcm - helper functions for assoclen/authsize checkIuliana Prodan-26/+15
2019-08-05PKCS#7: Introduce pkcs7_get_digest()Thiago Jung Bauermann-0/+33
2019-08-02crypto: jitterentropy - build without sanitizerArnd Bergmann-0/+2
2019-08-02Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu-247/+4
2019-07-27crypto: ghash - add comment and improve help textEric Biggers-8/+34
2019-07-27crypto: aegis - fix badly optimized clang outputArnd Bergmann-7/+7
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek-13/+28