Age | Commit message (Expand) | Author |
2015-04-08 | crypto: atmel-sha - correct the max burst size | Leilei Zhao |
2015-04-08 | crypto: atmel-sha - initialize spinlock in probe | Leilei Zhao |
2015-04-08 | crypto: atmel-sha - fix sg list management | Leilei Zhao |
2015-04-08 | crypto: atmel-sha - correct the way data are split | Ludovic Desroches |
2015-04-08 | crypto: atmel-sha - add new version | Leilei Zhao |
2015-04-08 | crypto: atmel-aes - add new version | Leilei Zhao |
2015-04-07 | crypto: qat - fix double release_firmware on error path | Tadeusz Struk |
2015-04-07 | crypto: qat - print ring name in debug output | Tadeusz Struk |
2015-04-07 | crypto: serpent_sse2 - Fix a typo in Kconfig | Masanari Iida |
2015-04-03 | crypto: arm/sha256 - Add optimized SHA-256/224 | Sami Tolvanen |
2015-04-03 | crypto: api - Change crypto_unregister_instance argument type | Herbert Xu |
2015-04-03 | crypto: api - Fix races in crypto_unregister_instance | Herbert Xu |
2015-04-03 | crypto: omap-sham - Add the offset of sg page to vaddr | Vutla, Lokesh |
2015-04-01 | crypto: qat - fix checkpatch CODE_INDENT issue | Allan, Bruce W |
2015-04-01 | crypto: qat - fix checkpatch COMPARISON_TO_NULL issue | Allan, Bruce W |
2015-04-01 | crypto: qat - fix checkpatch BIT_MACRO issues | Allan, Bruce W |
2015-04-01 | crypto: qat - fix checkpatch CONCATENATED_STRING issues | Allan, Bruce W |
2015-04-01 | crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONS | Allan, Bruce W |
2015-04-01 | crypto: qat - fix checkpatch CHECK_SPACING issues | Allan, Bruce W |
2015-04-01 | crypto: qat - fix typo | Allan, Bruce W |
2015-04-01 | crypto: omap-aes - Fix support for unequal lengths | Vutla, Lokesh |
2015-04-01 | crypto: omap-sham - Use pm_runtime_irq_safe() | Vutla, Lokesh |
2015-03-31 | crypto: sha-mb - mark Multi buffer SHA1 helper cipher | Stephan Mueller |
2015-03-31 | crypto: mcryptd - process CRYPTO_ALG_INTERNAL | Stephan Mueller |
2015-03-31 | crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphers | Stephan Mueller |
2015-03-31 | crypto: aes-ce - mark ARMv8 AES helper ciphers | Stephan Mueller |
2015-03-31 | crypto: aesbs - mark NEON bit sliced AES helper ciphers | Stephan Mueller |
2015-03-31 | crypto: twofish_avx - mark Twofish AVX helper ciphers | Stephan Mueller |
2015-03-31 | crypto: serpent_sse2 - mark Serpent SSE2 helper ciphers | Stephan Mueller |
2015-03-31 | crypto: serpent_avx - mark Serpent AVX helper ciphers | Stephan Mueller |
2015-03-31 | crypto: serpent_avx2 - mark Serpent AVX2 helper ciphers | Stephan Mueller |
2015-03-31 | crypto: cast6_avx - mark CAST6 helper ciphers | Stephan Mueller |
2015-03-31 | crypto: camellia_aesni_avx - mark AVX Camellia helper ciphers | Stephan Mueller |
2015-03-31 | crypto: cast5_avx - mark CAST5 helper ciphers | Stephan Mueller |
2015-03-31 | crypto: camellia_aesni_avx2 - mark AES-NI Camellia helper ciphers | Stephan Mueller |
2015-03-31 | crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphers | Stephan Mueller |
2015-03-31 | crypto: clmulni - mark ghash clmulni helper ciphers | Stephan Mueller |
2015-03-31 | crypto: aesni - mark AES-NI helper ciphers | Stephan Mueller |
2015-03-31 | crypto: proc - identify internal ciphers | Stephan Mueller |
2015-03-31 | crypto: cryptd - process CRYPTO_ALG_INTERNAL | Stephan Mueller |
2015-03-31 | crypto: testmgr - use CRYPTO_ALG_INTERNAL | Stephan Mueller |
2015-03-31 | crypto: api - prevent helper ciphers from being used | Stephan Mueller |
2015-03-24 | crypto: arm/ghash - fix big-endian bug in ghash | Ard Biesheuvel |
2015-03-23 | crypto: img-hash - shift wrapping bug in img_hash_hw_init() | Dan Carpenter |
2015-03-23 | crypto: img-hash - fix some compile warnings | Dan Carpenter |
2015-03-23 | crypto: qat - make error and info log messages more descriptive | Allan, Bruce W |
2015-03-23 | crypto: qat - fix typo in string | Allan, Bruce W |
2015-03-23 | crypto: qat - remove duplicate definition of Intel PCI vendor id | Allan, Bruce W |
2015-03-23 | crypto: img-hash - Fix Kconfig selections | James Hartley |
2015-03-19 | lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR | mancha security |