| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | crypto: aead - Preserve in-place processing in old_crypt | Herbert Xu | 2015-05-28 | 1 | -1/+2 |
* | crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwd | Herbert Xu | 2015-05-28 | 1 | -0/+1 |
* | crypto: aead - Document behaviour of AD in destination buffer | Herbert Xu | 2015-05-28 | 1 | -4/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2015-05-28 | 13 | -42/+77 |
|\ |
|
| * | crypto: algif_aead - Disable AEAD user-space for now | Herbert Xu | 2015-05-26 | 1 | -9/+0 |
| * | crypto: s390/ghash - Fix incorrect ghash icv buffer handling. | Harald Freudenberger | 2015-05-22 | 1 | -12/+13 |
| * | crypto: algif_aead - fix invalid sgl linking | Tadeusz Struk | 2015-05-18 | 1 | -5/+4 |
| * | crypto: arm64/sha2-ce - prevent asm code finalization in final() path | Ard Biesheuvel | 2015-05-07 | 1 | -0/+3 |
| * | crypto: arm64/sha1-ce - prevent asm code finalization in final() path | Ard Biesheuvel | 2015-05-07 | 1 | -0/+3 |
| * | crypto: arm64/crc32 - bring in line with generic CRC32 | Ard Biesheuvel | 2015-05-07 | 1 | -3/+19 |
| * | hwrng: bcm63xx - Fix driver compilation | Álvaro Fernández Rojas | 2015-05-04 | 1 | -9/+9 |
| * | lib: make memzero_explicit more robust against dead store elimination | Daniel Borkmann | 2015-05-04 | 4 | -2/+23 |
| * | crypto: img-hash - CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMA | Geert Uytterhoeven | 2015-04-24 | 1 | -1/+2 |
| * | crypto: x86/sha512_ssse3 - fixup for asm function prototype change | Ard Biesheuvel | 2015-04-24 | 1 | -1/+1 |
* | | crypto: ccp - Remove unused structure field | Tom Lendacky | 2015-05-27 | 1 | -2/+0 |
* | | crypto: ccp - Remove manual check and set of dma_mask pointer | Tom Lendacky | 2015-05-27 | 1 | -2/+0 |
* | | crypto: jitterentropy - add jitterentropy RNG | Stephan Mueller | 2015-05-27 | 4 | -0/+925 |
* | | crypto: drbg - use Jitter RNG to obtain seed | Stephan Mueller | 2015-05-27 | 2 | -7/+46 |
* | | crypto: drbg - add async seeding operation | Stephan Mueller | 2015-05-27 | 2 | -0/+26 |
* | | crypto: drbg - prepare for async seeding | Stephan Mueller | 2015-05-27 | 2 | -27/+56 |
* | | random: Blocking API for accessing nonblocking_pool | Stephan Mueller | 2015-05-27 | 2 | -0/+13 |
* | | random: Wake up all getrandom(2) callers when pool is ready | Herbert Xu | 2015-05-27 | 1 | -1/+1 |
* | | crypto: aead - Remove unused cryptoff parameter | Herbert Xu | 2015-05-25 | 4 | -16/+9 |
* | | crypto: seqiv - Stop using cryptoff | Herbert Xu | 2015-05-25 | 1 | -67/+158 |
* | | crypto: echainiv - Stop using cryptoff | Herbert Xu | 2015-05-25 | 1 | -12/+23 |
* | | crypto: aead - Do not set cra_type for new style instances | Herbert Xu | 2015-05-25 | 1 | -3/+1 |
* | | crypto: echainiv - Use aead_register_instance | Herbert Xu | 2015-05-25 | 1 | -19/+23 |
* | | crypto: seqiv - Use aead_register_instance | Herbert Xu | 2015-05-25 | 1 | -56/+79 |
* | | crypto: aead - Use tmpl->create | Herbert Xu | 2015-05-25 | 1 | -0/+8 |
* | | crypto: skcipher - Use tmpl->create | Herbert Xu | 2015-05-25 | 1 | -0/+8 |
* | | crypto: echainiv - echainiv_read_iv() can be static | Wu Fengguang | 2015-05-25 | 1 | -2/+2 |
* | | crypto: mv_cesa - request registers memory region | Boris BREZILLON | 2015-05-25 | 1 | -8/+5 |
* | | crypto: pcrypt - Make tfm_count an atomic_t | Herbert Xu | 2015-05-25 | 1 | -4/+4 |
* | | crypto: aead - Add crypto_aead_alg_ivsize/maxauthsize | Herbert Xu | 2015-05-25 | 3 | -27/+28 |
* | | crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr. | Harald Freudenberger | 2015-05-25 | 1 | -1/+58 |
* | | crypto: echainiv - Add encrypted chain IV generator | Herbert Xu | 2015-05-22 | 3 | -0/+542 |
* | | crypto: seqiv - Add seqniv | Herbert Xu | 2015-05-22 | 1 | -1/+70 |
* | | crypto: seqiv - Add support for new AEAD interface | Herbert Xu | 2015-05-22 | 4 | -51/+443 |
* | | crypto: scatterwalk - Check for same address in map_and_copy | Herbert Xu | 2015-05-22 | 1 | -10/+6 |
* | | crypto: gcm - Use default null skcipher | Herbert Xu | 2015-05-22 | 1 | -17/+6 |
* | | crypto: null - Add default null skcipher | Herbert Xu | 2015-05-22 | 2 | -0/+42 |
* | | crypto: aead - Add support for new AEAD implementations | Herbert Xu | 2015-05-22 | 3 | -19/+213 |
* | | crypto: nx - Remove unnecessary maxauthsize check | Herbert Xu | 2015-05-22 | 1 | -3/+0 |
* | | crypto: ixp4xx - Use crypto_aead_maxauthsize | Herbert Xu | 2015-05-22 | 1 | -2/+2 |
* | | crypto: aead - Add crypto_aead_maxauthsize | Herbert Xu | 2015-05-22 | 1 | -0/+5 |
* | | crypto: caam - Use old_aead_alg | Herbert Xu | 2015-05-22 | 1 | -1/+1 |
* | | crypto: aead - Rename aead_alg to old_aead_alg | Herbert Xu | 2015-05-22 | 4 | -15/+23 |
* | | crypto: aead - Add new interface with single SG list | Herbert Xu | 2015-05-22 | 2 | -8/+85 |
* | | crypto: scatterwalk - Add scatterwalk_ffwd helper | Herbert Xu | 2015-05-22 | 2 | -0/+26 |
* | | crypto: pcrypt - Use crypto_grab_aead | Herbert Xu | 2015-05-22 | 1 | -36/+35 |