aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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