index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
atmel-aes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modes
Cyrille Pitchen
2017-02-03
1
-1
/
+447
*
crypto: atmel-aes - fix atmel_aes_handle_queue()
Cyrille Pitchen
2017-02-03
1
-2
/
+5
*
crypto: atmel - drop pointless static qualifier in atmel_aes_probe()
Wei Yongjun
2016-11-01
1
-1
/
+1
*
crypto: atmel-aes - add support to the XTS mode
Cyrille Pitchen
2016-10-21
1
-6
/
+179
*
crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is defined
Cyrille Pitchen
2016-10-21
1
-1
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-03-17
1
-8
/
+2
|
\
|
*
crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
Vladimir Zapolskiy
2016-03-11
1
-2
/
+2
|
*
crypto: aead - move aead_request_cast helper to aead.h
Tadeusz Struk
2016-02-06
1
-6
/
+0
*
|
crypto: atmel-aes - remove calls of clk_prepare() from atomic contexts
Cyrille Pitchen
2016-01-30
1
-4
/
+12
|
/
*
crypto: atmel-aes - Add missing break to atmel_aes_reg_name
Herbert Xu
2016-01-19
1
-0
/
+1
*
crypto: atmel-aes - add debug facilities to monitor register accesses.
Cyrille Pitchen
2015-12-23
1
-1
/
+114
*
crypto: atmel-aes - add support to GCM mode
Cyrille Pitchen
2015-12-23
1
-2
/
+451
*
crypto: atmel-aes - change the DMA threshold
Cyrille Pitchen
2015-12-23
1
-1
/
+1
*
crypto: atmel-aes - fix the counter overflow in CTR mode
Cyrille Pitchen
2015-12-23
1
-2
/
+115
*
crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686
Cyrille Pitchen
2015-12-23
1
-1
/
+1
*
crypto: atmel-aes - create sections to regroup functions by usage
Cyrille Pitchen
2015-12-23
1
-102
/
+108
*
crypto: atmel-aes - fix typo and indentation
Cyrille Pitchen
2015-12-23
1
-31
/
+25
*
crypto: atmel-aes - use SIZE_IN_WORDS() helper macro
Cyrille Pitchen
2015-12-23
1
-2
/
+2
*
crypto: atmel-aes - improve performances of data transfer
Cyrille Pitchen
2015-12-23
1
-378
/
+386
*
crypto: atmel-aes - fix atmel_aes_remove()
Cyrille Pitchen
2015-12-23
1
-0
/
+1
*
crypto: atmel-aes - remove useless AES_FLAGS_DMA flag
Cyrille Pitchen
2015-12-23
1
-22
/
+15
*
crypto: atmel-aes - reduce latency of DMA completion
Cyrille Pitchen
2015-12-23
1
-2
/
+2
*
crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_dev
Cyrille Pitchen
2015-12-23
1
-5
/
+0
*
crypto: atmel-aes - rework crypto request completion
Cyrille Pitchen
2015-12-23
1
-27
/
+47
*
crypto: atmel-aes - simplify the configuration of the AES IP
Cyrille Pitchen
2015-12-23
1
-123
/
+93
*
crypto: atmel-aes - remove useless write in the Control Register
Cyrille Pitchen
2015-12-23
1
-2
/
+1
*
crypto: atmel-aes - make crypto request queue management more generic
Cyrille Pitchen
2015-12-23
1
-26
/
+49
*
crypto: atmel-aes - change atmel_aes_write_ctrl() signature
Cyrille Pitchen
2015-12-23
1
-14
/
+10
*
crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()
Cyrille Pitchen
2015-12-23
1
-5
/
+11
*
crypto: atmel-aes - remove unused header includes
Cyrille Pitchen
2015-12-23
1
-3
/
+0
*
crypto: atmel-aes - fix unregistration order of crypto algorithms
Cyrille Pitchen
2015-12-23
1
-2
/
+3
*
crypto: atmel-aes - change algorithm priorities
Cyrille Pitchen
2015-12-23
1
-9
/
+11
*
crypto: atmel-aes - constify value argument of atmel_aes_write_n()
Cyrille Pitchen
2015-12-23
1
-1
/
+1
*
crypto: atmel-aes - add new version
Leilei Zhao
2015-12-23
1
-0
/
+5
*
crypto: atmel - fix 64-bit warnings
Arnd Bergmann
2015-11-23
1
-6
/
+6
*
crypto: atmel - use devm_xxx() managed function
LABBE Corentin
2015-10-14
1
-29
/
+9
*
crypto: atmel - Check for clk_prepare_enable() return value
LABBE Corentin
2015-10-08
1
-1
/
+5
*
crypto: atmel-aes - correct usage of dma_sync_* API
Leilei Zhao
2015-04-08
1
-1
/
+1
*
crypto: atmel-aes - sync the buf used in DMA or CPU
Leilei Zhao
2015-04-08
1
-4
/
+12
*
crypto: atmel-aes - initialize spinlock in probe
Leilei Zhao
2015-04-08
1
-0
/
+1
*
crypto: atmel-aes - add new version
Leilei Zhao
2015-04-08
1
-0
/
+5
*
crypto: atmel - fix typo in dev_err error message
Colin Ian King
2015-03-04
1
-1
/
+1
*
crypto: atmel - Free memory in error path
Christophe Jaillet
2015-01-26
1
-1
/
+1
*
crypto: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
crypto: atmel-aes - check alignment of cfb64 mode
Leilei Zhao
2014-04-28
1
-0
/
+6
*
crypto: atmel-aes - correct block size of cfb8 mode
Leilei Zhao
2014-04-28
1
-1
/
+1
*
crypto: atmel-aes - add support for Device Tree
Nicolas Ferre
2013-12-12
1
-49
/
+94
*
crypto: atmel-aes - add support for latest release of the IP (0x130)
Nicolas Royer
2013-03-10
1
-118
/
+353
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-02-25
1
-1
/
+1
|
\
|
*
crypto: atmel-aes - adjust duplicate test
Julia Lawall
2013-02-04
1
-1
/
+1
[next]