summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-24crypto: octeon - add instruction definitions for MD5Aaro Koskinen1-0/+56
2014-12-24MIPS: OCTEON: add crypto helper functionsAaro Koskinen5-5/+89
2014-12-22crypto: ux500 - fix checkpatch errorsAsaf Vertz1-4/+4
2014-12-22crypto: qat - add support for cbc(aes) ablkcipherTadeusz Struk3-112/+433
2014-12-22crypto: qat - Fix assumption that sg in and out will have the same nentsTadeusz Struk2-33/+50
2014-12-22crypto: algif - Mark sgl end at the end of dataTadeusz Struk1-0/+8
2014-12-22hwrng: don't init list element we're about to add to list.Rusty Russell1-1/+0
2014-12-22hwrng: don't double-check old_rng.Rusty Russell1-3/+2
2014-12-22hwrng: fix unregister race.Rusty Russell2-0/+13
2014-12-22hwrng: use reference counts on each struct hwrng.Rusty Russell2-43/+94
2014-12-22hwrng: move some code out mutex_lock for avoiding underlying deadlockAmos Kong1-3/+3
2014-12-22hwrng: place mutex around read functions and buffers.Rusty Russell1-3/+17
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller2-0/+8
2014-12-22crypto: drbg - panic on continuous self test errorStephan Mueller1-9/+2
2014-12-22crypto: api - fixed style erro in algapi.cJoshua I. James1-0/+1
2014-12-22crypto: ahash - fixed style error in ahash.cJoshua I. James1-0/+1
2014-12-22crypto: af_alg - fixed style error in af_alg.cJoshua I. James1-1/+1