summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | crypto: pcrypt - Use crypto_grab_aeadHerbert Xu2015-05-221-36/+35
| * | | | crypto: cryptd - Use crypto_grab_aeadHerbert Xu2015-05-221-23/+37
| * | | | crypto: md5 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin2015-05-181-4/+4
| * | | | crypto: aead - Convert top level interface to new styleHerbert Xu2015-05-131-113/+48
| * | | | crypto: seqiv - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-1/+2
| * | | | crypto: pcrypt - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-3/+4
| * | | | crypto: gcm - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-11/+11
| * | | | crypto: cryptd - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-1/+2
| * | | | crypto: ccm - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-7/+7
| * | | | crypto: authencesn - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-7/+8
| * | | | crypto: authenc - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-7/+8
| * | | | crypto: blkcipher - Include crypto/aead.hHerbert Xu2015-05-131-0/+1
| * | | | crypto: authencesn - Include internal/aead.hHerbert Xu2015-05-131-1/+1
| * | | | crypto: authenc - Include internal/aead.hHerbert Xu2015-05-131-1/+1
| * | | | crypto: api - Add crypto_grab_spawn primitiveHerbert Xu2015-05-131-0/+16
| * | | | crypto: 842 - change 842 alg to use softwareDan Streetman2015-05-112-141/+40
| * | | | 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