summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* crypto: aead - Document behaviour of AD in destination bufferHerbert Xu2015-05-281-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-2813-42/+77
|\
| * crypto: algif_aead - Disable AEAD user-space for nowHerbert Xu2015-05-261-9/+0
| * crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger2015-05-221-12/+13
| * crypto: algif_aead - fix invalid sgl linkingTadeusz Struk2015-05-181-5/+4
| * crypto: arm64/sha2-ce - prevent asm code finalization in final() pathArd Biesheuvel2015-05-071-0/+3
| * crypto: arm64/sha1-ce - prevent asm code finalization in final() pathArd Biesheuvel2015-05-071-0/+3
| * crypto: arm64/crc32 - bring in line with generic CRC32Ard Biesheuvel2015-05-071-3/+19
| * hwrng: bcm63xx - Fix driver compilationÁlvaro Fernández Rojas2015-05-041-9/+9
| * lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-044-2/+23
| * crypto: img-hash - CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMAGeert Uytterhoeven2015-04-241-1/+2
| * crypto: x86/sha512_ssse3 - fixup for asm function prototype changeArd Biesheuvel2015-04-241-1/+1
* | crypto: ccp - Remove unused structure fieldTom Lendacky2015-05-271-2/+0
* | crypto: ccp - Remove manual check and set of dma_mask pointerTom Lendacky2015-05-271-2/+0
* | crypto: jitterentropy - add jitterentropy RNGStephan Mueller2015-05-274-0/+925
* | crypto: drbg - use Jitter RNG to obtain seedStephan Mueller2015-05-272-7/+46
* | crypto: drbg - add async seeding operationStephan Mueller2015-05-272-0/+26
* | crypto: drbg - prepare for async seedingStephan Mueller2015-05-272-27/+56
* | random: Blocking API for accessing nonblocking_poolStephan Mueller2015-05-272-0/+13
* | random: Wake up all getrandom(2) callers when pool is readyHerbert Xu2015-05-271-1/+1
* | crypto: aead - Remove unused cryptoff parameterHerbert Xu2015-05-254-16/+9
* | 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: mv_cesa - request registers memory regionBoris BREZILLON2015-05-251-8/+5
* | crypto: pcrypt - Make tfm_count an atomic_tHerbert Xu2015-05-251-4/+4
* | crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeHerbert Xu2015-05-253-27/+28
* | 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-224-51/+443
* | 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-222-0/+42
* | crypto: aead - Add support for new AEAD implementationsHerbert Xu2015-05-223-19/+213
* | crypto: nx - Remove unnecessary maxauthsize checkHerbert Xu2015-05-221-3/+0
* | crypto: ixp4xx - Use crypto_aead_maxauthsizeHerbert Xu2015-05-221-2/+2
* | crypto: aead - Add crypto_aead_maxauthsizeHerbert Xu2015-05-221-0/+5
* | crypto: caam - Use old_aead_algHerbert Xu2015-05-221-1/+1
* | crypto: aead - Rename aead_alg to old_aead_algHerbert Xu2015-05-224-15/+23
* | crypto: aead - Add new interface with single SG listHerbert Xu2015-05-222-8/+85
* | crypto: scatterwalk - Add scatterwalk_ffwd helperHerbert Xu2015-05-222-0/+26
* | crypto: pcrypt - Use crypto_grab_aeadHerbert Xu2015-05-221-36/+35
OpenPOWER on IntegriCloud