summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
|\ \
| * | crypto: sha512-generic - move to generic glue implementationArd Biesheuvel2015-04-101-102/+21
| * | crypto: sha256-generic - move to generic glue implementationArd Biesheuvel2015-04-101-113/+20
| * | crypto: sha1-generic - move to generic glue implementationArd Biesheuvel2015-04-101-82/+20
| * | crypto: api - remove instance when test failedStephan Mueller2015-04-101-1/+9
| * | crypto: api - Move alg ref count init to crypto_check_algHerbert Xu2015-04-101-1/+2
| * | crypto: user - Fix crypto_alg_match raceHerbert Xu2015-04-081-10/+29
| * | crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida2015-04-071-1/+1
| * | crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2015-04-032-7/+3
| * | crypto: api - Fix races in crypto_unregister_instanceHerbert Xu2015-04-031-16/+7
| * | crypto: mcryptd - process CRYPTO_ALG_INTERNALStephan Mueller2015-03-311-2/+23
| * | crypto: proc - identify internal ciphersStephan Mueller2015-03-311-0/+3
| * | crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller2015-03-312-9/+43
| * | crypto: testmgr - use CRYPTO_ALG_INTERNALStephan Mueller2015-03-311-7/+7