Age | Commit message (Expand) | Author |
2020-09-25 | crypto: atmel-aes - convert to use be32_add_cpu() | Liu Shixin |
2020-01-22 | crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_data | Tudor Ambarus |
2020-01-09 | crypto: remove propagation of CRYPTO_TFM_RES_* flags | Eric Biggers |
2020-01-09 | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers |
2019-12-20 | crypto: atmel-aes - Fix CTR counter overflow when multiple fragments | Tudor Ambarus |
2019-12-20 | crypto: atmel-{aes,tdes} - Update the IV only when the op succeeds | Tudor Ambarus |
2019-12-20 | crypto: atmel-{sha,tdes} - Print warn message even when deferring | Tudor Ambarus |
2019-12-20 | crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init() | Tudor Ambarus |
2019-12-20 | crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.direction | Tudor Ambarus |
2019-12-20 | crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all() | Tudor Ambarus |
2019-12-11 | crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methods | Tudor Ambarus |
2019-12-11 | crypto: atmel-aes - Use gcm helper to check authsize | Tudor Ambarus |
2019-12-11 | crypto: atmel-aes - Fix saving of IV for CTR mode | Tudor Ambarus |
2019-12-11 | crypto: atmel-aes - Fix counter overflow in CTR mode | Tudor Ambarus |
2019-12-11 | crypto: atmel-{aes,tdes} - Do not save IV for ECB mode | Tudor Ambarus |
2019-12-11 | crypto: atmel-{aes,sha,tdes} - Rename labels in probe() | Tudor Ambarus |
2019-12-11 | crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe() | Tudor Ambarus |
2019-12-11 | crypto: atmel-aes - Retire dma_request_slave_channel_compat() | Peter Ujfalusi |
2019-11-22 | crypto: atmel-aes - Change data type for "lastc" buffer | Tudor Ambarus |
2019-11-17 | crypto: atmel-aes - switch to skcipher API | Ard Biesheuvel |
2019-11-08 | crypto: atmel - Fix remaining endianess warnings | Herbert Xu |
2019-11-08 | crypto: atmel - Fix authenc support when it is set to m | Herbert Xu |
2019-10-26 | crypto: atmel - fix data types for __be{32,64} | Ben Dooks (Codethink) |
2019-10-10 | crypto: atmel-aes - Fix IV handling when req->nbytes < ivsize | Tudor Ambarus |
2019-08-09 | crypto: drivers - Remove dev_err() usage after platform_get_irq() | Stephen Boyd |
2018-09-04 | crypto: atmel - switch to SPDX license identifiers | Tudor Ambarus |
2018-03-03 | crypto: atmel-aes - fix the keys zeroing on errors | Antoine Tenart |
2018-02-22 | crypto: atmel - Delete error messages for a failed memory allocation in six f... | Markus Elfring |
2017-11-06 | crypto: atmel - remove empty functions | Tudor-Dan Ambarus |
2017-11-03 | crypto: atmel-aes - Reset the controller before each use | Romain Izard |
2017-11-03 | crypto: atmel-aes - properly set IV after {en,de}crypt | Romain Izard |
2017-11-03 | crypto: atmel - remove useless irq init | Tudor-Dan Ambarus |
2017-11-03 | crypto: atmel - return appropriate error code | Tudor-Dan Ambarus |
2017-09-22 | crypto: atmel - Use GCM IV size constant | Corentin LABBE |
2017-02-03 | crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modes | Cyrille Pitchen |
2017-02-03 | crypto: atmel-aes - fix atmel_aes_handle_queue() | Cyrille Pitchen |
2016-11-01 | crypto: atmel - drop pointless static qualifier in atmel_aes_probe() | Wei Yongjun |
2016-10-21 | crypto: atmel-aes - add support to the XTS mode | Cyrille Pitchen |
2016-10-21 | crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is defined | Cyrille Pitchen |
2016-03-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2016-03-11 | crypto: atmel - fix checks of error code returned by devm_ioremap_resource() | Vladimir Zapolskiy |
2016-02-06 | crypto: aead - move aead_request_cast helper to aead.h | Tadeusz Struk |
2016-01-30 | crypto: atmel-aes - remove calls of clk_prepare() from atomic contexts | Cyrille Pitchen |
2016-01-19 | crypto: atmel-aes - Add missing break to atmel_aes_reg_name | Herbert Xu |
2015-12-23 | crypto: atmel-aes - add debug facilities to monitor register accesses. | Cyrille Pitchen |
2015-12-23 | crypto: atmel-aes - add support to GCM mode | Cyrille Pitchen |
2015-12-23 | crypto: atmel-aes - change the DMA threshold | Cyrille Pitchen |
2015-12-23 | crypto: atmel-aes - fix the counter overflow in CTR mode | Cyrille Pitchen |
2015-12-23 | crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686 | Cyrille Pitchen |
2015-12-23 | crypto: atmel-aes - create sections to regroup functions by usage | Cyrille Pitchen |