| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: sahara - use the backlog | Steffen Trumtrar | 2015-04-08 | 1 | -0/+5 |
* | crypto: user - Fix crypto_alg_match race | Herbert Xu | 2015-04-08 | 1 | -10/+29 |
* | crypto: atmel-aes - correct usage of dma_sync_* API | Leilei Zhao | 2015-04-08 | 1 | -1/+1 |
* | crypto: atmel-aes - sync the buf used in DMA or CPU | Leilei Zhao | 2015-04-08 | 1 | -4/+12 |
* | crypto: atmel-aes - initialize spinlock in probe | Leilei Zhao | 2015-04-08 | 1 | -0/+1 |
* | crypto: atmel-tdes - initialize spinlock in probe | Leilei Zhao | 2015-04-08 | 1 | -0/+1 |
* | crypto: atmel-sha - correct the max burst size | Leilei Zhao | 2015-04-08 | 1 | -8/+2 |
* | crypto: atmel-sha - initialize spinlock in probe | Leilei Zhao | 2015-04-08 | 1 | -0/+1 |
* | crypto: atmel-sha - fix sg list management | Leilei Zhao | 2015-04-08 | 1 | -2/+14 |
* | crypto: atmel-sha - correct the way data are split | Ludovic Desroches | 2015-04-08 | 1 | -1/+1 |
* | crypto: atmel-sha - add new version | Leilei Zhao | 2015-04-08 | 1 | -0/+6 |
* | crypto: atmel-aes - add new version | Leilei Zhao | 2015-04-08 | 1 | -0/+5 |
* | crypto: qat - fix double release_firmware on error path | Tadeusz Struk | 2015-04-07 | 3 | -12/+13 |
* | crypto: qat - print ring name in debug output | Tadeusz Struk | 2015-04-07 | 1 | -0/+2 |
* | crypto: serpent_sse2 - Fix a typo in Kconfig | Masanari Iida | 2015-04-07 | 1 | -1/+1 |
* | crypto: arm/sha256 - Add optimized SHA-256/224 | Sami Tolvanen | 2015-04-03 | 8 | -3/+3981 |
* | crypto: api - Change crypto_unregister_instance argument type | Herbert Xu | 2015-04-03 | 3 | -8/+4 |
* | crypto: api - Fix races in crypto_unregister_instance | Herbert Xu | 2015-04-03 | 1 | -16/+7 |
* | crypto: omap-sham - Add the offset of sg page to vaddr | Vutla, Lokesh | 2015-04-03 | 1 | -0/+1 |
* | crypto: qat - fix checkpatch CODE_INDENT issue | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | crypto: qat - fix checkpatch COMPARISON_TO_NULL issue | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | crypto: qat - fix checkpatch BIT_MACRO issues | Allan, Bruce W | 2015-04-01 | 2 | -5/+5 |
* | crypto: qat - fix checkpatch CONCATENATED_STRING issues | Allan, Bruce W | 2015-04-01 | 1 | -4/+4 |
* | crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONS | Allan, Bruce W | 2015-04-01 | 1 | -2/+2 |
* | crypto: qat - fix checkpatch CHECK_SPACING issues | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | crypto: qat - fix typo | Allan, Bruce W | 2015-04-01 | 1 | -14/+14 |
* | crypto: omap-aes - Fix support for unequal lengths | Vutla, Lokesh | 2015-04-01 | 1 | -3/+11 |
* | crypto: omap-sham - Use pm_runtime_irq_safe() | Vutla, Lokesh | 2015-04-01 | 1 | -0/+1 |
* | crypto: sha-mb - mark Multi buffer SHA1 helper cipher | Stephan Mueller | 2015-03-31 | 1 | -2/+5 |
* | crypto: mcryptd - process CRYPTO_ALG_INTERNAL | Stephan Mueller | 2015-03-31 | 1 | -2/+23 |
* | crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -4/+8 |
* | crypto: aes-ce - mark ARMv8 AES helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -4/+8 |
* | crypto: aesbs - mark NEON bit sliced AES helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -3/+6 |
* | crypto: twofish_avx - mark Twofish AVX helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 |
* | crypto: serpent_sse2 - mark Serpent SSE2 helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 |
* | crypto: serpent_avx - mark Serpent AVX helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 |
* | crypto: serpent_avx2 - mark Serpent AVX2 helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 |
* | crypto: cast6_avx - mark CAST6 helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 |
* | crypto: camellia_aesni_avx - mark AVX Camellia helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 |
* | crypto: cast5_avx - mark CAST5 helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -3/+6 |
* | crypto: camellia_aesni_avx2 - mark AES-NI Camellia helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 |
* | crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -2/+4 |
* | crypto: clmulni - mark ghash clmulni helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -2/+5 |
* | crypto: aesni - mark AES-NI helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -8/+15 |
* | crypto: proc - identify internal ciphers | Stephan Mueller | 2015-03-31 | 1 | -0/+3 |
* | crypto: cryptd - process CRYPTO_ALG_INTERNAL | Stephan Mueller | 2015-03-31 | 2 | -9/+43 |
* | crypto: testmgr - use CRYPTO_ALG_INTERNAL | Stephan Mueller | 2015-03-31 | 1 | -7/+7 |
* | crypto: api - prevent helper ciphers from being used | Stephan Mueller | 2015-03-31 | 2 | -0/+16 |
* | crypto: arm/ghash - fix big-endian bug in ghash | Ard Biesheuvel | 2015-03-24 | 1 | -1/+1 |
* | crypto: img-hash - shift wrapping bug in img_hash_hw_init() | Dan Carpenter | 2015-03-23 | 1 | -1/+1 |