summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-1470-709/+1785
|\
| * crypto: tcrypt - do not allocate iv on stack for aead speed testsCristian Stoica2015-02-041-3/+8
| * crypto: testmgr - limit IV copy length in aead testsCristian Stoica2015-02-041-3/+4
| * crypto: tcrypt - fix buflen reminder calculationCristian Stoica2015-02-041-8/+8
| * crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowedJarod Wilson2015-01-261-0/+1
| * crypto: caam - fix resource clean-up on error path for caam_jr_initCristian Stoica2015-01-261-9/+22
| * crypto: caam - pair irq map and dispose in the same functionCristian Stoica2015-01-261-3/+3
| * crypto: ccp - terminate ccp_support array with empty elementAndrey Ryabinin2015-01-261-0/+1
| * crypto: caam - remove unused local variableCristian Stoica2015-01-261-5/+1Star
| * crypto: caam - remove dead codeCristian Stoica2015-01-261-7/+7
| * crypto: caam - don't emit ICV check failures to dmesgKim Phillips2015-01-261-4/+9
| * hwrng: virtio - drop extra empty lineMichael S. Tsirkin2015-01-261-1/+0Star
| * crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-2615-39/+30Star
| * crypto: atmel - Free memory in error pathChristophe Jaillet2015-01-262-2/+2
| * crypto: doc - remove colons in commentsStephan Mueller2015-01-201-4/+4
| * crypto: seqiv - Ensure that IV size is at least 8 bytesHerbert Xu2015-01-201-0/+12
| * crypto: cts - Weed out non-CBC algorithmsHerbert Xu2015-01-201-0/+3
| * MAINTAINERS: add linux-crypto to hw randomMichael S. Tsirkin2015-01-201-0/+1
| * crypto: cts - Remove bogus use of seqivHerbert Xu2015-01-201-2/+0Star
| * crypto: qat - don't need qat_auth_state structTadeusz Struk2015-01-161-6/+0Star
| * crypto: algif_rng - fix sparse non static symbol warningWei Yongjun2015-01-141-1/+1
| * crypto: qat - Ensure ipad and opad are zeroedHerbert Xu2015-01-141-9/+6Star
| * crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106Timothy McCaffrey2015-01-142-172/+205
| * crypto: x86/des3_ede - drop bogus module aliasesMathias Krause2015-01-131-2/+0Star
| * crypto: sparc64/md5 - fix module descriptionMathias Krause2015-01-131-1/+1
| * crypto: sparc64/des - add "des3_ede" module aliasMathias Krause2015-01-131-0/+1
| * crypto: sparc64/camellia - fix module aliasMathias Krause2015-01-131-1/+1
| * crypto: sparc64/aes - fix module descriptionMathias Krause2015-01-131-1/+1
| * crypto: qat - remove unnecessary include of atomic.h header fileAllan, Bruce W2015-01-132-2/+0Star
| * crypto: qat - use pci_wait_for_pending_transaction()Allan, Bruce W2015-01-131-15/+2Star
| * crypto: qat - adf_ae_stop() is never calledAllan, Bruce W2015-01-131-1/+1
| * crypto: qat - correctly type a booleanAllan, Bruce W2015-01-131-2/+3
| * crypto: qat - fix device reset flowAllan, Bruce W2015-01-138-47/+128
| * crypto: testmgr - don't use interruptible wait in testsRabin Vincent2015-01-132-34/+26Star
| * lib: memzero_explicit: add comment for its usageDaniel Borkmann2015-01-081-0/+5
| * crypto: qat - Fix incorrect uses of memzero_explicitHerbert Xu2015-01-081-25/+20Star
| * crypto: aead - add check for presence of auth tagStephan Mueller2015-01-081-0/+3
| * crypto: omap-des - fix BUG_ON conditionAsaf Vertz2015-01-081-2/+2
| * crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.cMasanari Iida2015-01-051-1/+1
| * crypto: amcc - Remove unused functionRickard Strandqvist2015-01-051-23/+0Star
| * Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"Herbert Xu2015-01-051-12/+11Star
| * crypto: algif_rng - enable RNG interface compilationStephan Mueller2014-12-292-0/+10
| * crypto: algif_rng - add random number generator supportStephan Mueller2014-12-291-0/+192
| * crypto: af_alg - zeroize key dataStephan Mueller2014-12-251-1/+1
| * hwrng: core - Move hwrng_init call into set_current_rngHerbert Xu2014-12-251-14/+16
| * hwrng: core - Drop current rng in set_current_rngHerbert Xu2014-12-251-1/+2
| * hwrng: core - Do not register device opportunisticallyHerbert Xu2014-12-251-11/+12
| * hwrng: core - Fix current_rng init/cleanup race yet againHerbert Xu2014-12-251-3/+11
| * hwrng: core - Use struct completion for cleanup_doneHerbert Xu2014-12-252-10/+5Star
| * crypto: octeon - enable OCTEON MD5 module selectionAaro Koskinen2014-12-231-0/+9