summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi2015-06-043-0/+310
| * | | crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi2015-06-042-0/+192
| * | | crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi2015-06-043-0/+230
| * | | crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_pageHerbert Xu2015-06-031-1/+5
| * | | crypto: cryptd - Convert to new AEAD interfaceHerbert Xu2015-06-031-35/+29
| * | | crypto: cryptd - Add setkey/setauthsize functions for AEADHerbert Xu2015-06-031-2/+20
| * | | crypto: pcrypt - Add support for new AEAD interfaceHerbert Xu2015-06-031-95/+40
| * | | crypto: aead - Add multiple algorithm registration interfaceHerbert Xu2015-06-031-0/+29
| * | | crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu2015-06-031-2/+2
| * | | crypto: api - Include alignment in crypto_alg_extsizeHerbert Xu2015-06-031-1/+2
| * | | crypto: aead - Add type-safe init/exit functionsHerbert Xu2015-06-031-0/+14
| * | | Revert "crypto: algif_aead - Disable AEAD user-space for now"Herbert Xu2015-06-031-0/+9
| * | | crypto: jitterentropy - remove timekeeping_valid_for_hresStephan Mueller2015-05-281-3/+0
| * | | crypto: algif_aead - Switch to new AEAD interfaceHerbert Xu2015-05-281-58/+8
| * | | crypto: tcrypt - Switch to new AEAD interfaceHerbert Xu2015-05-281-8/+7
| * | | crypto: testmgr - Switch to new AEAD interfaceHerbert Xu2015-05-281-39/+48
| * | | crypto: seqiv - Fix module unload/reload crashHerbert Xu2015-05-281-0/+1
| * | | crypto: seqiv - Fix IV size in context size calculationHerbert Xu2015-05-281-1/+1
| * | | crypto: seqiv - Use common IV generation codeHerbert Xu2015-05-281-56/+36
| * | | crypto: seqiv - Copy AD along with plain/cipher textHerbert Xu2015-05-281-27/+6
| * | | crypto: echainiv - Fix IV size in context size calculationHerbert Xu2015-05-281-1/+1
| * | | crypto: echainiv - Use common IV generation codeHerbert Xu2015-05-281-212/+18
| * | | crypto: echainiv - Copy AD along with plain textHerbert Xu2015-05-281-8/+2
| * | | crypto: aead - Add common IV generation codeHerbert Xu2015-05-281-3/+202
| * | | crypto: aead - Preserve in-place processing in old_cryptHerbert Xu2015-05-281-1/+2
| * | | crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwdHerbert Xu2015-05-281-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-282-14/+4
| |\ \ \
| * | | | crypto: jitterentropy - add jitterentropy RNGStephan Mueller2015-05-274-0/+925
| * | | | crypto: drbg - use Jitter RNG to obtain seedStephan Mueller2015-05-271-7/+45
| * | | | crypto: drbg - add async seeding operationStephan Mueller2015-05-271-0/+24
| * | | | crypto: drbg - prepare for async seedingStephan Mueller2015-05-271-27/+54
| * | | | crypto: aead - Remove unused cryptoff parameterHerbert Xu2015-05-253-10/+8
| * | | | 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