aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu1-3/+8
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
2015-04-07crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida1-1/+1
2015-03-12crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel1-75/+0
2015-03-10crypto: octeon - enable OCTEON SHA1/256/512 module selectionAaro Koskinen1-0/+27
2015-03-04crypto: powerpc/md5 - kernel configMarkus Stockhausen1-0/+8
2015-03-04crypto: algif - enable AEAD interface compilationStephan Mueller1-0/+9
2015-03-02crypto: powerpc/sha1 - kernel configMarkus Stockhausen1-0/+7
2015-03-01crypto: powerpc/aes - kernel configMarkus Stockhausen1-0/+13
2015-02-27crypto: ppc/sha256 - kernel configMarkus Stockhausen1-0/+9
2014-12-29crypto: algif_rng - enable RNG interface compilationStephan Mueller1-0/+9
2014-12-24crypto: octeon - enable OCTEON MD5 module selectionAaro Koskinen1-0/+9
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+30
2014-09-04crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD descriptionTed Percival1-1/+1
2014-08-27ARM: 8126/1: crypto: enable NEON SHA-384/SHA-512 for big endianArd Biesheuvel1-1/+1
2014-08-27ARM: 8125/1: crypto: enable NEON SHA-1 for big endianArd Biesheuvel1-1/+1
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen1-0/+30
2014-08-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+26
2014-08-02ARM: 8120/1: crypto: sha512: add ARM NEON implementationJussi Kivilinna1-0/+15
2014-08-02ARM: 8119/1: crypto: sha1: add ARM NEON implementationJussi Kivilinna1-0/+11
2014-07-04crypto: drbg - Use Kconfig to ensure at least one RNG option is setHerbert Xu1-9/+9
2014-07-03crypto: fips - only panic on bad/missing crypto mod signaturesJarod Wilson1-0/+1
2014-06-20crypto: des_3des - add x86-64 assembly implementationJussi Kivilinna1-0/+13
2014-06-20crypto: drbg - DRBG kernel configuration optionsStephan Mueller1-1/+35
2014-03-21crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan1-2/+2
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-12/+11
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+3
2013-10-25crypto: provide single place for hash algo informationDmitry Kasatkin1-0/+3
2013-10-04ARM: add support for bit sliced AES using NEON instructionsArd Biesheuvel1-0/+16