summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | crypto: seqiv - Stop using cryptoffHerbert Xu2015-05-251-67/+158
| * | | | | crypto: echainiv - Stop using cryptoffHerbert Xu2015-05-251-12/+23
| * | | | | crypto: aead - Do not set cra_type for new style instancesHerbert Xu2015-05-251-3/+1
| * | | | | crypto: echainiv - Use aead_register_instanceHerbert Xu2015-05-251-19/+23
| * | | | | crypto: seqiv - Use aead_register_instanceHerbert Xu2015-05-251-56/+79
| * | | | | crypto: aead - Use tmpl->createHerbert Xu2015-05-251-0/+8
| * | | | | crypto: skcipher - Use tmpl->createHerbert Xu2015-05-251-0/+8
| * | | | | crypto: echainiv - echainiv_read_iv() can be staticWu Fengguang2015-05-251-2/+2
| * | | | | crypto: pcrypt - Make tfm_count an atomic_tHerbert Xu2015-05-251-4/+4
| * | | | | crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeHerbert Xu2015-05-251-12/+3
| * | | | | crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr.Harald Freudenberger2015-05-251-1/+58
| * | | | | crypto: echainiv - Add encrypted chain IV generatorHerbert Xu2015-05-223-0/+542
| * | | | | crypto: seqiv - Add seqnivHerbert Xu2015-05-221-1/+70
| * | | | | crypto: seqiv - Add support for new AEAD interfaceHerbert Xu2015-05-223-47/+440
| * | | | | crypto: scatterwalk - Check for same address in map_and_copyHerbert Xu2015-05-221-10/+6
| * | | | | crypto: gcm - Use default null skcipherHerbert Xu2015-05-221-17/+6
| * | | | | crypto: null - Add default null skcipherHerbert Xu2015-05-221-0/+39
| * | | | | crypto: aead - Add support for new AEAD implementationsHerbert Xu2015-05-221-15/+137
| * | | | | crypto: aead - Rename aead_alg to old_aead_algHerbert Xu2015-05-221-12/+13
| * | | | | crypto: aead - Add new interface with single SG listHerbert Xu2015-05-221-2/+56
| * | | | | crypto: scatterwalk - Add scatterwalk_ffwd helperHerbert Xu2015-05-221-0/+22
| * | | | | 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