aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 24-661/+3219
2018-03-31crypto: ahash - Fix early termination in hash walkGravatar Herbert Xu 1-3/+4
2018-03-31crypto: lrw - Free rctx->ext with kzfreeGravatar Herbert Xu 1-1/+1
2018-03-31crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Gravatar Andy Shevchenko 2-34/+0
2018-03-31crypto: api - Keep failed instances aliveGravatar Herbert Xu 2-17/+13
2018-03-31crypto: api - Make crypto_alg_lookup staticGravatar Herbert Xu 2-3/+2
2018-03-31crypto: api - Remove unused crypto_type lookup functionGravatar Herbert Xu 1-7/+1
2018-03-16crypto: testmgr - add a new test case for CRC-T10DIFGravatar Ard Biesheuvel 1-0/+259
2018-03-16crypto: ecc - Remove stack VLA usageGravatar Kees Cook 1-6/+17
2018-03-16crypto: testmgr - introduce SM4 testsGravatar Gilad Ben-Yossef 3-0/+143
2018-03-16crypto: sm4 - introduce SM4 symmetric cipher algorithmGravatar Gilad Ben-Yossef 3-0/+270
2018-03-09mn10300: Remove the architectureGravatar David Howells 1-1/+1
2018-03-09crypto: ecdh - fix to allow multi segment scatterlistsGravatar James Bottomley 1-6/+17
2018-03-09crypto: cfb - add support for Cipher FeedBack modeGravatar James Bottomley 3-0/+362
2018-03-03crypto: ablk_helper - remove ablk_helperGravatar Eric Biggers 3-155/+0
2018-03-03crypto: lrw - remove lrw_crypt()Gravatar Eric Biggers 1-113/+39
2018-03-03crypto: xts - remove xts_crypt()Gravatar Eric Biggers 1-72/+0
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceGravatar Eric Biggers 1-10/+3
2018-03-03crypto: x86/camellia - convert to skcipher interfaceGravatar Eric Biggers 1-1/+1
2018-03-03crypto: x86/camellia - remove XTS algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/camellia - remove LRW algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/camellia-aesni-avx2 - remove LRW algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/des3_ede - convert to skcipher interfaceGravatar Eric Biggers 1-1/+1
2018-03-03crypto: x86/blowfish: convert to skcipher interfaceGravatar Eric Biggers 1-1/+1
2018-03-03crypto: x86/cast6-avx - convert to skcipher interfaceGravatar Eric Biggers 1-5/+4
2018-03-03crypto: x86/cast6-avx - remove LRW algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/cast5-avx - convert to skcipher interfaceGravatar Eric Biggers 1-4/+3
2018-03-03crypto: x86/twofish-avx - convert to skcipher interfaceGravatar Eric Biggers 1-4/+2
2018-03-03crypto: x86/twofish-avx - remove LRW algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/twofish-3way - convert to skcipher interfaceGravatar Eric Biggers 1-1/+1
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceGravatar Eric Biggers 1-9/+2
2018-03-03crypto: x86/serpent-avx - remove LRW algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/serpent-avx2 - remove LRW algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceGravatar Eric Biggers 1-6/+4
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmGravatar Eric Biggers 1-2/+0
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmGravatar Eric Biggers 1-2/+0
2018-03-03crypto: simd - allow registering multiple algorithms at onceGravatar Eric Biggers 1-0/+50
2018-02-22X.509: fix NULL dereference when restricting key with unsupported_sigGravatar Eric Biggers 1-8/+13
2018-02-22X.509: fix BUG_ON() when hash algorithm is unsupportedGravatar Eric Biggers 1-1/+3
2018-02-22PKCS#7: fix direct verification of SignerInfo signatureGravatar Eric Biggers 1-0/+1
2018-02-22PKCS#7: fix certificate blacklistingGravatar Eric Biggers 1-4/+6
2018-02-22PKCS#7: fix certificate chain verificationGravatar Eric Biggers 1-1/+1
2018-02-22crypto: speck - add test vectors for Speck64-XTSGravatar Eric Biggers 2-0/+680
2018-02-22crypto: speck - add test vectors for Speck128-XTSGravatar Eric Biggers 2-0/+696
2018-02-22crypto: speck - export common helpersGravatar Eric Biggers 1-41/+49
2018-02-22crypto: speck - add support for the Speck block cipherGravatar Eric Biggers 5-0/+460
2018-02-22crypto: testmgr - Fix incorrect values in PKCS#1 test vectorGravatar Conor McLoughlin 1-3/+3