summaryrefslogtreecommitdiff
path: root/crypto (follow)
Commit message (Expand)AuthorAge
...
* | | crypto: testmgr - add test cases for CRC32Ard Biesheuvel2015-05-11
* | | crypto: testmgr - Wrap the LHS in expressions of the form !x == yDavid Howells2015-05-01
* | | crypto: pcomp - Constify (de)compression parametersDavid Howells2015-05-01
* | | crypto: aead - Fix corner case in crypto_lookup_aeadHerbert Xu2015-04-26
* | | crypto: skcipher - Fix corner case in crypto_lookup_skcipherHerbert Xu2015-04-26
* | | crypto: api - Fix build error when modules are disabledHerbert Xu2015-04-26
* | | crypto: testmgr - Include crypto/aead.hHerbert Xu2015-04-23
* | | crypto: tcrypt - Include crypto/aead.hHerbert Xu2015-04-23
* | | crypto: algif_aead - Include crypto/aead.hHerbert Xu2015-04-23
* | | crypto: api - Remove linux/fips.h from internal.hHerbert Xu2015-04-23
* | | crypto: testmgr - Include linux/fips.h for fips_enabledHerbert Xu2015-04-23
* | | crypto: tcrypt - Include linux/fips.h for fips_enabledHerbert Xu2015-04-23
* | | crypto: fips - Move fips_enabled sysctl into fips.cHerbert Xu2015-04-23
* | | crypto: fips - Remove bogus inclusion of internal.hHerbert Xu2015-04-23
* | | crypto: api - Include linux/fips.hHerbert Xu2015-04-23
* | | crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityHerbert Xu2015-04-23
* | | crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-23
* | | crypto: tcrypt - Handle async return from crypto_ahash_initHerbert Xu2015-04-23
* | | crypto: rng - Zero seed in crypto_rng_resetHerbert Xu2015-04-22
* | | crypto: algif_rng - Remove obsolete const-removal castHerbert Xu2015-04-22
* | | crypto: rng - Remove old low-level rng interfaceHerbert Xu2015-04-22
* | | crypto: krng - Convert to new rng interfaceHerbert Xu2015-04-22
* | | crypto: ansi_cprng - Convert to new rng interfaceHerbert Xu2015-04-22
* | | crypto: ansi_cprng - Remove bogus inclusion of internal.hHerbert Xu2015-04-22
* | | crypto: drbg - Convert to new rng interfaceHerbert Xu2015-04-22
* | | crypto: rng - Add multiple algorithm registration interfaceHerbert Xu2015-04-22
* | | crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu2015-04-22
* | | crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu2015-04-22
* | | crypto: rng - Introduce crypto_rng_generateHerbert Xu2015-04-21
* | | crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu2015-04-21
* | | crypto: pcomp - Use crypto_alg_extsize helperHerbert Xu2015-04-21
* | | crypto: shash - Use crypto_alg_extsize helperHerbert Xu2015-04-21
* | | crypto: api - Add crypto_alg_extsize helperHerbert Xu2015-04-21
* | | crypto: drbg - Do not seed RNG in drbg_kcapi_initHerbert Xu2015-04-21
* | | crypto: drbg - Initialise mutex in drbg_healthcheck_sanityHerbert Xu2015-04-21
* | | crypto: drbg - leave cipher handles operationalStephan Mueller2015-04-21
* | | crypto: drbg - replace spinlock with mutexStephan Mueller2015-04-21
* | | crypto: drbg - fix drbg_generate return val checkStephan Mueller2015-04-21
* | | cryoto: drbg - clear all temporary memoryStephan Mueller2015-04-21
|/ /
* | crypto: fix broken crypto_register_instance() module handlingHerbert Xu2015-04-15
* | crypto: fix mis-merge with the networking mergeLinus Torvalds2015-04-15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-15
|\ \
| * | crypto: sha512-generic - move to generic glue implementationArd Biesheuvel2015-04-10
| * | crypto: sha256-generic - move to generic glue implementationArd Biesheuvel2015-04-10
| * | crypto: sha1-generic - move to generic glue implementationArd Biesheuvel2015-04-10
| * | crypto: api - remove instance when test failedStephan Mueller2015-04-10
| * | crypto: api - Move alg ref count init to crypto_check_algHerbert Xu2015-04-10
| * | crypto: user - Fix crypto_alg_match raceHerbert Xu2015-04-08
| * | crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida2015-04-07
| * | crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2015-04-03