aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-03-31crypto: ahash - Fix early termination in hash walkHerbert Xu
2018-03-31crypto: lrw - Free rctx->ext with kzfreeHerbert Xu
2018-03-31crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Andy Shevchenko
2018-03-31crypto: api - Keep failed instances aliveHerbert Xu
2018-03-31crypto: api - Make crypto_alg_lookup staticHerbert Xu
2018-03-31crypto: api - Remove unused crypto_type lookup functionHerbert Xu
2018-03-16crypto: testmgr - add a new test case for CRC-T10DIFArd Biesheuvel
2018-03-16crypto: ecc - Remove stack VLA usageKees Cook
2018-03-16crypto: testmgr - introduce SM4 testsGilad Ben-Yossef
2018-03-16crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef
2018-03-09mn10300: Remove the architectureDavid Howells
2018-03-09crypto: ecdh - fix to allow multi segment scatterlistsJames Bottomley
2018-03-09crypto: cfb - add support for Cipher FeedBack modeJames Bottomley
2018-03-03crypto: ablk_helper - remove ablk_helperEric Biggers
2018-03-03crypto: lrw - remove lrw_crypt()Eric Biggers
2018-03-03crypto: xts - remove xts_crypt()Eric Biggers
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/camellia - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/camellia - remove XTS algorithmEric Biggers
2018-03-03crypto: x86/camellia - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/blowfish: convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/cast6-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/twofish-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/serpent-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers
2018-03-03crypto: simd - allow registering multiple algorithms at onceEric Biggers
2018-02-22X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers
2018-02-22X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers
2018-02-22PKCS#7: fix direct verification of SignerInfo signatureEric Biggers
2018-02-22PKCS#7: fix certificate blacklistingEric Biggers
2018-02-22PKCS#7: fix certificate chain verificationEric Biggers
2018-02-22crypto: speck - add test vectors for Speck64-XTSEric Biggers
2018-02-22crypto: speck - add test vectors for Speck128-XTSEric Biggers
2018-02-22crypto: speck - export common helpersEric Biggers
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers
2018-02-22crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin