summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-05-13crypto: authencesn - Use crypto_aead_set_reqsize helperHerbert Xu1-7/+8
2015-05-13crypto: authenc - Use crypto_aead_set_reqsize helperHerbert Xu1-7/+8
2015-05-13crypto: blkcipher - Include crypto/aead.hHerbert Xu1-0/+1
2015-05-13crypto: authencesn - Include internal/aead.hHerbert Xu1-1/+1
2015-05-13crypto: authenc - Include internal/aead.hHerbert Xu1-1/+1
2015-05-13crypto: api - Add crypto_grab_spawn primitiveHerbert Xu1-0/+16
2015-05-11crypto: 842 - change 842 alg to use softwareDan Streetman2-141/+40
2015-05-11crypto: testmgr - add test cases for CRC32Ard Biesheuvel2-0/+443
2015-05-01crypto: testmgr - Wrap the LHS in expressions of the form !x == yDavid Howells1-3/+3
2015-05-01crypto: pcomp - Constify (de)compression parametersDavid Howells2-3/+3
2015-04-26crypto: aead - Fix corner case in crypto_lookup_aeadHerbert Xu1-1/+1
2015-04-26crypto: skcipher - Fix corner case in crypto_lookup_skcipherHerbert Xu1-1/+1
2015-04-26crypto: api - Fix build error when modules are disabledHerbert Xu1-1/+1
2015-04-23crypto: testmgr - Include crypto/aead.hHerbert Xu1-0/+1
2015-04-23crypto: tcrypt - Include crypto/aead.hHerbert Xu1-0/+1
2015-04-23crypto: algif_aead - Include crypto/aead.hHerbert Xu1-0/+1
2015-04-23crypto: api - Remove linux/fips.h from internal.hHerbert Xu1-1/+0
2015-04-23crypto: testmgr - Include linux/fips.h for fips_enabledHerbert Xu1-0/+1
2015-04-23crypto: tcrypt - Include linux/fips.h for fips_enabledHerbert Xu1-1/+1
2015-04-23crypto: fips - Move fips_enabled sysctl into fips.cHerbert Xu2-41/+48
2015-04-23crypto: fips - Remove bogus inclusion of internal.hHerbert Xu1-1/+4
2015-04-23crypto: api - Include linux/fips.hHerbert Xu1-0/+1
2015-04-23crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityHerbert Xu1-4/+0
2015-04-23crypto: api - Move module sig ifdef into accessor functionHerbert Xu1-4/+1
2015-04-23crypto: tcrypt - Handle async return from crypto_ahash_initHerbert Xu1-3/+3
2015-04-22crypto: rng - Zero seed in crypto_rng_resetHerbert Xu1-1/+1
2015-04-22crypto: algif_rng - Remove obsolete const-removal castHerbert Xu1-1/+1
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu1-53/+4
2015-04-22crypto: krng - Convert to new rng interfaceHerbert Xu1-19/+14
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-15crypto: fix broken crypto_register_instance() module handlingHerbert Xu1-3/+3
2015-04-15crypto: 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