summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto: pcomp - Constify (de)compression parametersDavid Howells2015-05-013-7/+7
* crypto: qat - do not duplicate string containing firmware nameAllan, Bruce W2015-04-281-1/+1
* crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa2015-04-264-119/+99
* crypto: nx - Fixing NX data alignment with nx_sg listLeonidas Da Silva Barbosa2015-04-261-4/+24
* crypto: sha1-mb - Remove pointless castfiro yang2015-04-261-1/+2
* crypto: aead - Fix corner case in crypto_lookup_aeadHerbert Xu2015-04-261-1/+1
* crypto: skcipher - Fix corner case in crypto_lookup_skcipherHerbert Xu2015-04-261-1/+1
* crypto: api - Fix build error when modules are disabledHerbert Xu2015-04-261-1/+1
* mac802154: Include crypto/aead.hHerbert Xu2015-04-231-1/+2
* mac80211: Include crypto/aead.hHerbert Xu2015-04-233-5/+3
* crypto: testmgr - Include crypto/aead.hHerbert Xu2015-04-231-0/+1
* crypto: tcrypt - Include crypto/aead.hHerbert Xu2015-04-231-0/+1
* crypto: algif_aead - Include crypto/aead.hHerbert Xu2015-04-231-0/+1
* crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.hHerbert Xu2015-04-231-1/+1
* crypto: api - Remove linux/fips.h from internal.hHerbert Xu2015-04-231-1/+0
* crypto: testmgr - Include linux/fips.h for fips_enabledHerbert Xu2015-04-231-0/+1
* crypto: tcrypt - Include linux/fips.h for fips_enabledHerbert Xu2015-04-231-1/+1
* crypto: fips - Move fips_enabled sysctl into fips.cHerbert Xu2015-04-232-41/+48
* crypto: fips - Remove bogus inclusion of internal.hHerbert Xu2015-04-231-1/+4
* crypto: api - Include linux/fips.hHerbert Xu2015-04-231-0/+1
* crypto: caam - Remove bogus references to crypto API internalsHerbert Xu2015-04-231-4/+0
* crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityHerbert Xu2015-04-231-4/+0
* crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-232-4/+13
* crypto: tcrypt - Handle async return from crypto_ahash_initHerbert Xu2015-04-231-3/+3
* crypto: rng - Zero seed in crypto_rng_resetHerbert Xu2015-04-221-1/+1
* crypto: algif_rng - Remove obsolete const-removal castHerbert Xu2015-04-221-1/+1
* crypto: rng - Remove old low-level rng interfaceHerbert Xu2015-04-224-92/+8
* crypto: krng - Convert to new rng interfaceHerbert Xu2015-04-221-19/+14
* crypto: ansi_cprng - Convert to new rng interfaceHerbert Xu2015-04-221-45/+41
* crypto: ansi_cprng - Remove bogus inclusion of internal.hHerbert Xu2015-04-221-2/+0
* crypto: drbg - Convert to new rng interfaceHerbert Xu2015-04-222-107/+66
* crypto: rng - Add multiple algorithm registration interfaceHerbert Xu2015-04-222-0/+31
* crypto: rng - Add crypto_rng_set_entropyHerbert Xu2015-04-222-0/+10
* crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu2015-04-224-11/+96
* crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu2015-04-222-8/+28
* crypto: rng - Introduce crypto_rng_generateHerbert Xu2015-04-212-4/+32
* crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu2015-04-213-46/+33
* crypto: pcomp - Use crypto_alg_extsize helperHerbert Xu2015-04-211-6/+1
* crypto: shash - Use crypto_alg_extsize helperHerbert Xu2015-04-211-6/+1
* crypto: api - Add crypto_alg_extsize helperHerbert Xu2015-04-212-0/+8
* crypto: drbg - Do not seed RNG in drbg_kcapi_initHerbert Xu2015-04-211-48/+55
* crypto: drbg - Initialise mutex in drbg_healthcheck_sanityHerbert Xu2015-04-211-0/+2
* crypto: drbg - leave cipher handles operationalStephan Mueller2015-04-211-8/+4
* crypto: drbg - replace spinlock with mutexStephan Mueller2015-04-212-121/+27
* crypto: drbg - fix drbg_generate return val checkStephan Mueller2015-04-211-7/+7
* crypto: talitos - Update DT bindings with SEC1LEROY Christophe2015-04-211-2/+4
* crypto: talitos - Add fsl,sec1.0 compatibleLEROY Christophe2015-04-211-0/+7
* crypto: talitos - SEC1 bugs on 0 data hashLEROY Christophe2015-04-211-0/+24
* crypto: talitos - implement scatter/gather copy for SEC1LEROY Christophe2015-04-212-38/+103
* crypto: talitos - adapt interrupts and reset functions to SEC1LEROY Christophe2015-04-212-67/+199