summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-04crypto: testmgr - limit IV copy length in aead testsCristian Stoica1-3/+4
2015-02-04crypto: tcrypt - fix buflen reminder calculationCristian Stoica1-8/+8
2015-01-26crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowedJarod Wilson1-0/+1
2015-01-26crypto: caam - fix resource clean-up on error path for caam_jr_initCristian Stoica1-9/+22
2015-01-26crypto: caam - pair irq map and dispose in the same functionCristian Stoica1-3/+3
2015-01-26crypto: ccp - terminate ccp_support array with empty elementAndrey Ryabinin1-0/+1
2015-01-26crypto: caam - remove unused local variableCristian Stoica1-5/+1
2015-01-26crypto: caam - remove dead codeCristian Stoica1-7/+7
2015-01-26crypto: caam - don't emit ICV check failures to dmesgKim Phillips1-4/+9
2015-01-26hwrng: virtio - drop extra empty lineMichael S. Tsirkin1-1/+0
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica15-39/+30
2015-01-26crypto: atmel - Free memory in error pathChristophe Jaillet2-2/+2
2015-01-20crypto: doc - remove colons in commentsStephan Mueller1-4/+4
2015-01-20crypto: seqiv - Ensure that IV size is at least 8 bytesHerbert Xu1-0/+12
2015-01-20crypto: cts - Weed out non-CBC algorithmsHerbert Xu1-0/+3
2015-01-20MAINTAINERS: add linux-crypto to hw randomMichael S. Tsirkin1-0/+1
2015-01-20crypto: cts - Remove bogus use of seqivHerbert Xu1-2/+0
2015-01-16crypto: qat - don't need qat_auth_state structTadeusz Struk1-6/+0
2015-01-14crypto: algif_rng - fix sparse non static symbol warningWei Yongjun1-1/+1
2015-01-14crypto: qat - Ensure ipad and opad are zeroedHerbert Xu1-9/+6
2015-01-14crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106Timothy McCaffrey2-172/+205
2015-01-13crypto: x86/des3_ede - drop bogus module aliasesMathias Krause1-2/+0
2015-01-13crypto: sparc64/md5 - fix module descriptionMathias Krause1-1/+1
2015-01-13crypto: sparc64/des - add "des3_ede" module aliasMathias Krause1-0/+1
2015-01-13crypto: sparc64/camellia - fix module aliasMathias Krause1-1/+1
2015-01-13crypto: sparc64/aes - fix module descriptionMathias Krause1-1/+1
2015-01-13crypto: qat - remove unnecessary include of atomic.h header fileAllan, Bruce W2-2/+0
2015-01-13crypto: qat - use pci_wait_for_pending_transaction()Allan, Bruce W1-15/+2
2015-01-13crypto: qat - adf_ae_stop() is never calledAllan, Bruce W1-1/+1
2015-01-13crypto: qat - correctly type a booleanAllan, Bruce W1-2/+3
2015-01-13crypto: qat - fix device reset flowAllan, Bruce W8-47/+128
2015-01-13crypto: testmgr - don't use interruptible wait in testsRabin Vincent2-34/+26
2015-01-08lib: memzero_explicit: add comment for its usageDaniel Borkmann1-0/+5
2015-01-08crypto: qat - Fix incorrect uses of memzero_explicitHerbert Xu1-25/+20
2015-01-08crypto: aead - add check for presence of auth tagStephan Mueller1-0/+3
2015-01-08crypto: omap-des - fix BUG_ON conditionAsaf Vertz1-2/+2
2015-01-05crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.cMasanari Iida1-1/+1
2015-01-05crypto: amcc - Remove unused functionRickard Strandqvist1-23/+0
2015-01-05Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"Herbert Xu1-12/+11
2014-12-29crypto: algif_rng - enable RNG interface compilationStephan Mueller2-0/+10
2014-12-29crypto: algif_rng - add random number generator supportStephan Mueller1-0/+192
2014-12-26crypto: af_alg - zeroize key dataStephan Mueller1-1/+1
2014-12-26hwrng: core - Move hwrng_init call into set_current_rngHerbert Xu1-14/+16
2014-12-26hwrng: core - Drop current rng in set_current_rngHerbert Xu1-1/+2
2014-12-26hwrng: core - Do not register device opportunisticallyHerbert Xu1-11/+12
2014-12-26hwrng: core - Fix current_rng init/cleanup race yet againHerbert Xu1-3/+11
2014-12-26hwrng: core - Use struct completion for cleanup_doneHerbert Xu2-10/+5
2014-12-24crypto: octeon - enable OCTEON MD5 module selectionAaro Koskinen1-0/+9
2014-12-24crypto: octeon - add MD5 moduleAaro Koskinen3-0/+220
2014-12-24MIPS: OCTEON: reintroduce crypto features checkAaro Koskinen2-2/+21