Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-03-31 | crypto: proc - identify internal ciphers | Stephan Mueller | 1 | -0/+3 |
2015-03-31 | crypto: cryptd - process CRYPTO_ALG_INTERNAL | Stephan Mueller | 2 | -9/+43 |
2015-03-31 | crypto: testmgr - use CRYPTO_ALG_INTERNAL | Stephan Mueller | 1 | -7/+7 |
2015-03-31 | crypto: api - prevent helper ciphers from being used | Stephan Mueller | 2 | -0/+16 |
2015-03-24 | crypto: arm/ghash - fix big-endian bug in ghash | Ard Biesheuvel | 1 | -1/+1 |
2015-03-23 | crypto: img-hash - shift wrapping bug in img_hash_hw_init() | Dan Carpenter | 1 | -1/+1 |
2015-03-23 | crypto: img-hash - fix some compile warnings | Dan Carpenter | 1 | -2/+1 |
2015-03-23 | crypto: qat - make error and info log messages more descriptive | Allan, Bruce W | 12 | -91/+137 |
2015-03-23 | crypto: qat - fix typo in string | Allan, Bruce W | 1 | -1/+1 |
2015-03-23 | crypto: qat - remove duplicate definition of Intel PCI vendor id | Allan, Bruce W | 1 | -1/+0 |
2015-03-23 | crypto: img-hash - Fix Kconfig selections | James Hartley | 1 | -2/+1 |
2015-03-19 | lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR | mancha security | 1 | -1/+1 |
2015-03-18 | hwrng: core - allow perfect entropy from hardware devices | Keith Packard | 1 | -1/+2 |
2015-03-17 | linux-next: build failure after merge of the crypto tree | Herbert Xu | 1 | -1/+1 |
2015-03-17 | hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in init | Andre Wolokita | 1 | -1/+1 |
2015-03-17 | hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa... | Andre Wolokita | 1 | -1/+1 |
2015-03-16 | crypto: sha1-mb - Syntax error | Ameen Ali | 1 | -1/+1 |
2015-03-16 | crypto: algif_rng - zeroize buffer with random data | Stephan Mueller | 1 | -1/+1 |
2015-03-16 | Documentation: crypto: Add DT binding info for the img hw hash accelerator | James Hartley | 1 | -0/+27 |
2015-03-16 | crypto: img-hash - Add Imagination Technologies hw hash accelerator | James Hartley | 3 | -0/+1045 |