Age | Commit message (Expand) | Author | Files | Lines |
2017-05-23 | crypto: mv_cesa - Use IPAD/OPAD constant | Corentin LABBE | 1 | -2/+3 |
2016-11-13 | Crypto: mv_cesa - Switch to using managed resources | Nadim almas | 1 | -3/+1 |
2016-09-07 | crypto: mv_cesa - remove NO_IRQ reference | Arnd Bergmann | 1 | -5/+2 |
2015-07-03 | crypto: marvell/cesa - another fix up for of_get_named_gen_pool() rename | Stephen Rothwell | 1 | -2/+2 |
2015-06-19 | crypto: mv_cesa - explicitly define kirkwood and dove compatible strings | Boris BREZILLON | 1 | -1/+3 |
2015-06-19 | crypto: mv_cesa - use gen_pool to reserve the SRAM memory region | Boris BREZILLON | 1 | -15/+43 |
2015-05-25 | crypto: mv_cesa - request registers memory region | Boris BREZILLON | 1 | -8/+5 |
2015-04-21 | crypto: mv_cesa - ensure backlog is initialised | Colin Ian King | 1 | -1/+1 |
2014-10-20 | crypto: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-10-14 | crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.c | Behan Webster | 1 | -23/+18 |
2014-05-22 | crypto: cesa - tfm->__crt_alg->cra_type directly | Marek Vasut | 1 | -2/+2 |
2014-05-22 | crypto: cesa - tfm->__crt_alg->cra_name directly | Marek Vasut | 1 | -1/+1 |
2013-10-16 | crypto: mv_cesa: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -1/+1 |
2013-10-07 | crypto: mv_cesa - Remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
2013-09-24 | crypto: mv_cesa - Staticize local symbols | Sachin Kamat | 1 | -5/+5 |
2013-05-24 | crypto: mv_cesa: Remove redundant platform_set_drvdata() | Sachin Kamat | 1 | -1/+0 |
2013-01-04 | Drivers: crypto: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
2012-09-22 | Crypto: CESA: Add support for DT based instantiation. | Andrew Lunn | 1 | -2/+15 |
2012-07-27 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+4 |
2012-07-25 | ARM: Orion: fix driver probe error handling with respect to clk | Simon Baatz | 1 | -0/+4 |
2012-06-12 | crypto: mv_cesa - fix for hash finalisation with data | Phil Sutter | 1 | -6/+13 |
2012-06-12 | crypto: mv_cesa - initialise the interrupt status field to zero | Phil Sutter | 1 | -0/+1 |
2012-06-12 | crypto: mv_cesa - add an expiry timer in case anything goes wrong | Phil Sutter | 1 | -10/+31 |
2012-05-09 | ARM: Orion: CESA: Add support for clk | Andrew Lunn | 1 | -0/+14 |
2012-03-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -4/+8 |
2012-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -0/+1 |
2012-02-28 | crypto: mv_cesa - fix final callback not ignoring input data | Phil Sutter | 1 | -0/+1 |
2012-01-13 | crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag | Nikos Mavrogiannopoulos | 1 | -4/+8 |
2012-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -11/+1 |
2011-11-30 | crypto: convert drivers/crypto/* to use module_platform_driver() | Axel Lin | 1 | -11/+1 |
2011-11-26 | Merge git://github.com/herbertx/crypto | Linus Torvalds | 1 | -5/+7 |
2011-11-21 | crypto: mv_cesa - fix hashing of chunks > 1920 bytes | Phil Sutter | 1 | -5/+7 |
2011-11-01 | crypto: add module.h to those files that are explicitly using it | Paul Gortmaker | 1 | -0/+1 |
2011-05-11 | crypto: mv_cesa - make count_sgs() null-pointer proof | Phil Sutter | 1 | -6/+2 |
2011-05-11 | crypto: mv_cesa - copy remaining bytes to SRAM only when needed | Phil Sutter | 1 | -6/+6 |
2011-05-11 | crypto: mv_cesa - move digest state initialisation to a better place | Phil Sutter | 1 | -8/+6 |
2011-05-11 | crypto: mv_cesa - fill inner/outer IV fields only in HMAC case | Phil Sutter | 1 | -3/+3 |
2011-05-11 | crypto: mv_cesa - refactor copy_src_to_buf() | Phil Sutter | 1 | -15/+10 |
2011-05-11 | crypto: mv_cesa - no need to save digest state after the last chunk | Phil Sutter | 1 | -6/+6 |
2011-05-11 | crypto: mv_cesa - print a warning when registration of AES algos fail | Phil Sutter | 1 | -2/+8 |
2011-05-11 | crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finup | Phil Sutter | 1 | -3/+0 |
2011-05-11 | crypto: mv_cesa - the descriptor pointer register needs to be set just once | Phil Sutter | 1 | -2/+1 |
2011-05-11 | crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_of | Phil Sutter | 1 | -3/+1 |
2011-01-04 | crypto: mv_cesa - dont return PTR_ERR() of wrong pointer | Roel Kluin | 1 | -1/+1 |
2010-05-26 | crypto: mv_cesa - fixup error handling in mv_probe() | Dan Carpenter | 1 | -5/+5 |
2010-05-14 | crypto: mv_cesa - Use resource_size | Tobias Klauser | 1 | -2/+2 |
2010-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Herbert Xu | 1 | -0/+1 |
2010-04-13 | crypto: mv_cesa - Add sha1 and hmac(sha1) async hash drivers | Uri Simchoni | 1 | -7/+507 |
2010-04-13 | crypto: mv_cesa - Support processing of data from previous requests | Uri Simchoni | 1 | -3/+5 |
2010-04-13 | crypto: mv_cesa - Make the copy-back of data optional | Uri Simchoni | 1 | -22/+27 |