aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-04crypto: authenc - Convert to new AEAD interfaceHerbert Xu1-401/+183
2015-08-04crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu2-39/+109
2015-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-10/+17
2015-08-04crypto: talitos - Remove zero_entry static initializerAaron Sierra1-6/+1
2015-08-04crypto: doc - AEAD API conversionStephan Mueller2-2/+26
2015-08-04crypto: img-hash - fix spelling mistake in dev_err error messageColin Ian King1-1/+1
2015-07-31crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?1-9/+15
2015-07-30MAINTAINERS: change 842 NX owner email addressDan Streetman1-1/+1
2015-07-30crypto: nx - use be32_to_cpu for __be32 field in debug msgDan Streetman1-1/+2
2015-07-30crypto: nx - don't err if compressed output > inputDan Streetman1-2/+5
2015-07-28crypto: qat - remove unnecessary list iterationBruce Allan1-6/+1
2015-07-28crypto: jitterentropy - use safe format string parametersKees Cook1-1/+1
2015-07-28crypto: qat - Fix typo othewise->otherwiseAhsan Atta5-11/+11
2015-07-28crypto: qat - remove unused defineBruce Allan1-1/+0
2015-07-28crypto: qat - fix bug in ADF_RING_SIZE_BYTES_MIN macroBruce Allan1-2/+3
2015-07-28crypto: qat - remove redundant struct elemBruce Allan3-3/+1
2015-07-28hwrng: core - correct error check of kthread_run callMartin Schwidefsky1-1/+1
2015-07-23crypto: nx - make platform drivers directly register with cryptoDan Streetman6-191/+114
2015-07-23crypto: nx - rename nx-842-crypto.c to nx-842.cDan Streetman2-1/+1
2015-07-23crypto: nx - merge nx-compress and nx-compress-cryptoDan Streetman5-162/+60
2015-07-23crypto: nx - use common code for both NX decompress success casesDan Streetman1-4/+2
2015-07-23crypto: nx - don't register pSeries driver if ENODEVDan Streetman1-4/+1
2015-07-23crypto: nx - move kzalloc() out of spinlockDan Streetman1-22/+16
2015-07-23crypto: nx - remove pSeries NX 'status' fieldDan Streetman1-29/+10
2015-07-23crypto: nx - remove __init/__exit from VIO functionsDan Streetman1-4/+4
2015-07-23crypto: qat - Don't attempt to register algorithm multiple timesTadeusz Struk1-3/+16
2015-07-23crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu1-1/+0
2015-07-23crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk1-8/+16
2015-07-21crypto: qat - fix invalid check for RSA keylen in fips modeTadeusz Struk1-2/+2
2015-07-21crypto: rsa - fix invalid check for keylen in fips modeTadeusz Struk1-2/+2
2015-07-20MAINTAINERS: Add myself as maintainer of Allwinner Security SystemLABBE Corentin1-0/+6
2015-07-20crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorLABBE Corentin7-0/+1656
2015-07-20ARM: sun4i: dt: Add DT bindings documentation for SUN4I Security SystemLABBE Corentin1-0/+19
2015-07-20ARM: sun7i: dt: Add Security System to A20 SoC DTSLABBE Corentin1-0/+8
2015-07-20ARM: sun4i: dt: Add Security System to A10 SoC DTSLABBE Corentin1-0/+8
2015-07-20crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus1-1/+1
2015-07-20crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?1-2/+3
2015-07-20crypto: caam - fix snooping for write transactionsHoria Geant?2-2/+9
2015-07-20crypto: caam - fix ERA property readingAlex Porosanu1-7/+7
2015-07-17crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi4-1/+428
2015-07-17crypto: poly1305 - Add a two block SSE2 variant for x86_64Martin Willi2-5/+355
2015-07-17crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi4-0/+413
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi3-41/+77
2015-07-17crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi1-1/+333
2015-07-17crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi4-1/+464
2015-07-17crypto: chacha20 - Add a four block SSSE3 variant for x86_64Martin Willi2-0/+491
2015-07-17crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi4-0/+282
2015-07-17crypto: chacha20 - Export common ChaCha20 helpersMartin Willi3-18/+38
2015-07-17crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi2-0/+35
2015-07-17crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2-90/+133