summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * crypto: api - prevent helper ciphers from being usedStephan Mueller2015-03-311-0/+10
| * crypto: algif_rng - zeroize buffer with random dataStephan Mueller2015-03-161-1/+1
| * crypto: testmgr - fix RNG return code enforcementStephan Mueller2015-03-131-5/+5
| * crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel2015-03-121-75/+0
| * crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?2015-03-121-2/+2
| * crypto: octeon - enable OCTEON SHA1/256/512 module selectionAaro Koskinen2015-03-101-0/+27
| * crypto: rng - RNGs must return 0 in success caseStephan Mueller2015-03-092-2/+11
| * crypto: drbg - remove superflowous memsetsStephan Mueller2015-03-041-18/+0
| * crypto: drbg - use single block cipher APIStephan Mueller2015-03-041-23/+16
| * crypto: powerpc/md5 - kernel configMarkus Stockhausen2015-03-041-0/+8
| * crypto: algif - enable AEAD interface compilationStephan Mueller2015-03-042-0/+10
OpenPOWER on IntegriCloud