summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-04crypto: authenc - Convert to new AEAD interfaceHerbert Xu
2015-08-04crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu
2015-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2015-08-04crypto: talitos - Remove zero_entry static initializerAaron Sierra
2015-08-04crypto: doc - AEAD API conversionStephan Mueller
2015-08-04crypto: img-hash - fix spelling mistake in dev_err error messageColin Ian King
2015-07-31crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?
2015-07-30MAINTAINERS: change 842 NX owner email addressDan Streetman
2015-07-30crypto: nx - use be32_to_cpu for __be32 field in debug msgDan Streetman
2015-07-30crypto: nx - don't err if compressed output > inputDan Streetman
2015-07-28crypto: qat - remove unnecessary list iterationBruce Allan
2015-07-28crypto: jitterentropy - use safe format string parametersKees Cook
2015-07-28crypto: qat - Fix typo othewise->otherwiseAhsan Atta
2015-07-28crypto: qat - remove unused defineBruce Allan
2015-07-28crypto: qat - fix bug in ADF_RING_SIZE_BYTES_MIN macroBruce Allan
2015-07-28crypto: qat - remove redundant struct elemBruce Allan
2015-07-28hwrng: core - correct error check of kthread_run callMartin Schwidefsky
2015-07-23crypto: nx - make platform drivers directly register with cryptoDan Streetman
2015-07-23crypto: nx - rename nx-842-crypto.c to nx-842.cDan Streetman
2015-07-23crypto: nx - merge nx-compress and nx-compress-cryptoDan Streetman
2015-07-23crypto: nx - use common code for both NX decompress success casesDan Streetman
2015-07-23crypto: nx - don't register pSeries driver if ENODEVDan Streetman
2015-07-23crypto: nx - move kzalloc() out of spinlockDan Streetman
2015-07-23crypto: nx - remove pSeries NX 'status' fieldDan Streetman
2015-07-23crypto: nx - remove __init/__exit from VIO functionsDan Streetman
2015-07-23crypto: qat - Don't attempt to register algorithm multiple timesTadeusz Struk
2015-07-23crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu
2015-07-23crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk
2015-07-21crypto: qat - fix invalid check for RSA keylen in fips modeTadeusz Struk
2015-07-21crypto: rsa - fix invalid check for keylen in fips modeTadeusz Struk
2015-07-20MAINTAINERS: Add myself as maintainer of Allwinner Security SystemLABBE Corentin
2015-07-20crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorLABBE Corentin
2015-07-20ARM: sun4i: dt: Add DT bindings documentation for SUN4I Security SystemLABBE Corentin
2015-07-20ARM: sun7i: dt: Add Security System to A20 SoC DTSLABBE Corentin
2015-07-20ARM: sun4i: dt: Add Security System to A10 SoC DTSLABBE Corentin
2015-07-20crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus
2015-07-20crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?
2015-07-20crypto: caam - fix snooping for write transactionsHoria Geant?
2015-07-20crypto: caam - fix ERA property readingAlex Porosanu
2015-07-17crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi
2015-07-17crypto: poly1305 - Add a two block SSE2 variant for x86_64Martin Willi
2015-07-17crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi
2015-07-17crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi
2015-07-17crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi
2015-07-17crypto: chacha20 - Add a four block SSSE3 variant for x86_64Martin Willi
2015-07-17crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi
2015-07-17crypto: chacha20 - Export common ChaCha20 helpersMartin Willi
2015-07-17crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi
2015-07-17crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu