Age | Commit message (Expand) | Author | Files | Lines |
2018-11-16 | crypto: mxs-dcp - Add support for dcp clk | Leonard Crestez | 1 | -3/+25 |
2018-10-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -23/+30 |
2018-10-12 | crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' static | Wei Yongjun | 1 | -2/+2 |
2018-10-08 | crypto: mxs-dcp - Fix AES issues | Radu Solea | 1 | -2/+31 |
2018-10-08 | crypto: mxs-dcp - Fix SHA null hashes and output length | Radu Solea | 1 | -10/+37 |
2018-10-08 | crypto: mxs-dcp - Implement sha import/export | Dan Douglass | 1 | -8/+33 |
2018-09-28 | crypto: mxs-dcp - Remove VLA usage of skcipher | Kees Cook | 1 | -11/+10 |
2018-09-28 | crypto: mxs-dcp - Fix wait logic on chan threads | Leonard Crestez | 1 | -23/+30 |
2018-02-15 | crypto: mxs-dcp - Add empty hash export and import | Kamil Konieczny | 1 | -0/+14 |
2017-07-18 | crypto: mxs-dcp - print error message on platform_get_irq failure | Gustavo A. R. Silva | 1 | -2/+6 |
2016-07-01 | crypto: mxs-dcp - Use skcipher for fallback | Herbert Xu | 1 | -26/+21 |
2015-02-28 | crypto: mxs-dcp - fix type of ret for wait_for_completion_timeout | Nicholas Mc Guire | 1 | -1/+1 |
2014-10-20 | crypto: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-05-22 | crypto: dcp - tfm->__crt_alg->cra_name directly | Marek Vasut | 1 | -1/+1 |
2014-05-22 | crypto: mxs-dcp - Remove global mutex | Fabio Estevam | 1 | -34/+16 |
2014-03-10 | crypto: mxs-dcp - Optimize hashing | Marek Vasut | 1 | -11/+17 |
2014-03-10 | crypto: mxs-dcp - Align the bounce buffers | Marek Vasut | 1 | -1/+7 |
2014-02-27 | crypto: mxs-dcp - Fix platform_get_irq() error handling | Fabio Estevam | 1 | -2/+7 |
2014-02-09 | crypto: mxs-dcp: Check the return value of stmp_reset_block() | Fabio Estevam | 1 | -1/+3 |
2014-02-09 | crypto: mxs-dcp: Use devm_kzalloc() | Fabio Estevam | 1 | -7/+2 |
2014-02-09 | crypto: dcp - Move the AES operation type from actx to rctx | Marek Vasut | 1 | -10/+17 |
2014-01-15 | crypto: mxs - Fix sparse non static symbol warning | Wei Yongjun | 1 | -1/+1 |
2014-01-05 | crypto: mxs - Add Freescale MXS DCP driver | Marek Vasut | 1 | -0/+1100 |