summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* crypto: algif_aead - copy AAD from src to dstStephan Mueller2017-08-091-0/+2
* crypto: ecdh - add privkey generation supportTudor-Dan Ambarus2017-06-101-0/+1
* crypto: xts - drop gf128mul dependencyOndrej Mosnáček2017-04-051-1/+0
* crypto: powerpc - Stress test for vpmsum implementationsDaniel Axtens2017-03-241-0/+8
* crypto: powerpc - Add CRC-T10DIF accelerationDaniel Axtens2017-03-241-0/+9
* crypto: xts - Add ECB dependencyMilan Broz2017-02-231-0/+1
* crypto: ccm - switch to separate cbcmac driverArd Biesheuvel2017-02-111-0/+1
* crypto: aes - add generic time invariant AES cipherArd Biesheuvel2017-02-111-0/+17
* crypto: aesni - Convert to skcipherHerbert Xu2016-11-281-4/+3
* crypto: glue_helper - Add skcipher xts helpersHerbert Xu2016-11-281-1/+1
* crypto: simd - Add simd skcipher helperHerbert Xu2016-11-281-0/+4
* crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare2016-11-281-1/+1
* crypto: acomp - add support for deflate via scompGiovanni Cabiddu2016-10-251-0/+1
* crypto: acomp - add support for 842 via scompGiovanni Cabiddu2016-10-251-0/+1
* crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu2016-10-251-0/+1
* crypto: acomp - add support for lz4 via scompGiovanni Cabiddu2016-10-251-0/+1
* crypto: acomp - add support for lzo via scompGiovanni Cabiddu2016-10-251-0/+1
* crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2016-10-251-0/+10
* crypto: api - Fix Kconfig dependencies for FIPSAlec Ari2016-10-211-1/+1
* crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVECMichael Ellerman2016-08-091-1/+1
* crypto: powerpc - Add POWER8 optimised crc32cAnton Blanchard2016-07-051-0/+11
* crypto: sha512-mb - Enable SHA512 multibuffer supportMegha Dey2016-06-281-0/+16
* crypto: sha256-mb - Enable multibuffer supportMegha Dey2016-06-271-0/+16
* crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-231-0/+5
* crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-231-0/+8
* crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto2016-06-231-0/+10
* crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik2016-06-201-0/+10
* crypto: drbg - use CTR AES instead of ECB AESStephan Mueller2016-06-151-0/+1
* crypto: rsa - select crypto mgr dependencyTadeusz Struk2016-05-051-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-19/+4
|\
| * crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang2016-02-011-0/+3
| * crypto: jitterentropy - always select CRYPTO_RNGArnd Bergmann2016-01-271-0/+1
| * crypto: compress - remove unused pcomp interfaceJoonsoo Kim2016-01-271-19/+0
* | crypto: ghash,poly1305 - select CRYPTO_HASH where neededArnd Bergmann2016-01-261-0/+2
|/
* crypto: keywrap - enable compilationStephan Mueller2015-10-151-0/+7
* crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...tim2015-09-211-4/+6
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-081-0/+1
|\
| * Move certificate handling to its own directoryDavid Howells2015-08-141-0/+1
* | crypto: null - Add missing Kconfig tristate for NULL2Herbert Xu2015-08-171-0/+1
* | crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu2015-08-171-3/+8
* | crypto: authenc - Add Kconfig dependency on CRYPTO_NULLHerbert Xu2015-08-051-0/+1
* | crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi2015-07-171-1/+1
* | crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi2015-07-171-0/+12
* | crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi2015-07-171-1/+1
* | crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi2015-07-171-0/+15
|/
* crypto: rsa - fix invalid select for AKCIPHERTadeusz Struk2015-06-211-1/+1
* crypto: testmgr - add tests vectors for RSATadeusz Struk2015-06-171-0/+1
* crypto: rsa - add a new rsa generic implementationTadeusz Struk2015-06-171-0/+8
* crypto: akcipher - add PKE APITadeusz Struk2015-06-171-0/+9
* crypto: drbg - Add select on sha256Herbert Xu2015-06-111-1/+2
OpenPOWER on IntegriCloud