| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: ecdh - add privkey generation support | Tudor-Dan Ambarus | 2017-06-10 | 1 | -0/+1 |
* | crypto: xts - drop gf128mul dependency | Ondrej Mosnáček | 2017-04-05 | 1 | -1/+0 |
* | crypto: powerpc - Stress test for vpmsum implementations | Daniel Axtens | 2017-03-24 | 1 | -0/+8 |
* | crypto: powerpc - Add CRC-T10DIF acceleration | Daniel Axtens | 2017-03-24 | 1 | -0/+9 |
* | crypto: xts - Add ECB dependency | Milan Broz | 2017-02-23 | 1 | -0/+1 |
* | crypto: ccm - switch to separate cbcmac driver | Ard Biesheuvel | 2017-02-11 | 1 | -0/+1 |
* | crypto: aes - add generic time invariant AES cipher | Ard Biesheuvel | 2017-02-11 | 1 | -0/+17 |
* | crypto: aesni - Convert to skcipher | Herbert Xu | 2016-11-28 | 1 | -4/+3 |
* | crypto: glue_helper - Add skcipher xts helpers | Herbert Xu | 2016-11-28 | 1 | -1/+1 |
* | crypto: simd - Add simd skcipher helper | Herbert Xu | 2016-11-28 | 1 | -0/+4 |
* | crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM option | Jean Delvare | 2016-11-28 | 1 | -1/+1 |
* | crypto: acomp - add support for deflate via scomp | Giovanni Cabiddu | 2016-10-25 | 1 | -0/+1 |
* | crypto: acomp - add support for 842 via scomp | Giovanni Cabiddu | 2016-10-25 | 1 | -0/+1 |
* | crypto: acomp - add support for lz4hc via scomp | Giovanni Cabiddu | 2016-10-25 | 1 | -0/+1 |
* | crypto: acomp - add support for lz4 via scomp | Giovanni Cabiddu | 2016-10-25 | 1 | -0/+1 |
* | crypto: acomp - add support for lzo via scomp | Giovanni Cabiddu | 2016-10-25 | 1 | -0/+1 |
* | crypto: acomp - add asynchronous compression api | Giovanni Cabiddu | 2016-10-25 | 1 | -0/+10 |
* | crypto: api - Fix Kconfig dependencies for FIPS | Alec Ari | 2016-10-21 | 1 | -1/+1 |
* | crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVEC | Michael Ellerman | 2016-08-09 | 1 | -1/+1 |
* | crypto: powerpc - Add POWER8 optimised crc32c | Anton Blanchard | 2016-07-05 | 1 | -0/+11 |
* | crypto: sha512-mb - Enable SHA512 multibuffer support | Megha Dey | 2016-06-28 | 1 | -0/+16 |
* | crypto: sha256-mb - Enable multibuffer support | Megha Dey | 2016-06-27 | 1 | -0/+16 |
* | crypto: ecdh - Add ECDH software support | Salvatore Benedetto | 2016-06-23 | 1 | -0/+5 |
* | crypto: dh - Add DH software implementation | Salvatore Benedetto | 2016-06-23 | 1 | -0/+8 |
* | crypto: kpp - Key-agreement Protocol Primitives API (KPP) | Salvatore Benedetto | 2016-06-23 | 1 | -0/+10 |
* | crypto: sha3 - Add SHA-3 hash algorithm | Jeff Garzik | 2016-06-20 | 1 | -0/+10 |
* | crypto: drbg - use CTR AES instead of ECB AES | Stephan Mueller | 2016-06-15 | 1 | -0/+1 |
* | crypto: rsa - select crypto mgr dependency | Tadeusz Struk | 2016-05-05 | 1 | -0/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-03-17 | 1 | -19/+4 |
|\ |
|
| * | crypto: engine - Introduce the block request crypto engine framework | Baolin Wang | 2016-02-01 | 1 | -0/+3 |
| * | crypto: jitterentropy - always select CRYPTO_RNG | Arnd Bergmann | 2016-01-27 | 1 | -0/+1 |
| * | crypto: compress - remove unused pcomp interface | Joonsoo Kim | 2016-01-27 | 1 | -19/+0 |
* | | crypto: ghash,poly1305 - select CRYPTO_HASH where needed | Arnd Bergmann | 2016-01-26 | 1 | -0/+2 |
|/ |
|
* | crypto: keywrap - enable compilation | Stephan Mueller | 2015-10-15 | 1 | -0/+7 |
* | crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a... | tim | 2015-09-21 | 1 | -4/+6 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-09-08 | 1 | -0/+1 |
|\ |
|
| * | Move certificate handling to its own directory | David Howells | 2015-08-14 | 1 | -0/+1 |
* | | crypto: null - Add missing Kconfig tristate for NULL2 | Herbert Xu | 2015-08-17 | 1 | -0/+1 |
* | | crypto: aead - Add type-safe geniv init/exit helpers | Herbert Xu | 2015-08-17 | 1 | -3/+8 |
* | | crypto: authenc - Add Kconfig dependency on CRYPTO_NULL | Herbert Xu | 2015-08-05 | 1 | -0/+1 |
* | | crypto: poly1305 - Add a four block AVX2 variant for x86_64 | Martin Willi | 2015-07-17 | 1 | -1/+1 |
* | | crypto: poly1305 - Add a SSE2 SIMD variant for x86_64 | Martin Willi | 2015-07-17 | 1 | -0/+12 |
* | | crypto: chacha20 - Add an eight block AVX2 variant for x86_64 | Martin Willi | 2015-07-17 | 1 | -1/+1 |
* | | crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64 | Martin Willi | 2015-07-17 | 1 | -0/+15 |
|/ |
|
* | crypto: rsa - fix invalid select for AKCIPHER | Tadeusz Struk | 2015-06-21 | 1 | -1/+1 |
* | crypto: testmgr - add tests vectors for RSA | Tadeusz Struk | 2015-06-17 | 1 | -0/+1 |
* | crypto: rsa - add a new rsa generic implementation | Tadeusz Struk | 2015-06-17 | 1 | -0/+8 |
* | crypto: akcipher - add PKE API | Tadeusz Struk | 2015-06-17 | 1 | -0/+9 |
* | crypto: drbg - Add select on sha256 | Herbert Xu | 2015-06-11 | 1 | -1/+2 |
* | crypto: rng - Make DRBG the default RNG | Herbert Xu | 2015-06-04 | 1 | -7/+8 |