| Commit message (Expand) | Author | Files | Lines |
2014-08-01 | crypto: qat - Fixed SKU1 dev issue | Tadeusz Struk | 2 | -6/+2 |
2014-08-01 | crypto: qat - Use hweight for bit counting | Tadeusz Struk | 1 | -13/+2 |
2014-08-01 | crypto: qat - Updated print outputs | Tadeusz Struk | 4 | -14/+13 |
2014-08-01 | crypto: qat - change ae_num to ae_id | Tadeusz Struk | 2 | -48/+45 |
2014-08-01 | crypto: qat - change slice->regions to slice->region | Tadeusz Struk | 2 | -12/+12 |
2014-08-01 | crypto: qat - use min_t macro | Tadeusz Struk | 1 | -2/+2 |
2014-08-01 | crypto: qat - remove unnecessary parentheses | Tadeusz Struk | 3 | -31/+31 |
2014-08-01 | crypto: qat - remove unneeded header | Tadeusz Struk | 1 | -1/+0 |
2014-08-01 | crypto: qat - checkpatch blank lines | Tadeusz Struk | 2 | -0/+4 |
2014-08-01 | crypto: qat - remove unnecessary return codes | Tadeusz Struk | 1 | -15/+8 |
2014-08-01 | crypto: Resolve shadow warnings | Mark Rustad | 9 | -81/+82 |
2014-07-24 | crypto: ccp - Remove "select OF" from Kconfig | Tom Lendacky | 1 | -1/+0 |
2014-07-23 | crypto: caam - fix DECO RSR polling | Horia Geanta | 1 | -4/+7 |
2014-07-23 | crypto: qce - Let 'DEV_QCE' depend on both HAS_DMA and HAS_IOMEM | Chen Gang | 1 | -1/+1 |
2014-07-23 | crypto: caam - set DK (Decrypt Key) bit only for AES accelerator | Horia Geanta | 1 | -0/+7 |
2014-07-23 | crypto: caam - fix uninitialized state->buf_dma field | Horia Geanta | 1 | -0/+1 |
2014-07-23 | crypto: caam - fix uninitialized edesc->dst_dma field | Horia Geanta | 1 | -0/+2 |
2014-07-23 | crypto: caam - fix uninitialized S/G table size in ahash_digest | Horia Geanta | 1 | -0/+1 |
2014-07-23 | crypto: caam - fix DMA direction mismatch in ahash_done_ctx_src | Horia Geanta | 1 | -1/+1 |
2014-07-23 | crypto: caam - fix DMA direction mismatch in ahash_done_ctx_dst | Horia Geanta | 1 | -1/+1 |
2014-07-23 | crypto: caam - fix DMA unmapping error in hash_digest_key | Horia Geanta | 1 | -2/+2 |
2014-07-23 | crypto: caam - fix "failed to check map error" DMA warnings | Horia Geanta | 3 | -28/+163 |
2014-07-23 | crypto: caam - fix typo in dma_mapping_error | Horia Geanta | 1 | -1/+1 |
2014-07-23 | crypto: caam - set coherent_dma_mask | Horia Geanta | 2 | -6/+6 |
2014-07-23 | crypto: testmgr - avoid DMA mapping from text, rodata, stack | Horia Geanta | 2 | -9/+50 |
2014-07-23 | crypto: ccp - Base AXI DMA cache settings on device tree | Tom Lendacky | 5 | -1/+15 |
2014-07-10 | crypto: drbg - drbg_exit() can be static | Fengguang Wu | 1 | -1/+1 |
2014-07-10 | crypto: qat - remove an unneeded cast | Dan Carpenter | 1 | -1/+1 |
2014-07-10 | crypto: caam - Check for CAAM block presence before registering with crypto l... | Ruchika Gupta | 3 | -0/+85 |
2014-07-08 | crypto: drbg - HMAC-SHA1 DRBG has crypto strength of 128 bits | Stephan Mueller | 1 | -1/+1 |
2014-07-08 | crypto: drbg - Mix a time stamp into DRBG state | Stephan Mueller | 2 | -25/+36 |
2014-07-08 | crypto: drbg - Select correct DRBG core for stdrng | Stephan Mueller | 1 | -1/+1 |
2014-07-08 | crypto: drbg - Call CTR DRBG DF function only once | Stephan Mueller | 1 | -19/+22 |
2014-07-08 | crypto: drbg - Fix format string for debugging statements | Stephan Mueller | 1 | -2/+2 |
2014-07-08 | crypto: drbg - cleanup of preprocessor macros | Stephan Mueller | 1 | -11/+17 |
2014-07-08 | crypto: qce - add dependancy to Kconfig | Stanimir Varbanov | 1 | -0/+1 |
2014-07-08 | crypto: qce - fix sparse warnings | Stanimir Varbanov | 3 | -17/+20 |
2014-07-08 | crypto: caam - Enabling multiple caam debug support for C29x platform | Nitesh Narayan Lal | 1 | -1/+1 |
2014-07-08 | crypto: dts - Addition of missing SEC compatibile property in c29x device tree | Nitesh Narayan Lal | 1 | -1/+2 |
2014-07-04 | crypto: drbg - Use Kconfig to ensure at least one RNG option is set | Herbert Xu | 3 | -16/+10 |
2014-07-04 | crypto: drbg - use of kernel linked list | Stephan Mueller | 2 | -112/+128 |
2014-07-04 | crypto: drbg - fix memory corruption for AES192 | Stephan Mueller | 1 | -3/+11 |
2014-07-03 | crypto: ux500 - make interrupt mode plausible | Arnd Bergmann | 1 | -13/+12 |
2014-07-03 | crypto: tcrypt - print cra driver name in tcrypt tests output | Luca Clementi | 1 | -11/+20 |