summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-02-28crypto: rename sm3-256 to sm3 in hash_algo_nameTianjia Zhang1-1/+1
2020-02-24crypto: essiv - fix AEAD capitalization and preposition use in help textGeert Uytterhoeven1-2/+2
2020-02-15crypto: testmgr - don't try to decrypt uninitialized buffersEric Biggers1-4/+16
2020-02-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu3-14/+6
2020-02-11crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu1-1/+0
2020-02-11crypto: api - fix unexpectedly getting generic implementationHerbert Xu2-4/+24
2020-02-11crypto: pcrypt - Avoid deadlock by using per-instance padata queuesHerbert Xu1-3/+33
2020-02-11crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu1-4/+2
2020-02-01crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu1-1/+2
2020-02-01crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu1-2/+4
2020-01-17crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu1-1/+1
2019-12-31KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() failsEric Biggers2-0/+2
2019-12-31crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitlyArd Biesheuvel1-0/+1
2019-12-31crypto: aegis128-neon - use Clang compatible cflags for ARMArd Biesheuvel1-1/+1
2019-12-13crypto: user - fix memory leak in crypto_reportstatNavid Emamdoost1-1/+3
2019-12-13crypto: user - fix memory leak in crypto_reportNavid Emamdoost1-1/+3
2019-12-13crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel1-1/+2
2019-12-13crypto: af_alg - cast ki_complete ternary op to intAyush Sawal1-1/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2019-09-28Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+33
2019-09-21Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+692
2019-09-13padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possibleDaniel Jordan1-4/+0
2019-09-13crypto: pcrypt - remove padata cpumask notifierDaniel Jordan1-107/+18
2019-09-13padata: make padata_do_parallel find alternate callback CPUDaniel Jordan1-31/+2
2019-09-13padata: allocate workqueue internallyDaniel Jordan1-11/+2
2019-09-09crypto: skcipher - Unmap pages after an external errorHerbert Xu1-19/+23
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede1-1/+0
2019-09-03crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel3-0/+692
2019-08-30crypto: aegis128 - Fix -Wunused-const-variable warningYueHaibing2-11/+11
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel3-0/+520
2019-08-30crypto: arm64/aegis128 - use explicit vector load for permute vectorsArd Biesheuvel1-19/+19
2019-08-22crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib codeHans de Goede2-207/+19
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede1-0/+3
2019-08-22crypto: sha256_generic - Fix some coding style issuesHans de Goede1-134/+134
2019-08-22crypto: des - remove now unused __des3_ede_setkey()Ard Biesheuvel1-13/+0
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2-876/+49
2019-08-22crypto: 3des - move verification out of exported routineArd Biesheuvel1-5/+5
2019-08-22crypto: des/3des_ede - add new helpers to verify keysArd Biesheuvel1-13/+0
2019-08-20kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac1-1/+3
2019-08-15crypto: arm64/aegis128 - implement plain NEON versionArd Biesheuvel3-2/+80
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel4-0/+207
2019-08-15crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel2-4/+49
2019-08-15crypto: xts - add support for ciphertext stealingArd Biesheuvel1-20/+132
2019-08-15crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0Pascal van Leeuwen1-1/+2
2019-08-15crypto: streebog - remove two unused variablesYueHaibing1-46/+0
2019-08-15crypto: aes-generic - remove unused variable 'rco_tab'YueHaibing1-2/+0
2019-08-15crypto: cryptd - Use refcount_t for refcountChuhong Yuan1-22/+22
2019-08-09crypto: gcm - restrict assoclen for rfc4543Iuliana Prodan1-2/+4
2019-08-09crypto: engine - Reduce default RT priorityPeter Zijlstra1-1/+1
2019-08-09crypto: gcm - helper functions for assoclen/authsize checkIuliana Prodan1-26/+15