aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-11lib: add software 842 compression/decompressionGravatar Dan Streetman 9-0/+1234
2015-05-11powerpc: Add ICSWX instructionGravatar Dan Streetman 2-0/+197
2015-05-11powerpc: export of_get_ibm_chip_id functionGravatar Dan Streetman 1-0/+1
2015-05-11crypto: testmgr - add test cases for CRC32Gravatar Ard Biesheuvel 2-0/+443
2015-05-01crypto: testmgr - Wrap the LHS in expressions of the form !x == yGravatar David Howells 1-3/+3
2015-05-01crypto: pcomp - Constify (de)compression parametersGravatar David Howells 3-7/+7
2015-04-28crypto: qat - do not duplicate string containing firmware nameGravatar Allan, Bruce W 1-1/+1
2015-04-26crypto: nx - Fixing SHA update bugGravatar Leonidas Da Silva Barbosa 4-119/+99
2015-04-26crypto: nx - Fixing NX data alignment with nx_sg listGravatar Leonidas Da Silva Barbosa 1-4/+24
2015-04-26crypto: sha1-mb - Remove pointless castGravatar firo yang 1-1/+2
2015-04-26crypto: aead - Fix corner case in crypto_lookup_aeadGravatar Herbert Xu 1-1/+1
2015-04-26crypto: skcipher - Fix corner case in crypto_lookup_skcipherGravatar Herbert Xu 1-1/+1
2015-04-26crypto: api - Fix build error when modules are disabledGravatar Herbert Xu 1-1/+1
2015-04-23mac802154: Include crypto/aead.hGravatar Herbert Xu 1-1/+2
2015-04-23mac80211: Include crypto/aead.hGravatar Herbert Xu 3-5/+3
2015-04-23crypto: testmgr - Include crypto/aead.hGravatar Herbert Xu 1-0/+1
2015-04-23crypto: tcrypt - Include crypto/aead.hGravatar Herbert Xu 1-0/+1
2015-04-23crypto: algif_aead - Include crypto/aead.hGravatar Herbert Xu 1-0/+1
2015-04-23crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.hGravatar Herbert Xu 1-1/+1
2015-04-23crypto: api - Remove linux/fips.h from internal.hGravatar Herbert Xu 1-1/+0
2015-04-23crypto: testmgr - Include linux/fips.h for fips_enabledGravatar Herbert Xu 1-0/+1
2015-04-23crypto: tcrypt - Include linux/fips.h for fips_enabledGravatar Herbert Xu 1-1/+1
2015-04-23crypto: fips - Move fips_enabled sysctl into fips.cGravatar Herbert Xu 2-41/+48
2015-04-23crypto: fips - Remove bogus inclusion of internal.hGravatar Herbert Xu 1-1/+4
2015-04-23crypto: api - Include linux/fips.hGravatar Herbert Xu 1-0/+1
2015-04-23crypto: caam - Remove bogus references to crypto API internalsGravatar Herbert Xu 1-4/+0
2015-04-23crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityGravatar Herbert Xu 1-4/+0
2015-04-23crypto: api - Move module sig ifdef into accessor functionGravatar Herbert Xu 2-4/+13
2015-04-23crypto: tcrypt - Handle async return from crypto_ahash_initGravatar Herbert Xu 1-3/+3
2015-04-22crypto: rng - Zero seed in crypto_rng_resetGravatar Herbert Xu 1-1/+1
2015-04-22crypto: algif_rng - Remove obsolete const-removal castGravatar Herbert Xu 1-1/+1
2015-04-22crypto: rng - Remove old low-level rng interfaceGravatar Herbert Xu 4-92/+8
2015-04-22crypto: krng - Convert to new rng interfaceGravatar Herbert Xu 1-19/+14
2015-04-22crypto: ansi_cprng - Convert to new rng interfaceGravatar Herbert Xu 1-45/+41
2015-04-22crypto: ansi_cprng - Remove bogus inclusion of internal.hGravatar Herbert Xu 1-2/+0
2015-04-22crypto: drbg - Convert to new rng interfaceGravatar Herbert Xu 2-107/+66
2015-04-22crypto: rng - Add multiple algorithm registration interfaceGravatar Herbert Xu 2-0/+31
2015-04-22crypto: rng - Add crypto_rng_set_entropyGravatar Herbert Xu 2-0/+10
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleGravatar Herbert Xu 4-11/+96
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constGravatar Herbert Xu 2-8/+28
2015-04-21crypto: rng - Introduce crypto_rng_generateGravatar Herbert Xu 2-4/+32
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeGravatar Herbert Xu 3-46/+33
2015-04-21crypto: pcomp - Use crypto_alg_extsize helperGravatar Herbert Xu 1-6/+1
2015-04-21crypto: shash - Use crypto_alg_extsize helperGravatar Herbert Xu 1-6/+1
2015-04-21crypto: api - Add crypto_alg_extsize helperGravatar Herbert Xu 2-0/+8
2015-04-21crypto: drbg - Do not seed RNG in drbg_kcapi_initGravatar Herbert Xu 1-48/+55
2015-04-21crypto: drbg - Initialise mutex in drbg_healthcheck_sanityGravatar Herbert Xu 1-0/+2
2015-04-21crypto: drbg - leave cipher handles operationalGravatar Stephan Mueller 1-8/+4
2015-04-21crypto: drbg - replace spinlock with mutexGravatar Stephan Mueller 2-121/+27
2015-04-21crypto: drbg - fix drbg_generate return val checkGravatar Stephan Mueller 1-7/+7