summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
* 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/+0
* 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/+0
* crypto: qat - use pci_wait_for_pending_transaction()Allan, Bruce W2015-01-131-15/+2
* 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/+26
* 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/+20
* 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/+0
* Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"Herbert Xu2015-01-051-12/+11
* 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-261-1/+1
* hwrng: core - Move hwrng_init call into set_current_rngHerbert Xu2014-12-261-14/+16
* hwrng: core - Drop current rng in set_current_rngHerbert Xu2014-12-261-1/+2
* hwrng: core - Do not register device opportunisticallyHerbert Xu2014-12-261-11/+12
* hwrng: core - Fix current_rng init/cleanup race yet againHerbert Xu2014-12-261-3/+11
* hwrng: core - Use struct completion for cleanup_doneHerbert Xu2014-12-262-10/+5
* crypto: octeon - enable OCTEON MD5 module selectionAaro Koskinen2014-12-241-0/+9
* crypto: octeon - add MD5 moduleAaro Koskinen2014-12-243-0/+220
* MIPS: OCTEON: reintroduce crypto features checkAaro Koskinen2014-12-242-2/+21
* crypto: octeon - add instruction definitions for MD5Aaro Koskinen2014-12-241-0/+56
* MIPS: OCTEON: add crypto helper functionsAaro Koskinen2014-12-245-5/+89
* crypto: ux500 - fix checkpatch errorsAsaf Vertz2014-12-221-4/+4
* crypto: qat - add support for cbc(aes) ablkcipherTadeusz Struk2014-12-223-112/+433
* crypto: qat - Fix assumption that sg in and out will have the same nentsTadeusz Struk2014-12-222-33/+50
* crypto: algif - Mark sgl end at the end of dataTadeusz Struk2014-12-221-0/+8
* hwrng: don't init list element we're about to add to list.Rusty Russell2014-12-221-1/+0
* hwrng: don't double-check old_rng.Rusty Russell2014-12-221-3/+2
* hwrng: fix unregister race.Rusty Russell2014-12-222-0/+13
* hwrng: use reference counts on each struct hwrng.Rusty Russell2014-12-222-43/+94
* hwrng: move some code out mutex_lock for avoiding underlying deadlockAmos Kong2014-12-221-3/+3
* hwrng: place mutex around read functions and buffers.Rusty Russell2014-12-221-3/+17
* crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller2014-12-222-0/+8
* crypto: drbg - panic on continuous self test errorStephan Mueller2014-12-221-9/+2
* crypto: api - fixed style erro in algapi.cJoshua I. James2014-12-221-0/+1
* crypto: ahash - fixed style error in ahash.cJoshua I. James2014-12-221-0/+1
* crypto: af_alg - fixed style error in af_alg.cJoshua I. James2014-12-221-1/+1
* crypto: aead - fixed style error in aead.cJoshua I. James2014-12-221-1/+2