aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-25crypto: acomp - add support for deflate via scompGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add support for 842 via scompGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add support for lz4 via scompGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add support for lzo via scompGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu1-0/+10
2016-10-21crypto: api - Fix Kconfig dependencies for FIPSAlec Ari1-1/+1
2016-08-09crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVECMichael Ellerman1-1/+1
2016-07-05crypto: powerpc - Add POWER8 optimised crc32cAnton Blanchard1-0/+11
2016-06-28crypto: sha512-mb - Enable SHA512 multibuffer supportMegha Dey1-0/+16
2016-06-27crypto: sha256-mb - Enable multibuffer supportMegha Dey1-0/+16
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto1-0/+5
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto1-0/+8
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto1-0/+10
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik1-0/+10
2016-06-15crypto: drbg - use CTR AES instead of ECB AESStephan Mueller1-0/+1
2016-05-05crypto: rsa - select crypto mgr dependencyTadeusz Struk1-0/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-19/+4
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang1-0/+3
2016-01-27crypto: jitterentropy - always select CRYPTO_RNGArnd Bergmann1-0/+1
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim1-19/+0
2016-01-26crypto: ghash,poly1305 - select CRYPTO_HASH where neededArnd Bergmann1-0/+2
2015-10-15crypto: keywrap - enable compilationStephan Mueller1-0/+7
2015-09-21crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 and SHA256tim1-4/+6
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2015-08-17crypto: null - Add missing Kconfig tristate for NULL2Herbert Xu1-0/+1
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu1-3/+8
2015-08-14Move certificate handling to its own directoryDavid Howells1-0/+1
2015-08-05crypto: authenc - Add Kconfig dependency on CRYPTO_NULLHerbert Xu1-0/+1
2015-07-17crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi1-1/+1
2015-07-17crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi1-0/+12
2015-07-17crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi1-1/+1
2015-07-17crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi1-0/+15
2015-06-21crypto: rsa - fix invalid select for AKCIPHERTadeusz Struk1-1/+1
2015-06-17crypto: testmgr - add tests vectors for RSATadeusz Struk1-0/+1
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk1-0/+8
2015-06-17crypto: akcipher - add PKE APITadeusz Struk1-0/+9
2015-06-11crypto: drbg - Add select on sha256Herbert Xu1-1/+2
2015-06-04crypto: rng - Make DRBG the default RNGHerbert Xu1-7/+8
2015-06-04crypto: echainiv - Set Kconfig default to mHerbert Xu1-0/+1
2015-06-04crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi1-0/+12
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi1-0/+9
2015-06-04crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi1-0/+13
2015-06-03Revert "crypto: algif_aead - Disable AEAD user-space for now"Herbert Xu1-0/+9
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-9/+0
2015-05-27crypto: jitterentropy - add jitterentropy RNGStephan Mueller1-0/+10
2015-05-26crypto: algif_aead - Disable AEAD user-space for nowHerbert Xu1-9/+0
2015-05-22crypto: echainiv - Add encrypted chain IV generatorHerbert Xu1-0/+10
2015-05-22crypto: seqiv - Add support for new AEAD interfaceHerbert Xu1-0/+1
2015-05-11crypto: 842 - change 842 alg to use softwareDan Streetman1-4/+3