summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: powerpc - convert SPE AES algorithms to skcipher APIEric Biggers2019-10-261-0/+1
| * crypto: aegis128 - duplicate init() and final() hooks in SIMD codeArd Biesheuvel2019-10-263-12/+97
| * crypto: aegis128 - avoid function pointers for parameterizationArd Biesheuvel2019-10-261-59/+46
| * crypto: sparc/des - convert to skcipher APIEric Biggers2019-10-231-0/+1
| * crypto: sparc/camellia - convert to skcipher APIEric Biggers2019-10-231-0/+1
| * crypto: sparc/aes - convert to skcipher APIEric Biggers2019-10-231-2/+1
| * crypto: jitter - add header to fix buildwarningsBen Dooks2019-10-183-13/+19
| * crypto: user - fix memory leak in crypto_reportstatNavid Emamdoost2019-10-101-1/+3
| * crypto: user - fix memory leak in crypto_reportNavid Emamdoost2019-10-101-1/+3
| * crypto: af_alg - cast ki_complete ternary op to intAyush Sawal2019-10-101-1/+1
| * crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitlyArd Biesheuvel2019-10-101-0/+1
| * crypto: jitter - fix commentsAlexander E. Patrakov2019-10-051-3/+3
| * crypto: aegis128-neon - use Clang compatible cflags for ARMArd Biesheuvel2019-10-051-1/+1
| * crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipherPascal van Leeuwen2019-10-052-0/+35
| * crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphersPascal van Leeuwen2019-10-052-0/+110
| * crypto: testmgr - Added testvectors for the hmac(sm3) ahashPascal van Leeuwen2019-10-052-0/+62
| * crypto: testmgr - add another gcm(aes) testcaseArd Biesheuvel2019-10-051-0/+192
| * crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu2019-10-051-1/+1
* | KEYS: trusted: Create trusted keys subsystemSumit Garg2019-11-121-1/+1
* | KEYS: Use common tpm_buf for trusted and asymmetric keysSumit Garg2019-11-121-62/+45
* | tpm: Move tpm_buf code to include/linux/Sumit Garg2019-11-121-6/+6
|/
* 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
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-1829-6850/+1357
|\ \ \
| * | | 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