index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
atmel-aes.c
Age
Commit message (
Expand
)
Author
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
2015-12-23
crypto: atmel-aes - fix typo and indentation
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - use SIZE_IN_WORDS() helper macro
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - improve performances of data transfer
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - fix atmel_aes_remove()
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - remove useless AES_FLAGS_DMA flag
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - reduce latency of DMA completion
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_dev
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - rework crypto request completion
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - simplify the configuration of the AES IP
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - remove useless write in the Control Register
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - make crypto request queue management more generic
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - change atmel_aes_write_ctrl() signature
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - remove unused header includes
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - fix unregistration order of crypto algorithms
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - change algorithm priorities
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - constify value argument of atmel_aes_write_n()
Cyrille Pitchen
2015-12-23
crypto: atmel-aes - add new version
Leilei Zhao
2015-11-23
crypto: atmel - fix 64-bit warnings
Arnd Bergmann
2015-10-14
crypto: atmel - use devm_xxx() managed function
LABBE Corentin
2015-10-08
crypto: atmel - Check for clk_prepare_enable() return value
LABBE Corentin
2015-04-08
crypto: atmel-aes - correct usage of dma_sync_* API
Leilei Zhao
2015-04-08
crypto: atmel-aes - sync the buf used in DMA or CPU
Leilei Zhao
2015-04-08
crypto: atmel-aes - initialize spinlock in probe
Leilei Zhao
2015-04-08
crypto: atmel-aes - add new version
Leilei Zhao
[next]