summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu5-3/+33
2014-10-02crypto: aesni - remove unused defines in "by8" variantMathias Krause1-3/+0
2014-10-02crypto: aesni - fix counter overflow handling in "by8" variantMathias Krause1-2/+15
2014-10-02hwrng: printk replacementSudip Mukherjee6-17/+16
2014-09-24crypto: aesni - disable "by8" AVX CTR optimizationMathias Krause1-2/+2
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky3-0/+30
2014-09-24crypto: qat - Removed unneeded partial stateTadeusz Struk1-59/+7
2014-09-24crypto: qat - Fix typo in name of tasklet_structTadeusz Struk2-5/+5
2014-09-18crypto: qat - Enable all 32 IRQsTadeusz Struk1-1/+1
2014-09-15crypto: caam - Dynamic allocation of addresses for various memory blocks in C...Nitesh Narayan Lal3-80/+81
2014-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-3/+0
2014-09-05crypto: drbg - remove check for uninitialized DRBG handleStephan Mueller1-3/+0
2014-09-05crypto: drbg - backport "fix maximum value checks on 32 bit systems"Herbert Xu1-0/+13
2014-09-04crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD descriptionTed Percival1-1/+1
2014-09-04crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina1-1/+1
2014-08-29arm64: dts: add random number generator dts node to APM X-Gene platform.Feng Kan1-0/+21
2014-08-29Documentation: rng: Add X-Gene SoC RNG driver documentationFeng Kan1-0/+17
2014-08-29hwrng: xgene - add support for APM X-Gene SoC RNG supportFeng Kan3-0/+437
2014-08-29crypto: mv_cesa - Add missing #defineRasmus Villemoes1-0/+1
2014-08-29crypto: testmgr - add test for lz4 and lz4hcKOVACS Krisztian2-0/+98
2014-08-29crypto: lz4,lz4hc - fix decompressionKOVACS Krisztian2-2/+2
2014-08-29crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-08-26crypto: drbg - fix maximum value checks on 32 bit systemsStephan Mueller1-0/+13
2014-08-26crypto: drbg - fix sparse warning for cpu_to_be[32|64]Stephan Mueller1-2/+2
2014-08-26crypto: sha-mb - sha1_mb_alg_state can be staticFengguang Wu1-11/+11
2014-08-26crypto: mcryptd - mcryptd_flist can be staticFengguang Wu1-1/+1
2014-08-25crypto: drbg - remove unnecessary sanity check for shadow stateStephan Mueller1-3/+0
2014-08-25crypto: drbg - remove configuration of fixed valuesStephan Mueller2-46/+6
2014-08-25crypto: drbg - remove unnecessary sanity checksStephan Mueller1-9/+0
2014-08-25crypto: drbg - use kmalloc instead of kzalloc for V and CStephan Mueller1-3/+8
2014-08-25crypto: drbg - remove superflowous memset(0)Stephan Mueller1-4/+2
2014-08-25crypto: drbg - remove superflowous checksStephan Mueller1-10/+6
2014-08-25crypto: drbg - kzfree does not need a check for NULL pointerStephan Mueller1-12/+6
2014-08-25crypto: drbg - replace int2byte with cpu_to_beStephan Mueller1-16/+18
2014-08-25crypto: caam - fix addressing of struct memberCristian Stoica1-3/+3
2014-08-25crypto: caam - remove duplicated sg copy functionsCristian Stoica2-62/+14
2014-08-25crypto: qat - Fix return value check in adf_chr_drv_create()Wei Yongjun1-1/+1
2014-08-25crypto: caam - enable raw data instead of von Neumann dataAlex Porosanu2-1/+20
2014-08-25crypto: caam - change starting entropy delay valueAlex Porosanu2-1/+10
2014-08-25crypto: caam - disable RNG oscillator maximum frequency checkAlex Porosanu2-2/+3
2014-08-25crypto: testmgr - remove unused function argumentCristian Stoica1-11/+5
2014-08-25crypto: sha-mb - SHA1 multibuffer job manager and glue codeTim Chen3-0/+947
2014-08-25crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2)Tim Chen1-0/+472
2014-08-25crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2Tim Chen3-0/+619
2014-08-25crypto: sha-mb - SHA1 multibuffer algorithm data structuresTim Chen3-0/+533
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen5-0/+857
2014-08-25sched: Add function single_task_running to let a task check if it is the only...Tim Chen2-0/+13
2014-08-25crypto: testmgr - delay execution of set-up codeCristian Stoica1-8/+6
2014-08-25crypto: testmgr - white space removal on __test_skcipherCristian Stoica1-149/+138
2014-08-25crypto: testmgr - white space removal on __test_hashCristian Stoica1-63/+60