summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-04-22crypto: ansi_cprng - Convert to new rng interfaceHerbert Xu1-45/+41
2015-04-22crypto: ansi_cprng - Remove bogus inclusion of internal.hHerbert Xu1-2/+0
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu1-69/+54
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu1-0/+29
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu1-6/+50
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu1-2/+25
2015-04-21crypto: rng - Introduce crypto_rng_generateHerbert Xu1-2/+7
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu1-12/+23
2015-04-21crypto: pcomp - Use crypto_alg_extsize helperHerbert Xu1-6/+1
2015-04-21crypto: shash - Use crypto_alg_extsize helperHerbert Xu1-6/+1
2015-04-21crypto: api - Add crypto_alg_extsize helperHerbert Xu2-0/+8
2015-04-21crypto: drbg - Do not seed RNG in drbg_kcapi_initHerbert Xu1-48/+55
2015-04-21crypto: drbg - Initialise mutex in drbg_healthcheck_sanityHerbert Xu1-0/+2
2015-04-21crypto: drbg - leave cipher handles operationalStephan Mueller1-8/+4
2015-04-21crypto: drbg - replace spinlock with mutexStephan Mueller1-119/+25
2015-04-21crypto: drbg - fix drbg_generate return val checkStephan Mueller1-7/+7
2015-04-21cryoto: drbg - clear all temporary memoryStephan Mueller1-1/+1
2015-04-16crypto: fix broken crypto_register_instance() module handlingHerbert Xu1-3/+3
2015-04-16crypto: fix mis-merge with the networking mergeLinus Torvalds1-4/+2
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds18-471/+967
2015-04-11new helper: msg_data_left()Al Viro2-4/+4
2015-04-10crypto: sha512-generic - move to generic glue implementationArd Biesheuvel1-102/+21
2015-04-10crypto: sha256-generic - move to generic glue implementationArd Biesheuvel1-113/+20
2015-04-10crypto: sha1-generic - move to generic glue implementationArd Biesheuvel1-82/+20
2015-04-10crypto: api - remove instance when test failedStephan Mueller1-1/+9
2015-04-10crypto: api - Move alg ref count init to crypto_check_algHerbert Xu1-1/+2
2015-04-09Merge branch 'iocb' into for-davemAl Viro1-1/+1
2015-04-08crypto: user - Fix crypto_alg_match raceHerbert Xu1-10/+29
2015-04-07crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida1-1/+1
2015-04-03crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2-7/+3
2015-04-03crypto: api - Fix races in crypto_unregister_instanceHerbert Xu1-16/+7
2015-04-02crypto: algif - explicitly mark end of datatadeusz.struk@intel.com1-4/+8
2015-04-01crypto: algif - use kmalloc instead of kzallocTadeusz Struk1-1/+1
2015-04-01crypto: af_alg - make exports consistantTadeusz Struk1-1/+1
2015-03-31crypto: mcryptd - process CRYPTO_ALG_INTERNALStephan Mueller1-2/+23
2015-03-31crypto: proc - identify internal ciphersStephan Mueller1-0/+3
2015-03-31crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller2-9/+43
2015-03-31crypto: testmgr - use CRYPTO_ALG_INTERNALStephan Mueller1-7/+7
2015-03-31crypto: api - prevent helper ciphers from being usedStephan Mueller1-0/+10
2015-03-25crypto: algif - fix warn: unsigned 'used' is never less than zerotadeusz.struk@intel.com1-1/+1
2015-03-23crypto: algif - change algif_skcipher to be asynchronousTadeusz Struk1-7/+226
2015-03-23crypto: af_alg - Allow to link sglTadeusz Struk1-5/+13
2015-03-16crypto: algif_rng - zeroize buffer with random dataStephan Mueller1-1/+1
2015-03-13crypto: testmgr - fix RNG return code enforcementStephan Mueller1-5/+5
2015-03-12crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel1-75/+0
2015-03-11crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?1-2/+2
2015-03-10crypto: octeon - enable OCTEON SHA1/256/512 module selectionAaro Koskinen1-0/+27
2015-03-09crypto: rng - RNGs must return 0 in success caseStephan Mueller2-2/+11
2015-03-04crypto: drbg - remove superflowous memsetsStephan Mueller1-18/+0
2015-03-04crypto: drbg - use single block cipher APIStephan Mueller1-23/+16