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