summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | crypto: testmgr - add test cases for CRC32Ard Biesheuvel2015-05-112-0/+443
| * | | | | crypto: testmgr - Wrap the LHS in expressions of the form !x == yDavid Howells2015-05-011-3/+3
| * | | | | crypto: pcomp - Constify (de)compression parametersDavid Howells2015-05-012-3/+3
| * | | | | 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
| * | | | | 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: 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: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityHerbert Xu2015-04-231-4/+0
| * | | | | crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-231-4/+1
| * | | | | 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-221-53/+4
| * | | | | 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-221-69/+54
| * | | | | crypto: rng - Add multiple algorithm registration interfaceHerbert Xu2015-04-221-0/+29
| * | | | | crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu2015-04-221-6/+50
| * | | | | crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu2015-04-221-2/+25
| * | | | | crypto: rng - Introduce crypto_rng_generateHerbert Xu2015-04-211-2/+7
| * | | | | crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu2015-04-211-12/+23
| * | | | | 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-211-119/+25
| * | | | | crypto: drbg - fix drbg_generate return val checkStephan Mueller2015-04-211-7/+7
| * | | | | cryoto: drbg - clear all temporary memoryStephan Mueller2015-04-211-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-271-9/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | crypto: algif_aead - Disable AEAD user-space for nowHerbert Xu2015-05-261-9/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-211-5/+4
|\| | | | | |_|/ / |/| | |
| * | | crypto: algif_aead - fix invalid sgl linkingTadeusz Struk2015-05-181-5/+4
| |/ /
* | | Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds2015-04-241-3/+16
|\ \ \
| * | | md/raid5: activate raid6 rmw featureMarkus Stockhausen2015-04-221-3/+16
| | |/ | |/|
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-170-0/+0
|\ \ \ | |_|/ |/| |
| * | CRYPTO: Octeon: Enable OCTEON SHA1/256/512 module selectionAaro Koskinen2015-03-241-0/+27
| |/
* | crypto: fix broken crypto_register_instance() module handlingHerbert Xu2015-04-151-3/+3
* | crypto: fix mis-merge with the networking mergeLinus Torvalds2015-04-151-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-1518-471/+967
|\ \