summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: change 842 NX owner email addressDan Streetman2015-07-301-1/+1
* crypto: nx - use be32_to_cpu for __be32 field in debug msgDan Streetman2015-07-301-1/+2
* crypto: nx - don't err if compressed output > inputDan Streetman2015-07-301-2/+5
* crypto: qat - remove unnecessary list iterationBruce Allan2015-07-281-6/+1Star
* crypto: jitterentropy - use safe format string parametersKees Cook2015-07-281-1/+1
* crypto: qat - Fix typo othewise->otherwiseAhsan Atta2015-07-285-11/+11
* crypto: qat - remove unused defineBruce Allan2015-07-281-1/+0Star
* crypto: qat - fix bug in ADF_RING_SIZE_BYTES_MIN macroBruce Allan2015-07-281-2/+3
* crypto: qat - remove redundant struct elemBruce Allan2015-07-283-3/+1Star
* crypto: nx - make platform drivers directly register with cryptoDan Streetman2015-07-236-191/+114Star
* crypto: nx - rename nx-842-crypto.c to nx-842.cDan Streetman2015-07-232-1/+1
* crypto: nx - merge nx-compress and nx-compress-cryptoDan Streetman2015-07-235-162/+60Star
* crypto: nx - use common code for both NX decompress success casesDan Streetman2015-07-231-4/+2Star
* crypto: nx - don't register pSeries driver if ENODEVDan Streetman2015-07-231-4/+1Star
* crypto: nx - move kzalloc() out of spinlockDan Streetman2015-07-231-22/+16Star
* crypto: nx - remove pSeries NX 'status' fieldDan Streetman2015-07-231-29/+10Star
* crypto: nx - remove __init/__exit from VIO functionsDan Streetman2015-07-231-4/+4
* crypto: qat - Don't attempt to register algorithm multiple timesTadeusz Struk2015-07-231-3/+16
* crypto: qat - fix invalid check for RSA keylen in fips modeTadeusz Struk2015-07-211-2/+2
* crypto: rsa - fix invalid check for keylen in fips modeTadeusz Struk2015-07-211-2/+2
* MAINTAINERS: Add myself as maintainer of Allwinner Security SystemLABBE Corentin2015-07-201-0/+6
* crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorLABBE Corentin2015-07-207-0/+1656
* ARM: sun4i: dt: Add DT bindings documentation for SUN4I Security SystemLABBE Corentin2015-07-201-0/+19
* ARM: sun7i: dt: Add Security System to A20 SoC DTSLABBE Corentin2015-07-201-0/+8
* ARM: sun4i: dt: Add Security System to A10 SoC DTSLABBE Corentin2015-07-201-0/+8
* crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus2015-07-201-1/+1
* crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?2015-07-201-2/+3
* crypto: caam - fix snooping for write transactionsHoria Geant?2015-07-202-2/+9
* crypto: caam - fix ERA property readingAlex Porosanu2015-07-201-7/+7
* crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi2015-07-174-1/+428
* crypto: poly1305 - Add a two block SSE2 variant for x86_64Martin Willi2015-07-172-5/+355
* crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi2015-07-174-0/+413
* crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-173-41/+77
* crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi2015-07-171-1/+333
* crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi2015-07-174-1/+464
* crypto: chacha20 - Add a four block SSSE3 variant for x86_64Martin Willi2015-07-172-0/+491
* crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi2015-07-174-0/+282
* crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2015-07-173-18/+38
* crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi2015-07-172-0/+35
* crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2015-07-172-90/+133
* crypto: rsa - limit supported key lengthsTadeusz Struk2015-07-171-1/+25
* crypto: qat - Add support for RSA algorithmTadeusz Struk2015-07-1713-39/+779
* crypto: qat - add MMP FW support to accel engineTadeusz Struk2015-07-174-5/+42
* crypto: qat - add support for MMP FWPingchao Yang2015-07-176-26/+24Star
* crypto: testmgr - Reenable rfc4309 testHerbert Xu2015-07-171-1/+1
* crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu2015-07-173-95/+85Star
* crypto: aes-ce-ccm - Convert to new AEAD interfaceHerbert Xu2015-07-171-26/+43
* crypto: ccm - Convert to new AEAD interfaceHerbert Xu2015-07-171-164/+224
* crypto: testmgr - Disable rfc4309 test and convert test vectorsHerbert Xu2015-07-172-219/+1413
* crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa2015-07-144-0/+13