summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2015-04-23crypto: testmgr - Include linux/fips.h for fips_enabledHerbert Xu-0/+1
2015-04-23crypto: tcrypt - Include linux/fips.h for fips_enabledHerbert Xu-1/+1
2015-04-23crypto: fips - Move fips_enabled sysctl into fips.cHerbert Xu-41/+48
2015-04-23crypto: fips - Remove bogus inclusion of internal.hHerbert Xu-1/+4
2015-04-23crypto: api - Include linux/fips.hHerbert Xu-0/+1
2015-04-23crypto: caam - Remove bogus references to crypto API internalsHerbert Xu-4/+0
2015-04-23crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityHerbert Xu-4/+0
2015-04-23crypto: api - Move module sig ifdef into accessor functionHerbert Xu-4/+13
2015-04-23crypto: tcrypt - Handle async return from crypto_ahash_initHerbert Xu-3/+3
2015-04-22crypto: rng - Zero seed in crypto_rng_resetHerbert Xu-1/+1
2015-04-22crypto: algif_rng - Remove obsolete const-removal castHerbert Xu-1/+1
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu-92/+8
2015-04-22crypto: krng - Convert to new rng interfaceHerbert Xu-19/+14
2015-04-22crypto: ansi_cprng - Convert to new rng interfaceHerbert Xu-45/+41
2015-04-22crypto: ansi_cprng - Remove bogus inclusion of internal.hHerbert Xu-2/+0
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu-107/+66
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu-0/+31
2015-04-22crypto: rng - Add crypto_rng_set_entropyHerbert Xu-0/+10
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu-11/+96
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu-8/+28
2015-04-21crypto: rng - Introduce crypto_rng_generateHerbert Xu-4/+32
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu-46/+33
2015-04-21crypto: pcomp - Use crypto_alg_extsize helperHerbert Xu-6/+1
2015-04-21crypto: shash - Use crypto_alg_extsize helperHerbert Xu-6/+1
2015-04-21crypto: api - Add crypto_alg_extsize helperHerbert Xu-0/+8
2015-04-21crypto: drbg - Do not seed RNG in drbg_kcapi_initHerbert Xu-48/+55
2015-04-21crypto: drbg - Initialise mutex in drbg_healthcheck_sanityHerbert Xu-0/+2
2015-04-21crypto: drbg - leave cipher handles operationalStephan Mueller-8/+4
2015-04-21crypto: drbg - replace spinlock with mutexStephan Mueller-121/+27
2015-04-21crypto: drbg - fix drbg_generate return val checkStephan Mueller-7/+7
2015-04-21crypto: talitos - Update DT bindings with SEC1LEROY Christophe-2/+4
2015-04-21crypto: talitos - Add fsl,sec1.0 compatibleLEROY Christophe-0/+7
2015-04-21crypto: talitos - SEC1 bugs on 0 data hashLEROY Christophe-0/+24
2015-04-21crypto: talitos - implement scatter/gather copy for SEC1LEROY Christophe-38/+103
2015-04-21crypto: talitos - adapt interrupts and reset functions to SEC1LEROY Christophe-67/+199
2015-04-21crypto: talitos - base address for Execution UnitsLEROY Christophe-55/+100
2015-04-21crypto: talitos - adaptation of talitos_submit() for SEC1LEROY Christophe-4/+21
2015-04-21crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+LEROY Christophe-38/+67
2015-04-21crypto: talitos - Add a feature to tag SEC1LEROY Christophe-0/+20
2015-04-21crypto: talitos - add sub-choice in talitos CONFIG for SEC1LEROY Christophe-0/+18
2015-04-21crypto: talitos - enhanced talitos_desc struct for SEC1LEROY Christophe-4/+16
2015-04-21crypto: talitos - helper function for ptr lenLEROY Christophe-7/+17
2015-04-21crypto: talitos - remove param 'extent' in map_single_talitos_ptr()LEROY Christophe-11/+10
2015-04-21crypto: talitos - Add a helper function to clear j_extent fieldLEROY Christophe-3/+8
2015-04-21crypto: talitos - talitos_ptr renamed ptr for more lisibilityLEROY Christophe-10/+10
2015-04-21crypto: talitos - Refactor the sg in/out chain allocationLEROY Christophe-78/+81
2015-04-21crypto: talitos - Use zero entry to init descriptors ptrs to zeroLEROY Christophe-6/+2
2015-04-21cryoto: drbg - clear all temporary memoryStephan Mueller-1/+1
2015-04-21crypto: mv_cesa - ensure backlog is initialisedColin Ian King-1/+1
2015-04-15crypto: fix broken crypto_register_instance() module handlingHerbert Xu-3/+3