summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-14crypto: algif_rng - fix sparse non static symbol warningWei Yongjun
2015-01-14crypto: qat - Ensure ipad and opad are zeroedHerbert Xu
2015-01-14crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106Timothy McCaffrey
2015-01-13crypto: x86/des3_ede - drop bogus module aliasesMathias Krause
2015-01-13crypto: sparc64/md5 - fix module descriptionMathias Krause
2015-01-13crypto: sparc64/des - add "des3_ede" module aliasMathias Krause
2015-01-13crypto: sparc64/camellia - fix module aliasMathias Krause
2015-01-13crypto: sparc64/aes - fix module descriptionMathias Krause
2015-01-13crypto: qat - remove unnecessary include of atomic.h header fileAllan, Bruce W
2015-01-13crypto: qat - use pci_wait_for_pending_transaction()Allan, Bruce W
2015-01-13crypto: qat - adf_ae_stop() is never calledAllan, Bruce W
2015-01-13crypto: qat - correctly type a booleanAllan, Bruce W
2015-01-13crypto: qat - fix device reset flowAllan, Bruce W
2015-01-13crypto: testmgr - don't use interruptible wait in testsRabin Vincent
2015-01-08lib: memzero_explicit: add comment for its usageDaniel Borkmann
2015-01-08crypto: qat - Fix incorrect uses of memzero_explicitHerbert Xu
2015-01-08crypto: aead - add check for presence of auth tagStephan Mueller
2015-01-08crypto: omap-des - fix BUG_ON conditionAsaf Vertz
2015-01-05crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.cMasanari Iida
2015-01-05crypto: amcc - Remove unused functionRickard Strandqvist
2015-01-05Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"Herbert Xu
2014-12-29crypto: algif_rng - enable RNG interface compilationStephan Mueller
2014-12-29crypto: algif_rng - add random number generator supportStephan Mueller
2014-12-26crypto: af_alg - zeroize key dataStephan Mueller
2014-12-26hwrng: core - Move hwrng_init call into set_current_rngHerbert Xu
2014-12-26hwrng: core - Drop current rng in set_current_rngHerbert Xu
2014-12-26hwrng: core - Do not register device opportunisticallyHerbert Xu
2014-12-26hwrng: core - Fix current_rng init/cleanup race yet againHerbert Xu
2014-12-26hwrng: core - Use struct completion for cleanup_doneHerbert Xu
2014-12-24crypto: octeon - enable OCTEON MD5 module selectionAaro Koskinen
2014-12-24crypto: octeon - add MD5 moduleAaro Koskinen
2014-12-24MIPS: OCTEON: reintroduce crypto features checkAaro Koskinen
2014-12-24crypto: octeon - add instruction definitions for MD5Aaro Koskinen
2014-12-24MIPS: OCTEON: add crypto helper functionsAaro Koskinen
2014-12-22crypto: ux500 - fix checkpatch errorsAsaf Vertz
2014-12-22crypto: qat - add support for cbc(aes) ablkcipherTadeusz Struk
2014-12-22crypto: qat - Fix assumption that sg in and out will have the same nentsTadeusz Struk
2014-12-22crypto: algif - Mark sgl end at the end of dataTadeusz Struk
2014-12-22hwrng: don't init list element we're about to add to list.Rusty Russell
2014-12-22hwrng: don't double-check old_rng.Rusty Russell
2014-12-22hwrng: fix unregister race.Rusty Russell
2014-12-22hwrng: use reference counts on each struct hwrng.Rusty Russell
2014-12-22hwrng: move some code out mutex_lock for avoiding underlying deadlockAmos Kong
2014-12-22hwrng: place mutex around read functions and buffers.Rusty Russell
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller
2014-12-22crypto: drbg - panic on continuous self test errorStephan Mueller
2014-12-22crypto: api - fixed style erro in algapi.cJoshua I. James
2014-12-22crypto: ahash - fixed style error in ahash.cJoshua I. James
2014-12-22crypto: af_alg - fixed style error in af_alg.cJoshua I. James
2014-12-22crypto: aead - fixed style error in aead.cJoshua I. James